--- old/test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java 2020-05-01 02:27:20.281664522 -0700 +++ new/test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java 2020-05-01 02:27:19.901657212 -0700 @@ -142,12 +142,6 @@ } public static void main(String[] args) throws Exception { - if (Platform.isSolaris()) { - String name = System.getProperty("os.version"); - if (name.equals("5.10")) { - throw new SkippedException("Solaris 10 can't mmap compressed oops space without a base"); - } - } smallHeapTest(); smallHeapTestWith1G(); largeHeapTest();