test/jdk/jdk/jfr/jcmd/TestJcmdStartWithSettings.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    33 import jdk.test.lib.Asserts;
    33 import jdk.test.lib.Asserts;
    34 import jdk.test.lib.jfr.EventNames;
    34 import jdk.test.lib.jfr.EventNames;
    35 import jdk.test.lib.jfr.Events;
    35 import jdk.test.lib.jfr.Events;
    36 import jdk.test.lib.process.OutputAnalyzer;
    36 import jdk.test.lib.process.OutputAnalyzer;
    37 
    37 
    38 /*
    38 /**
    39  * @test
    39  * @test
    40  * @summary The test verifies that recording can be started with setting file(s)
    40  * @summary The test verifies that recording can be started with setting file(s)
    41  * @key jfr
    41  * @key jfr
       
    42  * @requires vm.hasJFR
    42  * @library /test/lib /test/jdk
    43  * @library /test/lib /test/jdk
    43  * @run main/othervm jdk.jfr.jcmd.TestJcmdStartWithSettings
    44  * @run main/othervm jdk.jfr.jcmd.TestJcmdStartWithSettings
    44  */
    45  */
    45 public class TestJcmdStartWithSettings {
    46 public class TestJcmdStartWithSettings {
    46 
    47