8172928: Add doc link from System.identityHashCode to Object.hashCode
Reviewed-by: lancea
This commit is contained in:
parent
d28877e750
commit
387a38df1d
@ -534,6 +534,8 @@ public final class System {
|
|||||||
* @param x object for which the hashCode is to be calculated
|
* @param x object for which the hashCode is to be calculated
|
||||||
* @return the hashCode
|
* @return the hashCode
|
||||||
* @since 1.1
|
* @since 1.1
|
||||||
|
* @see Object#hashCode
|
||||||
|
* @see java.util.Objects#hashCode(Object)
|
||||||
*/
|
*/
|
||||||
@HotSpotIntrinsicCandidate
|
@HotSpotIntrinsicCandidate
|
||||||
public static native int identityHashCode(Object x);
|
public static native int identityHashCode(Object x);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user