8220712: [TESTBUG] gc/shenandoah/compiler/TestMaybeNullUnsafeAccess should run with Shenandoah enabled

Reviewed-by: rkennke, roland
This commit is contained in:
Aleksey Shipilev 2019-03-15 13:01:30 +01:00
parent b860b6bf89
commit 977992a07e

View File

@ -28,7 +28,12 @@
* @requires vm.gc.Shenandoah
* @modules java.base/jdk.internal.misc:+open
*
* @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:-TieredCompilation TestMaybeNullUnsafeAccess
* @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:-TieredCompilation
* TestMaybeNullUnsafeAccess
*
* @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:-TieredCompilation
* -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC
* TestMaybeNullUnsafeAccess
*
*/