RFR: JDK-8277520: Implement JDK-8 default methods for IdentityHashMap [v2]

liach duke at openjdk.java.net
Thu Dec 16 20:48:39 UTC 2021


> 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.

liach has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:

 - Merge branch 'master' of https://git.openjdk.java.net/jdk into identityhashmap-default
 - update dates
 - Also test cme for identity hash map
 - Fix putIfAbsent
 - JDK-8277520: Implement JDK-8 default methods for IdentityHashMap

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6532/files
  - new: https://git.openjdk.java.net/jdk/pull/6532/files/e492cb7b..d853ab34

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6532&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6532&range=00-01

  Stats: 57223 lines in 1494 files changed: 36387 ins; 12123 del; 8713 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6532.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6532/head:pull/6532

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


More information about the core-libs-dev mailing list