< prev index next >

test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java

Print this page
rev 59103 : imported patch hotspot

*** 140,155 **** output.shouldHaveExitValue(1); } } 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(); largePagesTest(); heapBaseMinAddressTest(); --- 140,149 ----
< prev index next >