< prev index next >

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

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

*** 49,61 **** import jdk.jfr.TransitionFrom; import jdk.jfr.TransitionTo; import jdk.jfr.Unsigned; import jdk.test.lib.Asserts; ! /* * @test * @key jfr * @library /test/lib * @run main/othervm jdk.jfr.api.metadata.annotations.TestTypesIdentical */ public class TestTypesIdentical { --- 49,62 ---- import jdk.jfr.TransitionFrom; import jdk.jfr.TransitionTo; import jdk.jfr.Unsigned; import jdk.test.lib.Asserts; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib * @run main/othervm jdk.jfr.api.metadata.annotations.TestTypesIdentical */ public class TestTypesIdentical {
< prev index next >