< prev index next >

test/jdk/jdk/jfr/event/io/TestSocketEvents.java

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

*** 40,52 **** import jdk.jfr.consumer.RecordedEvent; import jdk.test.lib.jfr.Events; import jdk.test.lib.thread.TestThread; import jdk.test.lib.thread.XRun; ! /* * @test * @key jfr * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.event.io.TestSocketEvents */ public class TestSocketEvents { --- 40,53 ---- import jdk.jfr.consumer.RecordedEvent; import jdk.test.lib.jfr.Events; import jdk.test.lib.thread.TestThread; import jdk.test.lib.thread.XRun; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.event.io.TestSocketEvents */ public class TestSocketEvents {
< prev index next >