< prev index next >

test/jdk/jdk/jfr/event/runtime/TestModuleEvents.java

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

@@ -34,14 +34,15 @@
 import jdk.jfr.consumer.RecordedEvent;
 import jdk.jfr.consumer.RecordedObject;
 import jdk.test.lib.jfr.EventNames;
 import jdk.test.lib.jfr.Events;
 
-/*
+/**
  * @test
  * @summary Tests the JFR events related to modules
  * @key jfr
+ * @requires vm.hasJFR
  * @requires !vm.graal.enabled
  * @library /test/lib
  * @run main/othervm --limit-modules java.base,jdk.jfr jdk.jfr.event.runtime.TestModuleEvents
  */
 public final class TestModuleEvents {
< prev index next >