Skip to content

Commit 890b736

Browse files
committed
Do not run on Windows x86_64
1 parent 6972e29 commit 890b736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private static boolean isAlwaysSupportedPlatform() {
241241
(Platform.isLinux() &&
242242
(Platform.isPPC() || Platform.isS390x() || Platform.isX64() ||
243243
Platform.isX86() || Platform.isAArch64() || Platform.isRISCV64())) ||
244-
Platform.isWindows() ||
244+
(Platform.isWindows() && Platform.isAArch64()) ||
245245
Platform.isOSX();
246246
}
247247

0 commit comments

Comments
 (0)