JDK-8016432 : Map implementations should override Map.replaceAll
Type:Bug
Component:core-libs
Sub-Component:java.util:collections
Priority:P4
Status:Closed
Resolution:Fixed
Submitted:2013-06-11
Updated:2021-03-03
Resolved:2013-09-30
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The default replaceAll method from Map needs to be detuned as per JDK-8016431. The standard Map implementations should override the default with better versions; Doug to supply.
Comments
Verified in JDK-8016446
05-12-2013
Resolved in JDK-8016446 and JDK-8016431
30-09-2013
CSLM has added an override for replaceAll, see 8016431. This issue should be closed unless there are other specific overrides that need to be added.