RFR: 8264734: Some SA classes could use better hashCode() implementation [v4]

Mitsuru Kariya github.com+2217224+kariya-mitsuru at openjdk.java.net
Mon May 17 08:10:45 UTC 2021


On Tue, 11 May 2021 06:35:43 GMT, Mitsuru Kariya <github.com+2217224+kariya-mitsuru at openjdk.org> wrote:

>> The current `hashCode` implementation of SA's Address subclasses ignores the upper 32 bits of the long value.
>> This PR changes to use `Long.hashCode` instead.
>
> Mitsuru Kariya has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update copyright

Hi,

Would anyone sponsor it?

Best regards,
Mitsuru

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

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


More information about the serviceability-dev mailing list