< prev index next >

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

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

@@ -41,14 +41,15 @@
 import jdk.jfr.ValueDescriptor;
 import jdk.jfr.consumer.RecordedEvent;
 import jdk.test.lib.jfr.EventNames;
 import jdk.test.lib.jfr.Events;
 
-/*
+/**
  * @test
  * @summary Tests that the recording properties are properly reflected in the ActiveRecording event
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib
  * @run main/othervm jdk.jfr.event.runtime.TestActiveRecordingEvent
  */
 public final class TestActiveRecordingEvent {
 
< prev index next >