8161696: [TESTBUG] runtime/StackGuardPages/testme.sh uses invalid argument -Xss328k
authorgthornbr
Tue, 02 Aug 2016 13:48:07 -0700
changeset 40330 da68db6130b8
parent 40106 6be13673b3c1
child 40331 b6c370a546fc
8161696: [TESTBUG] runtime/StackGuardPages/testme.sh uses invalid argument -Xss328k Summary: changed argument from 328k to 1M Reviewed-by: dcubed, fparain, dholmes
hotspot/test/runtime/StackGuardPages/exeinvoke.c
--- 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;