jdk/test/java/util/Map/Collisions.java
changeset 13811 7d2276f93d68
parent 13805 29e474ceeddc
child 13817 23f16430801a
equal deleted inserted replaced
13810:5c2d6a14cc6c 13811:7d2276f93d68
    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 Collisions -Djdk.map.althashing.threshold=0 -shortrun
    28  * @run main -Djdk.map.althashing.threshold=0 Collisions -shortrun
    29  * @summary Ensure Maps behave well with lots of hashCode() collisions.
    29  * @summary Ensure Maps behave well with lots of hashCode() collisions.
    30  * @author Mike Duigou
    30  * @author Mike Duigou
    31  */
    31  */
    32 import java.util.*;
    32 import java.util.*;
    33 import java.util.concurrent.ConcurrentHashMap;
    33 import java.util.concurrent.ConcurrentHashMap;