--- old/test/jdk/jdk/jfr/event/gc/configuration/TestGCYoungGenerationConfigurationEventWithNewRatio.java 2018-07-19 08:17:40.451269000 +0200 +++ new/test/jdk/jdk/jfr/event/gc/configuration/TestGCYoungGenerationConfigurationEventWithNewRatio.java 2018-07-19 08:17:39.764269000 +0200 @@ -28,9 +28,10 @@ import jdk.jfr.consumer.RecordedEvent; import jdk.test.lib.jfr.EventVerifier; -/* +/** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:NewRatio=4 jdk.jfr.event.gc.configuration.TestGCYoungGenerationConfigurationEventWithNewRatio */