Skip to content

Commit 6972e29

Browse files
committed
Enable the ReservedStackTests on Windows
1 parent f59ee5a commit 6972e29

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() ||
244245
Platform.isOSX();
245246
}
246247

0 commit comments

Comments
 (0)