< prev index next >

test/java/nio/MappedByteBuffer/ZeroMap.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @test * @bug 4802340 * @summary Testing force(), load() isLoaded() of zero len MBB * @run main/othervm ZeroMap + * @key randomness */ import java.io.*; import java.nio.*; import java.util.*;
< prev index next >