test/jdk/jdk/jfr/event/io/TestSocketChannelEvents.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    39 import jdk.jfr.consumer.RecordedEvent;
    39 import jdk.jfr.consumer.RecordedEvent;
    40 import jdk.test.lib.jfr.Events;
    40 import jdk.test.lib.jfr.Events;
    41 import jdk.test.lib.thread.TestThread;
    41 import jdk.test.lib.thread.TestThread;
    42 import jdk.test.lib.thread.XRun;
    42 import jdk.test.lib.thread.XRun;
    43 
    43 
    44 /*
    44 /**
    45  * @test
    45  * @test
    46  * @key jfr
    46  * @key jfr
       
    47  * @requires vm.hasJFR
    47  * @library /test/lib /test/jdk
    48  * @library /test/lib /test/jdk
    48  * @run main/othervm jdk.jfr.event.io.TestSocketChannelEvents
    49  * @run main/othervm jdk.jfr.event.io.TestSocketChannelEvents
    49  */
    50  */
    50 public class TestSocketChannelEvents {
    51 public class TestSocketChannelEvents {
    51     private static final int bufSizeA = 10;
    52     private static final int bufSizeA = 10;