--- old/test/jdk/jdk/jfr/event/gc/collection/TestGCGarbageCollectionEvent.java 2018-07-19 08:17:01.388703000 +0200 +++ new/test/jdk/jdk/jfr/event/gc/collection/TestGCGarbageCollectionEvent.java 2018-07-19 08:17:00.594690000 +0200 @@ -34,9 +34,10 @@ import jdk.test.lib.jfr.Events; import jdk.test.lib.jfr.GCHelper; -/* +/** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib * @run main/othervm -Xlog:gc*=debug -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps jdk.jfr.event.gc.collection.TestGCGarbageCollectionEvent */