--- old/test/jdk/jdk/jfr/event/compiler/TestAllocOutsideTLAB.java 2018-07-19 08:15:49.227651000 +0200 +++ new/test/jdk/jdk/jfr/event/compiler/TestAllocOutsideTLAB.java 2018-07-19 08:15:48.509639000 +0200 @@ -36,10 +36,11 @@ import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; -/* +/** * @test * @summary Test that when an object is allocated outside a TLAB an event will be triggered. * @key jfr + * @requires vm.hasJFR * @library /test/lib * @run main/othervm -XX:+UseTLAB -XX:-FastTLABRefill -XX:TLABSize=90k -XX:-ResizeTLAB -XX:TLABRefillWasteFraction=256 jdk.jfr.event.compiler.TestAllocOutsideTLAB * @run main/othervm -XX:+UseTLAB -XX:-FastTLABRefill -XX:TLABSize=90k -XX:-ResizeTLAB -XX:TLABRefillWasteFraction=256 jdk.jfr.event.compiler.TestAllocOutsideTLAB