< prev index next >

test/jdk/jdk/jfr/jmx/TestRecordingStateInvalid.java

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

@@ -31,13 +31,14 @@
 import jdk.management.jfr.FlightRecorderMXBean;
 import jdk.management.jfr.RecordingInfo;
 import jdk.test.lib.jfr.CommonHelper;
 import jdk.test.lib.jfr.VoidFunction;
 
-/*
+/**
  * @test
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib /test/jdk
  * @run main/othervm jdk.jfr.jmx.TestRecordingStateInvalid
  */
 public class TestRecordingStateInvalid {
     public static void main(String[] args) throws Throwable {
< prev index next >