< prev index next >

test/java/nio/channels/Channels/ShortWrite.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /* @test
  * @bug 6448457
  * @summary Test Channels.newOutputStream returns OutputStream that handles
  *     short writes from the underlying channel
+ * @key randomness
  */
 
 import java.io.OutputStream;
 import java.io.IOException;
 import java.nio.ByteBuffer;
< prev index next >