< prev index next >

test/java/lang/management/BufferPoolMXBean/Basic.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* @test * @bug 6606598 7024172 * @summary Unit test for java.lang.management.BufferPoolMXBean * @run main/othervm Basic + * @key randomness */ import java.nio.ByteBuffer; import java.nio.MappedByteBuffer; import java.nio.file.Path;
< prev index next >