--- old/test/hotspot/jtreg/gc/shenandoah/compiler/TestNullCheck.java 2020-07-07 16:34:13.000000000 -0700 +++ new/test/hotspot/jtreg/gc/shenandoah/compiler/TestNullCheck.java 2020-07-07 16:34:13.000000000 -0700 @@ -24,7 +24,8 @@ /** * @test TestNullCheck * @summary implicit null check on brooks pointer must not cause crash - * @requires vm.gc.Shenandoah & !vm.graal.enabled & (vm.bits == "64") + * @requires vm.gc.Shenandoah + * @requires vm.bits == "64" * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:-TieredCompilation * -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC * -Xmx4G -XX:HeapBaseMinAddress=0x800000000 TestNullCheck