< prev index next >

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

Print this page
rev 59879 : [mq]: 8249000

@@ -24,11 +24,11 @@
 package gc.epsilon;
 
 /**
  * @test TestElasticTLAB
  * @key randomness
- * @requires vm.gc.Epsilon & !vm.graal.enabled
+ * @requires vm.gc.Epsilon
  * @summary Epsilon is able to work with/without elastic TLABs
  * @library /test/lib
  *
  * @run main/othervm -Xmx1g -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC -XX:-EpsilonElasticTLAB                               gc.epsilon.TestElasticTLAB
  * @run main/othervm -Xmx1g -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC -XX:+EpsilonElasticTLAB -XX:EpsilonTLABElasticity=1   gc.epsilon.TestElasticTLAB
< prev index next >