< prev index next >

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

Print this page
rev 54755 : 8223427: [TESTBUG] Disable JTReg Shenandoah tests when Graal is enabled
Reviewed-by: duke

*** 22,32 **** */ /* @test TestJNIGlobalRefs * @summary Test JNI Global Refs with Shenandoah * @key gc ! * @requires vm.gc.Shenandoah * @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -Xlog:gc -XX:ShenandoahGCHeuristics=aggressive -XX:+ShenandoahVerify TestJNIGlobalRefs * @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -Xlog:gc -XX:ShenandoahGCHeuristics=aggressive TestJNIGlobalRefs */ import java.util.Arrays; --- 22,32 ---- */ /* @test TestJNIGlobalRefs * @summary Test JNI Global Refs with Shenandoah * @key gc ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -Xlog:gc -XX:ShenandoahGCHeuristics=aggressive -XX:+ShenandoahVerify TestJNIGlobalRefs * @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -Xlog:gc -XX:ShenandoahGCHeuristics=aggressive TestJNIGlobalRefs */ import java.util.Arrays;
< prev index next >