equal
deleted
inserted
replaced
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.*; |