< prev index next >

test/jdk/jdk/jfr/jmx/TestRecordingSettingsMultiple.java

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

@@ -28,13 +28,14 @@
 import java.util.HashMap;
 import java.util.Map;
 
 import jdk.management.jfr.FlightRecorderMXBean;
 
-/*
+/**
  * @test
  * @key jfr
+ * @requires vm.hasJFR
  * @library /test/lib /test/jdk
  * @run main/othervm jdk.jfr.jmx.TestRecordingSettingsMultiple
  */
 public class TestRecordingSettingsMultiple {
     public static void main(String[] args) throws Exception {
< prev index next >