JDK 9 RFR of JDK-8071434: doc updates for java.lang.Object

Florian Weimer fweimer at redhat.com
Fri Jan 30 11:08:22 UTC 2015


On 01/29/2015 09:53 PM, joe darcy wrote:
> +     * As much as is reasonably practical, the hashCode method defined
> +     * by class {@code Object} does return distinct integers for
> +     * distinct objects. (The hashCode may or may not be implemented
> +     * as some function of an object's memory address at some point
> +     * in time.)

Is it worth mentioning the performance cost of the default
implementation, for typical VMs?

-- 
Florian Weimer / Red Hat Product Security



More information about the core-libs-dev mailing list