--- old/test/jdk/jdk/jfr/event/gc/detailed/TestTenuringDistributionEvent.java 2018-07-19 08:18:47.423242000 +0200 +++ new/test/jdk/jdk/jfr/event/gc/detailed/TestTenuringDistributionEvent.java 2018-07-19 08:18:46.752235000 +0200 @@ -34,9 +34,10 @@ import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; -/* +/** * @test * @bug 8009538 + * @requires vm.hasJFR * @requires vm.gc == "G1" | vm.gc == null * @key jfr * @library /test/lib /test/jdk