< prev index next >

test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithPSMarkSweep.java

Print this page
rev 51054 : imported patch 9000013-aixDisableJFR-requires.patch

@@ -23,13 +23,14 @@
  * questions.
  */
 
 package jdk.jfr.event.gc.collection;
 
-/*
+/**
  * @test
  * @key jfr
+ * @requires vm.hasJFR
  *
  * @requires vm.gc == "Parallel" | vm.gc == null
  * @library /test/lib /test/jdk
  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -Xmx32m -Xmn8m -XX:+UseParallelGC -XX:-UseParallelOldGC jdk.jfr.event.gc.collection.TestGCEventMixedWithPSMarkSweep
  * good debug flags: -Xlog:gc*=debug
< prev index next >