--- old/test/jdk/jdk/jfr/startupargs/TestStartDelay.java 2018-07-19 08:27:06.266499000 +0200 +++ new/test/jdk/jdk/jfr/startupargs/TestStartDelay.java 2018-07-19 08:27:05.601488000 +0200 @@ -33,10 +33,11 @@ import jdk.test.lib.Asserts; import jdk.test.lib.jfr.CommonHelper; -/* +/** * @test * @summary Start a recording with delay. Verify recording starts later. * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm -XX:StartFlightRecording=name=TestStartDelay,delay=5000s jdk.jfr.startupargs.TestStartDelay */