8172928: Add doc link from System.identityHashCode to Object.hashCode

Reviewed-by: lancea
This commit is contained in:
Joe Darcy 2017-02-16 19:08:17 -08:00
parent d28877e750
commit 387a38df1d

View File

@ -534,6 +534,8 @@ public final class System {
* @param x object for which the hashCode is to be calculated
* @return the hashCode
* @since 1.1
* @see Object#hashCode
* @see java.util.Objects#hashCode(Object)
*/
@HotSpotIntrinsicCandidate
public static native int identityHashCode(Object x);