< prev index next >

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

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

*** 23,33 **** /* @test TestSelectiveBarrierFlags * @summary Test selective barrier enabling works, by aggressively compiling HelloWorld with combinations * of barrier flags * @key gc ! * @requires vm.gc.Shenandoah * @library /test/lib * @run main/othervm TestSelectiveBarrierFlags -Xint * @run main/othervm TestSelectiveBarrierFlags -Xbatch -XX:CompileThreshold=100 -XX:TieredStopAtLevel=1 * @run main/othervm TestSelectiveBarrierFlags -Xbatch -XX:CompileThreshold=100 -XX:-TieredCompilation -XX:+IgnoreUnrecognizedVMOptions -XX:+ShenandoahVerifyOptoBarriers */ --- 23,33 ---- /* @test TestSelectiveBarrierFlags * @summary Test selective barrier enabling works, by aggressively compiling HelloWorld with combinations * of barrier flags * @key gc ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @library /test/lib * @run main/othervm TestSelectiveBarrierFlags -Xint * @run main/othervm TestSelectiveBarrierFlags -Xbatch -XX:CompileThreshold=100 -XX:TieredStopAtLevel=1 * @run main/othervm TestSelectiveBarrierFlags -Xbatch -XX:CompileThreshold=100 -XX:-TieredCompilation -XX:+IgnoreUnrecognizedVMOptions -XX:+ShenandoahVerifyOptoBarriers */
< prev index next >