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

Use -Xss224k instead of -Xss128k.

Reviewed-by: never
This commit is contained in:
Vladimir Kozlov 2011-10-31 15:52:11 -07:00
parent 5ffce97ffc
commit b354aa367c

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 -Xss128k StackOverflowBug
* @run main/othervm -XX:CompileThreshold=100 -Xbatch -Xss224k StackOverflowBug
*/