< prev index next >

test/java/util/IdentityHashMap/Capacity.java

Print this page

        

*** 37,46 **** --- 37,47 ---- * @test * @bug 6904367 * @summary IdentityHashMap reallocates storage when inserting expected * number of elements * @run testng Capacity + * @key randomness */ @Test public class Capacity { static final Field tableField;
< prev index next >