< prev index next >
test/hotspot/jtreg/gc/shenandoah/options/TestSelectiveBarrierFlags.java
Print this page
rev 58558 : 8241605: Shenandoah: More aggressive reference discovery
*** 41,51 ****
public class TestSelectiveBarrierFlags {
public static void main(String[] args) throws Exception {
String[][] opts = {
- new String[] { "ShenandoahKeepAliveBarrier" },
new String[] { "ShenandoahLoadRefBarrier" },
new String[] { "ShenandoahSATBBarrier", "ShenandoahStoreValEnqueueBarrier" },
new String[] { "ShenandoahCASBarrier" },
new String[] { "ShenandoahCloneBarrier" },
};
--- 41,50 ----
< prev index next >