< prev index next >

test/jdk/jdk/jfr/jcmd/TestJcmdLegacy.java

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

*** 36,48 **** import jdk.test.lib.Utils; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.FileHelper; import jdk.test.lib.process.OutputAnalyzer; ! /* * @test TestClassId * @key jfr * @library /test/lib /test/jdk * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.jcmd.TestJcmdLegacy */ public class TestJcmdLegacy { --- 36,49 ---- import jdk.test.lib.Utils; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.FileHelper; import jdk.test.lib.process.OutputAnalyzer; ! /** * @test TestClassId * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @modules jdk.jfr/jdk.jfr.internal * @run main/othervm jdk.jfr.jcmd.TestJcmdLegacy */ public class TestJcmdLegacy {
< prev index next >