提交 2d58f7c2 编写于 作者: K kvn

7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java

Summary: Use -Xss224k instead of -Xss128k.
Reviewed-by: never
上级 b64dd41b
......@@ -28,7 +28,7 @@
* @summary JVM crashes with "missing exception handler" error
* @author volker.simonis@sap.com
*
* @run main/othervm -XX:CompileThreshold=100 -Xbatch -Xss128k StackOverflowBug
* @run main/othervm -XX:CompileThreshold=100 -Xbatch -Xss224k StackOverflowBug
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册