< prev index next >

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

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

*** 39,51 **** 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.TestSocketChannelEvents */ public class TestSocketChannelEvents { private static final int bufSizeA = 10; --- 39,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 + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.event.io.TestSocketChannelEvents */ public class TestSocketChannelEvents { private static final int bufSizeA = 10;
< prev index next >