< prev index next >

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

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

*** 23,33 **** /** * @test TestMaybeNullUnsafeAccess * @summary cast before unsafe access moved in dominating null check null path causes crash * @key gc ! * @requires vm.gc.Shenandoah * @modules java.base/jdk.internal.misc:+open * * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:-TieredCompilation * TestMaybeNullUnsafeAccess * --- 23,33 ---- /** * @test TestMaybeNullUnsafeAccess * @summary cast before unsafe access moved in dominating null check null path causes crash * @key gc ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @modules java.base/jdk.internal.misc:+open * * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:-TieredCompilation * TestMaybeNullUnsafeAccess *
< prev index next >