hotspot/test/runtime/StackGuardPages/exeinvoke.c
changeset 40330 da68db6130b8
parent 39974 f76ca6458acb
child 41705 332239c052cc
--- a/hotspot/test/runtime/StackGuardPages/exeinvoke.c	Tue Aug 02 15:22:41 2016 +0300
+++ b/hotspot/test/runtime/StackGuardPages/exeinvoke.c	Tue Aug 02 13:48:07 2016 -0700
@@ -242,7 +242,7 @@
       CLASS_PATH_OPT, javaclasspath);
 
   options[0].optionString = "-Xint";
-  options[1].optionString = "-Xss328k";
+  options[1].optionString = "-Xss1M";
   options[2].optionString = javaclasspathopt;
 
   vm_args.version = JNI_VERSION_1_2;