< prev index next >

test/jdk/jdk/jfr/event/runtime/TestThreadAllocationEvent.java

Print this page
rev 51054 : imported patch 9000013-aixDisableJFR-requires.patch

*** 41,53 **** import jdk.jfr.consumer.RecordedEvent; import jdk.jfr.consumer.RecordedThread; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; ! /* * @test * @key jfr * @library /test/lib * @modules jdk.jfr * jdk.management * * @run main/othervm -XX:-UseTLAB jdk.jfr.event.runtime.TestThreadAllocationEvent --- 41,54 ---- import jdk.jfr.consumer.RecordedEvent; import jdk.jfr.consumer.RecordedThread; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib * @modules jdk.jfr * jdk.management * * @run main/othervm -XX:-UseTLAB jdk.jfr.event.runtime.TestThreadAllocationEvent
< prev index next >