< prev index next >

test/java/util/IdentityHashMap/Capacity.java

Print this page

        

@@ -37,10 +37,11 @@
  * @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 >