On Wed, 8 Jun 2022 17:50:35 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:
> Instead of pair HashMap.containsKey/HashMap.get method calls, we can use > single call HashMap.getOrDefault. > It's faster and clearer. Thanks for the review! ------------- PR: https://git.openjdk.org/jdk/pull/9089