# HG changeset patch # User kvn # Date 1353109786 28800 # Node ID 7cc69864a29b22f60f5e576e3fa27e8dcceabba4 # Parent e1d42ba865dee02810e2bcda85b9dc793b2f4e0a 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 diff -r e1d42ba865de -r 7cc69864a29b test/compiler/6865265/StackOverflowBug.java --- a/test/compiler/6865265/StackOverflowBug.java Fri Nov 16 09:43:43 2012 -0800 +++ b/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 */