< prev index next >

test/jdk/jdk/jfr/jmx/info/TestRecordingInfo.java

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

@@ -36,14 +36,15 @@
 import jdk.jfr.RecordingState;
 import jdk.management.jfr.FlightRecorderMXBean;
 import jdk.management.jfr.RecordingInfo;
 import jdk.test.lib.jfr.CommonHelper;
 
-/*
+/**
  * @test
  * @key jfr
  * @summary Test for RecordingInfo
+ * @requires vm.hasJFR
  * @library /test/lib /test/jdk
  * @run main/othervm jdk.jfr.jmx.info.TestRecordingInfo
  */
 public class TestRecordingInfo {
     public static void main(String[] args) throws Throwable {
< prev index next >