< prev index next >

test/hotspot/jtreg/gc/shenandoah/jni/TestPinnedGarbage.java

Print this page
rev 59879 : [mq]: 8249000

*** 23,33 **** */ /* @test TestPinnedGarbage * @summary Test that garbage in the pinned region does not crash VM * @key randomness ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @library /test/lib * * @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xmx512m * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=passive * -XX:+ShenandoahVerify -XX:+ShenandoahDegeneratedGC --- 23,33 ---- */ /* @test TestPinnedGarbage * @summary Test that garbage in the pinned region does not crash VM * @key randomness ! * @requires vm.gc.Shenandoah * @library /test/lib * * @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xmx512m * -XX:+UseShenandoahGC -XX:ShenandoahGCMode=passive * -XX:+ShenandoahVerify -XX:+ShenandoahDegeneratedGC
*** 40,50 **** */ /* @test TestPinnedGarbage * @summary Test that garbage in the pinned region does not crash VM * @key randomness ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @library /test/lib * * @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xmx512m * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive * TestPinnedGarbage --- 40,50 ---- */ /* @test TestPinnedGarbage * @summary Test that garbage in the pinned region does not crash VM * @key randomness ! * @requires vm.gc.Shenandoah * @library /test/lib * * @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -Xmx512m * -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=aggressive * TestPinnedGarbage
< prev index next >