Integrated: 8268113: Re-use Long.hashCode() where possible
Сергей Цыпанов
github.com+10835776+stsypanov at openjdk.java.net
Mon Aug 2 12:52:34 UTC 2021
On Wed, 2 Jun 2021 14:10:38 GMT, Сергей Цыпанов <github.com+10835776+stsypanov at openjdk.org> wrote:
> There is a few JDK classes duplicating the contents of Long.hashCode() for hash code calculation. They should explicitly delegate to Long.hashCode().
This pull request has now been integrated.
Changeset: 6a3f8343
Author: Sergey Tsypanov <sergei.tsypanov at yandex.ru>
Committer: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/6a3f8343bc0e92c29a87c5840cbef9ab2988f153
Stats: 10 lines in 6 files changed: 0 ins; 4 del; 6 mod
8268113: Re-use Long.hashCode() where possible
Reviewed-by: redestad
-------------
PR: https://git.openjdk.java.net/jdk/pull/4309
More information about the core-libs-dev
mailing list