We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e66b6 commit 0a4fdb5Copy full SHA for 0a4fdb5
1 file changed
test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTest.java
@@ -241,6 +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.isAArch64()) ||
245
Platform.isOSX();
246
}
247
0 commit comments