Hi,
I have been benchmarked my multihreaded program using
-agentlib:hprof=cpu=samples
and was surprised to find the following line:
rank self accum count trace method
1 52.88% 52.88% 8486 300050 java.lang.Object.hashCode
I never explicitly call hashCode() in my program. What can be the reason for this?
Thanks!