RFR: JDK-8277520: Implement JDK-8 default methods for IdentityHashMap

Joe Darcy darcy at openjdk.java.net
Sat Dec 4 22:14:20 UTC 2021


On Wed, 24 Nov 2021 05:16:40 GMT, liach <duke at openjdk.java.net> wrote:

> Might need a CSR as now `computeIfAbsent` `computeIfPresent` `compute` `merge` would throw CME if the functions modified the map itself, and there are corresponding specification changes.

Yes, behavioral changes in a widely-used class would merit CSR review.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6532


More information about the core-libs-dev mailing list