jdk/test/java/util/Map/InPlaceOpsCollisions.java
changeset 19806 dda89341ee2d
parent 17939 bd750ec19d82
child 32649 2ee9017c7597
equal deleted inserted replaced
19805:39ccb0972a2f 19806:dda89341ee2d
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8005698
    26  * @bug 8005698
    27  * @run main InPlaceOpsCollisions -shortrun
    27  * @run main InPlaceOpsCollisions -shortrun
    28  * @run main/othervm -Djdk.map.randomseed=true InPlaceOpsCollisions -shortrun
       
    29  * @summary Ensure overrides of in-place operations in Maps behave well with lots of collisions.
    28  * @summary Ensure overrides of in-place operations in Maps behave well with lots of collisions.
    30  * @author Brent Christian
    29  * @author Brent Christian
    31  */
    30  */
    32 import java.util.*;
    31 import java.util.*;
    33 import java.util.function.*;
    32 import java.util.function.*;