Skip to content

Commit 0a4fdb5

Browse files
committed
Enable the ReservedStackTests on windows-aarch64
1 parent 45e66b6 commit 0a4fdb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +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() && Platform.isAArch64()) ||
244245
Platform.isOSX();
245246
}
246247

0 commit comments

Comments
 (0)