I\'m looking for the algorithm of Object.hashCode().
This code is native in Object.java.
Is this because
(a) the code is in assemb
Native hashCode method implementation depends on the JVM. By default in HotSpot it returns random number, you can check it in the source code (function get_next_hash)
hashCode
JVM
get_next_hash