test/hotspot/jtreg/gc/shenandoah/options/TestHeuristicsUnlock.java
changeset 57817 1ba30faf88e5
parent 55587 4644b3155fce
child 58679 9c3209ff7550
equal deleted inserted replaced
57816:a445d4305fad 57817:1ba30faf88e5
    46     public static void main(String[] args) throws Exception {
    46     public static void main(String[] args) throws Exception {
    47         testWith("-XX:ShenandoahGCHeuristics=adaptive", Mode.PRODUCT);
    47         testWith("-XX:ShenandoahGCHeuristics=adaptive", Mode.PRODUCT);
    48         testWith("-XX:ShenandoahGCHeuristics=static", Mode.PRODUCT);
    48         testWith("-XX:ShenandoahGCHeuristics=static", Mode.PRODUCT);
    49         testWith("-XX:ShenandoahGCHeuristics=compact", Mode.PRODUCT);
    49         testWith("-XX:ShenandoahGCHeuristics=compact", Mode.PRODUCT);
    50 
    50 
    51         testWith("-XX:ShenandoahGCMode=traversal", Mode.EXPERIMENTAL);
    51         testWith("-XX:ShenandoahGCMode=traversal", Mode.PRODUCT);
    52 
    52 
    53         testWith("-XX:ShenandoahGCHeuristics=aggressive", Mode.DIAGNOSTIC);
    53         testWith("-XX:ShenandoahGCHeuristics=aggressive", Mode.DIAGNOSTIC);
    54         testWith("-XX:ShenandoahGCHeuristics=passive", Mode.DIAGNOSTIC);
    54         testWith("-XX:ShenandoahGCHeuristics=passive", Mode.DIAGNOSTIC);
    55     }
    55     }
    56 
    56