On Fri, 21 Nov 2025 14:37:57 GMT, Viktor Klang <[email protected]> wrote:

> Adding logic to handle CCEs and NPEs (the latter cannot logically occur as 
> CHM does not support null keys) as per 
> [AbstractMap::equals](https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/util/AbstractMap.java#L474)

Okay although another random usage of get(Object) with an key for the wrong 
type will also fail with CCE.

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

Marked as reviewed by alanb (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/28453#pullrequestreview-3493819494

Reply via email to