< prev index next >

test/jdk/jdk/jfr/jvm/TestPid.java

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

*** 27,39 **** import static jdk.test.lib.Asserts.assertEquals; import jdk.jfr.internal.JVM; ! /* * @test TestPid * @key jfr * @library /test/lib * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.jvm.TestPid */ public class TestPid { --- 27,40 ---- import static jdk.test.lib.Asserts.assertEquals; import jdk.jfr.internal.JVM; ! /** * @test TestPid * @key jfr + * @requires vm.hasJFR * @library /test/lib * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.jvm.TestPid */ public class TestPid {
< prev index next >