< prev index next >

test/java/nio/channels/FileChannel/Transfer.java

Print this page

        

@@ -24,10 +24,11 @@
 /* @test
  * @bug 4434723 4482726 4559072 4638365 4795550 5081340 5103988 6253145
  *   6984545
  * @summary Test FileChannel.transferFrom and transferTo
  * @library ..
+ * @key randomness
  */
 
 import java.io.*;
 import java.net.*;
 import java.nio.*;
< prev index next >