提交 6eb08956 编写于 作者: K kvn

7146636: compiler/6865265/StackOverflowBug.java fails due to changed stack minimum

Summary: Increase the stack size in the run parameters.
Reviewed-by: kvn
Contributed-by: david.r.chase@oracle.com
上级 0685b2e5
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* @summary JVM crashes with "missing exception handler" error * @summary JVM crashes with "missing exception handler" error
* @author volker.simonis@sap.com * @author volker.simonis@sap.com
* *
* @run main/othervm -XX:CompileThreshold=100 -Xbatch -Xss224k StackOverflowBug * @run main/othervm -XX:CompileThreshold=100 -Xbatch -Xss248k StackOverflowBug
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册