< prev index next >

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

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

*** 23,33 **** /** * @test TestUnsafeOffheapSwap * @summary Miscompilation in Unsafe off-heap swap routines * @key gc ! * @requires vm.gc.Shenandoah * @modules java.base/jdk.internal.misc:+open * * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:-TieredCompilation * -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC * TestUnsafeOffheapSwap --- 23,33 ---- /** * @test TestUnsafeOffheapSwap * @summary Miscompilation in Unsafe off-heap swap routines * @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 * -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC * TestUnsafeOffheapSwap
< prev index next >