< prev index next >

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

Print this page
rev 59879 : [mq]: 8249000

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