< prev index next >

test/jdk/jdk/jfr/jmx/TestRecordingState.java

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

*** 29,41 **** import jdk.jfr.RecordingState; import jdk.management.jfr.FlightRecorderMXBean; import jdk.management.jfr.RecordingInfo; ! /* * @test * @key jfr * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jmx.TestRecordingState */ public class TestRecordingState { public static void main(String[] args) throws Throwable { --- 29,42 ---- import jdk.jfr.RecordingState; import jdk.management.jfr.FlightRecorderMXBean; import jdk.management.jfr.RecordingInfo; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jmx.TestRecordingState */ public class TestRecordingState { public static void main(String[] args) throws Throwable {
< prev index next >