< prev index next >

test/hotspot/jtreg/gc/epsilon/TestRefArrays.java

Print this page
rev 59879 : [mq]: 8249000

@@ -24,11 +24,11 @@
 package gc.epsilon;
 
 /**
  * @test TestRefArrays
  * @key randomness
- * @requires vm.gc.Epsilon & !vm.graal.enabled
+ * @requires vm.gc.Epsilon
  * @summary Epsilon is able to allocate arrays, and does not corrupt their state
  * @library /test/lib
  *
  * @run main/othervm -Xmx1g                                        -XX:+UseTLAB -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestRefArrays
  * @run main/othervm -Xmx1g -Xint                                  -XX:+UseTLAB -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC gc.epsilon.TestRefArrays
< prev index next >