On Wed, 2 Jun 2021 14:10:38 GMT, Сергей Цыпанов <[email protected]> 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 <[email protected]> Committer: Claes Redestad <[email protected]> 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
