< prev index next >

test/java/nio/channels/FileChannel/Size.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /* @test
  * @bug 4563125
  * @summary Test size method of FileChannel
  * @run main/othervm Size
+ * @key randomness
  */
 
 import java.io.*;
 import java.nio.MappedByteBuffer;
 import java.nio.channels.*;
< prev index next >