--- old/test/jdk/jdk/jfr/jcmd/TestJcmdStartWithOptions.java 2018-07-19 08:24:06.961890000 +0200 +++ new/test/jdk/jdk/jfr/jcmd/TestJcmdStartWithOptions.java 2018-07-19 08:24:06.283885000 +0200 @@ -32,10 +32,11 @@ import jdk.jfr.RecordingState; import jdk.test.lib.process.OutputAnalyzer; -/* +/** * @test * @summary The test verifies that recording can be started with options delay|duration|maxage|maxsize * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm -XX:+FlightRecorder -XX:FlightRecorderOptions=maxchunksize=2097152 jdk.jfr.jcmd.TestJcmdStartWithOptions */