< prev index next >

test/gc/arguments/TestInitialTenuringThreshold.java

Print this page

        

@@ -67,9 +67,9 @@
     // failing tests
     runWithThresholds(10, 0, true);
     runWithThresholds(9, 8, true);
     runWithThresholds(-1, 8, true);
     runWithThresholds(8, -1, true);
-    runWithThresholds(16, 8, true);
-    runWithThresholds(8, 17, true);
+    runWithThresholds(32, 8, true);
+    runWithThresholds(8, 33, true);
   }
 }
\ No newline at end of file
< prev index next >