diff test/compiler/6865265/StackOverflowBug.java @ 7192:7cc69864a29b

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
author kvn
date Fri, 16 Nov 2012 15:49:46 -0800
parents 71699e9d8673
children
line wrap: on
line diff
--- a/test/compiler/6865265/StackOverflowBug.java	Fri Nov 16 09:43:43 2012 -0800
+++ b/test/compiler/6865265/StackOverflowBug.java	Fri Nov 16 15:49:46 2012 -0800
@@ -28,7 +28,7 @@
  * @summary JVM crashes with "missing exception handler" error
  * @author volker.simonis@sap.com
  *
- * @run main/othervm -XX:CompileThreshold=100 -Xbatch -Xss224k StackOverflowBug
+ * @run main/othervm -XX:CompileThreshold=100 -Xbatch -Xss248k StackOverflowBug
  */