On Sun, 27 Apr 2025 21:04:34 GMT, Andrey Turbanov <[email protected]> wrote:
> `devices` contains only non-null values. It means instead of separate > `containsKey` call we can just call `HashMap.get` and then compare result > with `null`. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/24907
