< prev index next >
test/hotspot/jtreg/gc/shenandoah/options/TestSelectiveBarrierFlags.java
Print this page
rev 58558 : 8241605: Shenandoah: More aggressive reference discovery
@@ -41,11 +41,10 @@
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" },
};
< prev index next >