< prev index next >

test/java/nio/channels/FileChannel/Truncate.java

Print this page

        

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