< prev index next >

test/jdk/jdk/jfr/api/metadata/annotations/TestSimpleMetadataEvent.java

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

*** 32,44 **** import jdk.jfr.Event; import jdk.jfr.EventType; import jdk.jfr.MetadataDefinition; ! /* * @test * @key jfr * @library /test/lib * @run main/othervm jdk.jfr.api.metadata.annotations.TestSimpleMetadataEvent */ public class TestSimpleMetadataEvent { --- 32,45 ---- import jdk.jfr.Event; import jdk.jfr.EventType; import jdk.jfr.MetadataDefinition; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib * @run main/othervm jdk.jfr.api.metadata.annotations.TestSimpleMetadataEvent */ public class TestSimpleMetadataEvent {
< prev index next >