< prev index next >

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

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

@@ -22,11 +22,11 @@
  */
 
 /*
  * @test TestArrayCopyCheckCast
  * @key gc
- * @requires vm.gc.Shenandoah
+ * @requires vm.gc.Shenandoah & !vm.graal.enabled
  *
  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:TieredStopAtLevel=0 -Xmx16m TestArrayCopyCheckCast
  */
 public class TestArrayCopyCheckCast {
 
< prev index next >