We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59ee5a commit 6972e29Copy full SHA for 6972e29
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() ||
245
Platform.isOSX();
246
}
247
0 commit comments