Merge
authordcubed
Tue, 02 Aug 2016 20:55:27 -0700
changeset 40331 b6c370a546fc
parent 40330 da68db6130b8 (diff)
parent 40329 dd9aa759ccaa (current diff)
child 40332 a52d1e719c4d
Merge
--- a/hotspot/test/runtime/StackGuardPages/exeinvoke.c	Wed Aug 03 02:10:23 2016 +0000
+++ b/hotspot/test/runtime/StackGuardPages/exeinvoke.c	Tue Aug 02 20:55:27 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;