< prev index next >

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

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

*** 30,42 **** import jdk.jfr.Category; import jdk.jfr.Event; import jdk.jfr.EventType; import jdk.test.lib.Asserts; ! /* * @test * @key jfr * @library /test/lib * @run main/othervm jdk.jfr.api.metadata.annotations.TestCategory */ public class TestCategory { --- 30,43 ---- import jdk.jfr.Category; import jdk.jfr.Event; import jdk.jfr.EventType; import jdk.test.lib.Asserts; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib * @run main/othervm jdk.jfr.api.metadata.annotations.TestCategory */ public class TestCategory {
< prev index next >