< prev index next >

test/jdk/jdk/jfr/jmx/TestRecordingOptions.java

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

@@ -30,13 +30,14 @@
 import java.util.Map;
 
 import jdk.management.jfr.FlightRecorderMXBean;
 import jdk.test.lib.Asserts;
 
-/*
+/**
  * @test
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib /test/jdk
  * @run main/othervm jdk.jfr.jmx.TestRecordingOptions
  */
 public class TestRecordingOptions {
     @SuppressWarnings({ "rawtypes", "unchecked" })
< prev index next >