< prev index next >

test/java/nio/channels/FileChannel/MapTest.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /* @test
  * @bug 4429043 8002180
  * @summary Test file mapping with FileChannel
  * @run main/othervm MapTest
+ * @key randomness
  */
 
 import java.io.*;
 import java.nio.MappedByteBuffer;
 import java.nio.channels.*;
< prev index next >