< prev index next >

test/jdk/jdk/jfr/jvm/TestLargeJavaEvent512k.java

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

*** 41,53 **** import jdk.test.lib.Asserts; import jdk.test.lib.jfr.EventTypePrototype; import jdk.test.lib.jfr.Events; import jdk.test.lib.jfr.Stressor; ! /* * @test TestLargeJavaEvent512k * @key jfr * @library /test/lib * @modules jdk.jfr/jdk.jfr.internal * java.base/jdk.internal.org.objectweb.asm * @run main/othervm jdk.jfr.jvm.TestLargeJavaEvent512k */ --- 41,54 ---- import jdk.test.lib.Asserts; import jdk.test.lib.jfr.EventTypePrototype; import jdk.test.lib.jfr.Events; import jdk.test.lib.jfr.Stressor; ! /** * @test TestLargeJavaEvent512k * @key jfr + * @requires vm.hasJFR * @library /test/lib * @modules jdk.jfr/jdk.jfr.internal * java.base/jdk.internal.org.objectweb.asm * @run main/othervm jdk.jfr.jvm.TestLargeJavaEvent512k */
< prev index next >