< prev index next > test/hotspot/jtreg/gc/shenandoah/TestObjItrWithHeapDump.java
Print this page
System.gc();
System.exit(0);
}
String[][][] modeHeuristics = new String[][][] {
- {{"satb"}, {"adaptive", "compact", "static", "aggressive"}},
- {{"iu"}, {"adaptive", "aggressive"}},
- {{"passive"}, {"passive"}}
+ {{"satb"}, {"adaptive", "compact", "static", "aggressive"}},
+ {{"generational"}, {"adaptive"}},
+ {{"passive"}, {"passive"}}
};
for (String[][] mh : modeHeuristics) {
String mode = mh[0][0];
String[] heuristics = mh[1];
< prev index next >