< prev index next >

test/java/nio/channels/SocketChannel/CloseDuringWrite.java

Print this page

        

@@ -21,10 +21,11 @@
  * questions.
  */
 
 /* @test
  * @summary Test asynchronous close during a blocking write
+ * @key randomness
  */
 
 import java.io.Closeable;
 import java.io.IOException;
 import java.nio.ByteBuffer;
< prev index next >