< prev index next >

test/jdk/java/nio/channels/Selector/WakeupSpeed.java

Print this page

        

*** 21,31 **** * questions. */ /* @test * @bug 4467968 ! * @summary Tests wether wakeup makes the next select() call return immediately */ import java.io.IOException; import java.nio.channels.Selector; --- 21,31 ---- * questions. */ /* @test * @bug 4467968 ! * @summary Tests whether wakeup makes the next select() call return immediately */ import java.io.IOException; import java.nio.channels.Selector;
< prev index next >