8078595: [TESTBUG] Fix runtime/StackGuardPages/testme.sh to deal with 64k pages

Reviewed-by: dholmes
This commit is contained in:
Goetz Lindenmaier 2015-04-28 03:27:10 -04:00
parent f7c143cbb2
commit ad5f4f4f84

View File

@ -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 @@ int main (int argc, const char** argv) {
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;