< prev index next >

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

Print this page
rev 59189 : imported patch hotspot

@@ -235,12 +235,11 @@
     private static boolean isAlwaysSupportedPlatform() {
         return Platform.isAix() ||
             (Platform.isLinux() &&
              (Platform.isPPC() || Platform.isS390x() || Platform.isX64() ||
               Platform.isX86() || Platform.isAArch64())) ||
-            Platform.isOSX() ||
-            Platform.isSolaris();
+            Platform.isOSX();
     }
 
     private static boolean isNeverSupportedPlatform() {
         return !isAlwaysSupportedPlatform();
     }
< prev index next >