On Mon, 4 Jul 2022 07:06:30 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
>> 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 Marked as reviewed by attila (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/9208