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
--- 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
*/