< prev index next >

test/hotspot/jtreg/gc/shenandoah/oom/TestClassLoaderLeak.java

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

*** 125,134 **** --- 125,135 ---- return; } 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 >