RFR: 8213204 - ReservedStackTest and ReservedStackTestCompiler tests fail on windows (original) (raw)

Bob Vandette bob.vandette at oracle.com
Wed Oct 31 19:06:45 UTC 2018


Please review this test fix that solve a problem with a regression that was introduced with the changes done to remove one of the AARCH64 ports (https://bugs.openjdk.java.net/browse/JDK-8209093).

BUG: https://bugs.openjdk.java.net/browse/JDK-8213204

WEBREV: http://cr.openjdk.java.net/~bobv/8213204/webrev

Here is the effective change that I should have done to this test when removing the Hybrid arm64 port.

diff --git a/test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTest.java b/test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTest.java --- a/test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTest.java +++ b/test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTest.java @@ -233,19 +233,16 @@ }

 private static boolean isAlwaysSupportedPlatform() {

Bob.



More information about the hotspot-runtime-dev mailing list