RFR 8251490: [TESTBUG] The Java thread stack size specified is too small for nsk/stress/stack. Specify at least 448k
Harold Seigel
harold.seigel at oracle.com
Tue Aug 18 17:19:11 UTC 2020
Hi,
Please review this small change to fix five vmTestbase/nsk/stress/stack
tests that are failing in tier5 on Linux AArch64. The change increases
the stack size for three of the tests. Increasing the stack size of the
other two tests could result in timeouts on other platforms. So, those
tests were changed to no longer run on AArch64.
Open Webrev:
http://cr.openjdk.java.net/~hseigel/bug_8251490/webrev/index.html
JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8251490
The change was tested by running the tests as part of mach5 tier5 on
Windows, Mac, Linux x64, and Linux AArch64.
Thanks, Harold
More information about the hotspot-runtime-dev
mailing list