--- old/test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryCommittedSize.java 2018-07-19 08:18:50.516287000 +0200 +++ new/test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryCommittedSize.java 2018-07-19 08:18:49.853290000 +0200 @@ -36,9 +36,10 @@ import jdk.test.lib.jfr.GCHelper; import sun.hotspot.WhiteBox; -/* +/** * @test * @key jfr + * @requires vm.hasJFR * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk * @build sun.hotspot.WhiteBox