< prev index next >

test/java/nio/channels/SocketChannel/OutOfBand.java

Print this page

        

@@ -22,10 +22,11 @@
  */
 
 /* @test
  * @summary Test socket adapter sendUrgentData method
  * @bug 6963907
+ * @key randomness
  */
 
 import java.net.*;
 import java.nio.ByteBuffer;
 import java.nio.channels.*;
< prev index next >