[lworld] RFR: 8366214: [lworld] Use Objects.equals in HashMap and ConcurrentHashmap
Chen Liang
liach at openjdk.org
Fri Aug 29 04:10:59 UTC 2025
On Fri, 29 Aug 2025 03:20:57 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> I think your current logic differs when `e.key == null` and `k == null` - previously it evaluates to true, now this test fails.
>
> True, but to get here `k != null`. (line 678)
Indeed, forgot this file is CHM; thought this one was the regular HM.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1536#discussion_r2309080557
More information about the valhalla-dev
mailing list