changeset 2815:71699e9d8673

7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java Summary: Use -Xss224k instead of -Xss128k. Reviewed-by: never
author kvn
date Mon, 31 Oct 2011 15:52:11 -0700
parents e3b0dcc327b9
children e342a5110bed
files test/compiler/6865265/StackOverflowBug.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
  */