< prev index next >

test/java/nio/channels/FileChannel/Position.java

Print this page

        

@@ -22,10 +22,11 @@
  */
 
 /* @test
  * @bug 4429043 6526860
  * @summary Test position method of FileChannel
+ * @key randomness
  */
 
 import java.io.*;
 import java.nio.ByteBuffer;
 import java.nio.channels.FileChannel;
< prev index next >