We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6972e29 commit 890b736Copy full SHA for 890b736
1 file changed
test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTest.java
@@ -241,7 +241,7 @@ private static boolean isAlwaysSupportedPlatform() {
241
(Platform.isLinux() &&
242
(Platform.isPPC() || Platform.isS390x() || Platform.isX64() ||
243
Platform.isX86() || Platform.isAArch64() || Platform.isRISCV64())) ||
244
- Platform.isWindows() ||
+ (Platform.isWindows() && Platform.isAArch64()) ||
245
Platform.isOSX();
246
}
247
0 commit comments