-
Enhancement
-
Resolution: Unresolved
-
P5
-
None
-
23
-
None
-
generic
-
generic
We can improve the performance of putAll following the same ideas for ConcurrentHashMap in https://bugs.openjdk.org/browse/JDK-8322149
- relates to
-
JDK-8210280 Unnecessary reallocation when invoking HashMap.putAll()
- Closed
-
JDK-8322149 ConcurrentHashMap smarter presizing for copy constructor and putAll
- Resolved
-
JDK-4710319 HashMap.resize(int) aborts when it shouldn't
- Closed
- links to
-
Review openjdk/jdk/17544