< prev index next >

test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTest.java

Print this page
rev 59103 : imported patch hotspot

*** 235,246 **** private static boolean isAlwaysSupportedPlatform() { return Platform.isAix() || (Platform.isLinux() && (Platform.isPPC() || Platform.isS390x() || Platform.isX64() || Platform.isX86() || Platform.isAArch64())) || ! Platform.isOSX() || ! Platform.isSolaris(); } private static boolean isNeverSupportedPlatform() { return !isAlwaysSupportedPlatform(); } --- 235,245 ---- private static boolean isAlwaysSupportedPlatform() { return Platform.isAix() || (Platform.isLinux() && (Platform.isPPC() || Platform.isS390x() || Platform.isX64() || Platform.isX86() || Platform.isAArch64())) || ! Platform.isOSX(); } private static boolean isNeverSupportedPlatform() { return !isAlwaysSupportedPlatform(); }
< prev index next >