< prev index next >

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

Print this page
rev 58688 : Shenandoah: New incremental-update mode
rev 58689 : [mq]: JDK-8242054-04.patch

*** 47,56 **** --- 47,58 ---- public static void main(String[] args) throws Exception { testWith("-XX:ShenandoahGCHeuristics=adaptive", Mode.PRODUCT); testWith("-XX:ShenandoahGCHeuristics=static", Mode.PRODUCT); testWith("-XX:ShenandoahGCHeuristics=compact", Mode.PRODUCT); + testWith("-XX:ShenandoahGCMode=iu", Mode.EXPERIMENTAL); + testWith("-XX:ShenandoahGCHeuristics=aggressive", Mode.DIAGNOSTIC); testWith("-XX:ShenandoahGCHeuristics=passive", Mode.DIAGNOSTIC); } private static void testWith(String h, Mode mode) throws Exception {
< prev index next >