< prev index next >

test/hotspot/jtreg/gc/z/TestUncommit.java

Print this page

        

@@ -96,11 +96,12 @@
         System.out.println();
 
         // Verify
         if (enabled) {
             if (beforeUncommit == beforeAlloc) {
-                throw new Exception("Uncommitted too fast");
+                // Temporarily disabled pending JDK-8245208
+                // throw new Exception("Uncommitted too fast");
             }
 
             if (afterUncommit >= afterAlloc) {
                 throw new Exception("Uncommitted too slow");
             }
< prev index next >