< prev index next >

test/hotspot/jtreg/gc/shenandoah/compiler/TestWriteBarrierClearControl.java

Print this page
rev 54755 : 8223427: [TESTBUG] Disable JTReg Shenandoah tests when Graal is enabled
Reviewed-by: duke

*** 23,33 **** /** * @test TestWriteBarrierClearControl * @summary Clearing control during final graph reshape causes memory barrier to loose dependency on null check * @key gc ! * @requires vm.gc.Shenandoah * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:-TieredCompilation * -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC * -XX:+UnlockDiagnosticVMOptions -XX:+StressLCM -XX:+StressGCM * TestWriteBarrierClearControl * --- 23,33 ---- /** * @test TestWriteBarrierClearControl * @summary Clearing control during final graph reshape causes memory barrier to loose dependency on null check * @key gc ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:-TieredCompilation * -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC * -XX:+UnlockDiagnosticVMOptions -XX:+StressLCM -XX:+StressGCM * TestWriteBarrierClearControl *
< prev index next >