On Sat, 30 Apr 2022 17:10:55 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:

> No need to separately perform `HashMap.containsKey` before `HashMap.remove` 
> call. If key is present - it will be removed anyway. If it's not present, 
> nothing will be deleted.

Marked as reviewed by naoto (Reviewer).

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

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

Reply via email to