<i18n dev> RFR: 8288723: Avoid redundant ConcurrentHashMap.get call in java.time [v3]
Andrey Turbanov
aturbanov at openjdk.org
Mon Jul 4 07:06:30 UTC 2022
> Instead of separate ConcurrentHashMap.get call, we can use result of previous putIfAbsent call.
Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision:
8288723: Avoid redundant ConcurrentHashMap.get call in java.time
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9208/files
- new: https://git.openjdk.org/jdk/pull/9208/files/aa67cdf6..70223b4b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9208&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9208&range=01-02
Stats: 22 lines in 3 files changed: 0 ins; 11 del; 11 mod
Patch: https://git.openjdk.org/jdk/pull/9208.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9208/head:pull/9208
PR: https://git.openjdk.org/jdk/pull/9208
More information about the i18n-dev
mailing list