< prev index next >

test/hotspot/jtreg/gc/shenandoah/TestRefprocSanity.java

Print this page
rev 59879 : [mq]: 8249000

*** 23,33 **** */ /* * @test TestRefprocSanity * @summary Test that null references/referents work fine ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * * @run main/othervm -Xmx1g -Xms1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions * -XX:+UseShenandoahGC * -XX:+ShenandoahVerify * TestRefprocSanity --- 23,33 ---- */ /* * @test TestRefprocSanity * @summary Test that null references/referents work fine ! * @requires vm.gc.Shenandoah * * @run main/othervm -Xmx1g -Xms1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions * -XX:+UseShenandoahGC * -XX:+ShenandoahVerify * TestRefprocSanity
*** 42,52 **** */ /* * @test TestRefprocSanity * @summary Test that null references/referents work fine ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * * @run main/othervm -Xmx1g -Xms1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu * -XX:+ShenandoahVerify * TestRefprocSanity --- 42,52 ---- */ /* * @test TestRefprocSanity * @summary Test that null references/referents work fine ! * @requires vm.gc.Shenandoah * * @run main/othervm -Xmx1g -Xms1g -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu * -XX:+ShenandoahVerify * TestRefprocSanity
< prev index next >