< prev index next >

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

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

*** 24,34 **** /** * @test TestCommonGCLoads * @summary Test GC state load commoning works * @key gc * @requires vm.flavor == "server" ! * @requires vm.gc.Shenandoah * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:-TieredCompilation * -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC * -XX:-ShenandoahCommonGCStateLoads * TestCommonGCLoads * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:-TieredCompilation --- 24,34 ---- /** * @test TestCommonGCLoads * @summary Test GC state load commoning works * @key gc * @requires vm.flavor == "server" ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:-TieredCompilation * -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC * -XX:-ShenandoahCommonGCStateLoads * TestCommonGCLoads * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:-TieredCompilation
< prev index next >