7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java
authorkvn
Mon, 31 Oct 2011 15:52:11 -0700
changeset 10978 c68bfbbbd60b
parent 10977 4726185d3e93
child 10979 c25dd872c62f
7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java Summary: Use -Xss224k instead of -Xss128k. Reviewed-by: never
hotspot/test/compiler/6865265/StackOverflowBug.java
--- a/hotspot/test/compiler/6865265/StackOverflowBug.java	Mon Oct 31 03:06:42 2011 -0700
+++ b/hotspot/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
  */