From 6eb08956da1d896371a89823848d16f83fdfe02f Mon Sep 17 00:00:00 2001 From: kvn Date: Fri, 16 Nov 2012 15:49:46 -0800 Subject: [PATCH] 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 --- test/compiler/6865265/StackOverflowBug.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compiler/6865265/StackOverflowBug.java b/test/compiler/6865265/StackOverflowBug.java index d47481405..295a6b417 100644 --- a/test/compiler/6865265/StackOverflowBug.java +++ b/test/compiler/6865265/StackOverflowBug.java @@ -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 */ -- GitLab