< prev index next >

test/hotspot/jtreg/gc/shenandoah/options/TestArgumentRanges.java

Print this page
rev 57681 : 8237570: Shenandoah: cleanup uses of allocation/free threshold in static heuristics
Reviewed-by: XXX

@@ -37,11 +37,11 @@
 import jdk.test.lib.process.OutputAnalyzer;
 
 public class TestArgumentRanges {
     public static void main(String[] args) throws Exception {
         testRange("ShenandoahGarbageThreshold", 0, 100);
-        testRange("ShenandoahFreeThreshold", 0, 100);
+        testRange("ShenandoahMinFreeThreshold", 0, 100);
         testRange("ShenandoahAllocationThreshold", 0, 100);
         testHeuristics();
     }
 
     private static void testHeuristics() throws Exception {
< prev index next >