OpenJDK / portola / portola
changeset 30290:79e3c82e17aa
8078595: [TESTBUG] Fix runtime/StackGuardPages/testme.sh to deal with 64k pages
Reviewed-by: dholmes
author | goetz |
---|---|
date | Tue, 28 Apr 2015 03:27:10 -0400 |
parents | 10b7b61d759a |
children | 2ae3e5b862e1 2bb164446d67 |
files | hotspot/test/runtime/StackGuardPages/invoke.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;