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

Increase the stack size in the run parameters.

Reviewed-by: kvn
This commit is contained in:
David Chase 2012-11-16 15:49:46 -08:00 committed by Vladimir Kozlov
parent a054222634
commit fea11c53eb

View File

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