< prev index next >

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

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

@@ -47,10 +47,12 @@
     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.PRODUCT);
+
         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 >