8078595: [TESTBUG] Fix runtime/StackGuardPages/testme.sh to deal with 64k pages
authorgoetz
Tue, 28 Apr 2015 03:27:10 -0400
changeset 30290 79e3c82e17aa
parent 30289 10b7b61d759a
child 30292 2ae3e5b862e1
child 30293 2bb164446d67
8078595: [TESTBUG] Fix runtime/StackGuardPages/testme.sh to deal with 64k pages Reviewed-by: dholmes
hotspot/test/runtime/StackGuardPages/invoke.c
--- a/hotspot/test/runtime/StackGuardPages/invoke.c	Mon Apr 27 19:51:00 2015 -0700
+++ b/hotspot/test/runtime/StackGuardPages/invoke.c	Tue Apr 28 03:27:10 2015 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -221,7 +221,7 @@
   printf("Test started with pid: %ld\n", (long) getpid());
 
   options[0].optionString = "-Xint";
-  options[1].optionString = "-Xss320k";
+  options[1].optionString = "-Xss328k";
 
   vm_args.version = JNI_VERSION_1_2;
   vm_args.ignoreUnrecognized = JNI_TRUE;