< prev index next >

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

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @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 >