< prev index next >

test/jdk/jdk/jfr/api/recording/event/TestLoadEventAfterStart.java

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

@@ -34,14 +34,15 @@
 import jdk.jfr.Recording;
 import jdk.jfr.consumer.RecordedEvent;
 import jdk.test.lib.Asserts;
 import jdk.test.lib.jfr.Events;
 
-/*
+/**
  * @test
  * @summary Load event class after recording started.
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib
  * @build jdk.test.lib.jfr.SimpleEvent
  * @run main/othervm jdk.jfr.api.recording.event.TestLoadEventAfterStart
  */
 public class TestLoadEventAfterStart {
< prev index next >