< prev index next >

test/jdk/jdk/jfr/jcmd/TestJcmdStartDirNotExist.java

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

*** 28,41 **** import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.process.OutputAnalyzer; ! /* * @test * @summary Verify error when starting with a dir that does not exist. * @key jfr * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jcmd.TestJcmdStartDirNotExist */ public class TestJcmdStartDirNotExist { --- 28,42 ---- import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.process.OutputAnalyzer; ! /** * @test * @summary Verify error when starting with a dir that does not exist. * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jcmd.TestJcmdStartDirNotExist */ public class TestJcmdStartDirNotExist {
< prev index next >