< prev index next >

test/jdk/jdk/jfr/cmd/TestHelp.java

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

*** 25,38 **** package jdk.jfr.cmd; import jdk.test.lib.process.OutputAnalyzer; ! /* * @test * @summary Test help * @key jfr * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.cmd.TestHelp */ public class TestHelp { --- 25,39 ---- package jdk.jfr.cmd; import jdk.test.lib.process.OutputAnalyzer; ! /** * @test * @summary Test help * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.cmd.TestHelp */ public class TestHelp {
< prev index next >