jdk/test/java/util/Map/Collisions.java
changeset 19853 832b09e2714c
parent 17939 bd750ec19d82
child 23010 6dadb192ad81
equal deleted inserted replaced
19852:f8e5a6c5d379 19853:832b09e2714c
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 7126277
    26  * @bug 7126277
    27  * @run main Collisions -shortrun
    27  * @run main Collisions -shortrun
    28  * @run main/othervm -Djdk.map.althashing.threshold=0 Collisions -shortrun
       
    29  * @run main/othervm -Djdk.map.useRandomSeed=true Collisions -shortrun
       
    30  * @summary Ensure Maps behave well with lots of hashCode() collisions.
    28  * @summary Ensure Maps behave well with lots of hashCode() collisions.
    31  * @author Mike Duigou
    29  * @author Mike Duigou
    32  */
    30  */
    33 import java.util.*;
    31 import java.util.*;
    34 import java.util.concurrent.ConcurrentHashMap;
    32 import java.util.concurrent.ConcurrentHashMap;