< prev index next >

test/gc/stress/gclocker/TestGCLockerWithSerial.java

Print this page
rev 13382 : [mq]: 8180311-fix-gclocker-serialgc-minimal

@@ -24,10 +24,11 @@
 
 /*
  * @test TestGCLockerWithSerial
  * @key gc
  * @requires vm.gc.Serial
+ * @requires vm.flavor != "minimal"
  * @summary Stress Serial's GC locker by calling GetPrimitiveArrayCritical while concurrently filling up old gen.
  * @run main/native/othervm/timeout=200 -Xlog:gc*=info -Xmx1500m -Xmx1500m -XX:+UseSerialGC TestGCLockerWithSerial
  */
 public class TestGCLockerWithSerial {
     public static void main(String[] args) {
< prev index next >