< prev index next >

test/jdk/jdk/jfr/jvm/TestClassId.java

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

*** 29,41 **** import static jdk.test.lib.Asserts.assertNE; import jdk.jfr.internal.JVM; import jdk.jfr.internal.Type; ! /* * @test TestClassId * @key jfr * @library /test/lib * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.jvm.TestClassId */ public class TestClassId { --- 29,42 ---- import static jdk.test.lib.Asserts.assertNE; import jdk.jfr.internal.JVM; import jdk.jfr.internal.Type; ! /** * @test TestClassId * @key jfr + * @requires vm.hasJFR * @library /test/lib * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.jvm.TestClassId */ public class TestClassId {
< prev index next >