< prev index next >

test/hotspot/jtreg/gc/shenandoah/TestObjItrWithHeapDump.java

Print this page
rev 58687 : Shenandoah: New incremental-update mode

@@ -56,10 +56,11 @@
             System.exit(0);
         }
 
         String[][][] modeHeuristics = new String[][][] {
              {{"normal"},    {"adaptive", "compact", "static", "aggressive"}},
+             {{"iu"}, {"adaptive", "aggressive"}},
              {{"passive"},   {"passive"}}
         };
 
         for (String[][] mh : modeHeuristics) {
             String mode = mh[0][0];
< prev index next >