--- old/test/jdk/jdk/jfr/startupargs/TestStartMaxAgeSize.java 2018-07-19 08:27:14.731621000 +0200 +++ new/test/jdk/jdk/jfr/startupargs/TestStartMaxAgeSize.java 2018-07-19 08:27:14.052613000 +0200 @@ -32,10 +32,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=TestStartMaxAgeSize,maxage=10s,maxsize=1000000 jdk.jfr.startupargs.TestStartMaxAgeSize */