< prev index next >

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

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

@@ -47,11 +47,11 @@
     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:ShenandoahGCMode=iu", Mode.EXPERIMENTAL);
 
         testWith("-XX:ShenandoahGCHeuristics=aggressive", Mode.DIAGNOSTIC);
         testWith("-XX:ShenandoahGCHeuristics=passive", Mode.DIAGNOSTIC);
     }
 
< prev index next >