< prev index next > test/hotspot/jtreg/gc/shenandoah/options/TestSelectiveBarrierFlags.java
Print this page
public class TestSelectiveBarrierFlags {
public static void main(String[] args) throws Exception {
String[][] opts = {
new String[] { "ShenandoahLoadRefBarrier" },
- new String[] { "ShenandoahSATBBarrier", "ShenandoahIUBarrier" },
+ new String[] { "ShenandoahSATBBarrier" },
new String[] { "ShenandoahCASBarrier" },
new String[] { "ShenandoahCloneBarrier" },
new String[] { "ShenandoahStackWatermarkBarrier" }
};
< prev index next >