< prev index next >

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

Print this page
rev 59879 : [mq]: 8249000

*** 22,32 **** */ /** * @test TestNullCheck * @summary implicit null check on brooks pointer must not cause crash ! * @requires vm.gc.Shenandoah & !vm.graal.enabled & (vm.bits == "64") * @run main/othervm -XX:-BackgroundCompilation -XX:-UseOnStackReplacement -XX:-TieredCompilation * -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC * -Xmx4G -XX:HeapBaseMinAddress=0x800000000 TestNullCheck */ --- 22,33 ---- */ /** * @test TestNullCheck * @summary implicit null check on brooks pointer must not cause crash ! * @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 */
< prev index next >