< prev index next >

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

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

*** 36,49 **** import jdk.jfr.FlightRecorder; import jdk.management.jfr.EventTypeInfo; import jdk.management.jfr.FlightRecorderMXBean; import jdk.test.lib.Asserts; ! /* * @test * @key jfr * @summary Test for EventTypeInfo * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jmx.info.TestEventTypeInfo */ public class TestEventTypeInfo { public static void main(String[] args) throws Throwable { --- 36,50 ---- import jdk.jfr.FlightRecorder; import jdk.management.jfr.EventTypeInfo; import jdk.management.jfr.FlightRecorderMXBean; import jdk.test.lib.Asserts; ! /** * @test * @key jfr * @summary Test for EventTypeInfo + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jmx.info.TestEventTypeInfo */ public class TestEventTypeInfo { public static void main(String[] args) throws Throwable {
< prev index next >