7146636: compiler/6865265/StackOverflowBug.java fails due to changed stack minimum
authorkvn
Fri, 16 Nov 2012 15:49:46 -0800
changeset 14619 100554ee24d1
parent 14568 e601a3059a10
child 14620 45167d2bc15a
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
hotspot/test/compiler/6865265/StackOverflowBug.java
--- a/hotspot/test/compiler/6865265/StackOverflowBug.java	Fri Nov 16 09:43:43 2012 -0800
+++ b/hotspot/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
  */