< prev index next >

test/runtime/StackGuardPages/invoke.c

Print this page
rev 8244 : 8078595: [TESTBUG] Fix runtime/StackGuardPages/testme.sh to deal with 64k pages.

*** 219,229 **** JNIEnv* env; printf("Test started with pid: %ld\n", (long) getpid()); options[0].optionString = "-Xint"; ! options[1].optionString = "-Xss320k"; vm_args.version = JNI_VERSION_1_2; vm_args.ignoreUnrecognized = JNI_TRUE; vm_args.options = options; vm_args.nOptions = 2; --- 219,229 ---- JNIEnv* env; printf("Test started with pid: %ld\n", (long) getpid()); options[0].optionString = "-Xint"; ! options[1].optionString = "-Xss328k"; vm_args.version = JNI_VERSION_1_2; vm_args.ignoreUnrecognized = JNI_TRUE; vm_args.options = options; vm_args.nOptions = 2;
< prev index next >