# HG changeset patch # User kvn # Date 1320101531 25200 # Node ID 71699e9d8673acaefcab38cf4025e82ce3e84005 # Parent e3b0dcc327b9235077b6b421350fab40555773ca 7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java Summary: Use -Xss224k instead of -Xss128k. Reviewed-by: never diff -r e3b0dcc327b9 -r 71699e9d8673 test/compiler/6865265/StackOverflowBug.java --- a/test/compiler/6865265/StackOverflowBug.java Mon Oct 31 03:06:42 2011 -0700 +++ b/test/compiler/6865265/StackOverflowBug.java Mon Oct 31 15:52:11 2011 -0700 @@ -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 */