There is a few JDK classes duplicating the contents of Long.hashCode() for hash code calculation. They should explicitly delegate to Long.hashCode().
- relates to
-
JDK-8268764 Use Long.hashCode() instead of int-cast where applicable
- Resolved