< prev index next >

test/hotspot/jtreg/gc/shenandoah/options/TestWrongBarrierDisable.java

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

*** 22,32 **** */ /* @test TestWrongBarrierDisable * @summary Test that disabling wrong barriers fails early * @key gc ! * @requires vm.gc.Shenandoah * @library /test/lib * @run main/othervm TestWrongBarrierDisable */ import java.util.*; --- 22,32 ---- */ /* @test TestWrongBarrierDisable * @summary Test that disabling wrong barriers fails early * @key gc ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @library /test/lib * @run main/othervm TestWrongBarrierDisable */ import java.util.*;
< prev index next >