vlsi commented on PR #693:
URL: https://github.com/apache/jmeter/pull/693#issuecomment-1303823814

   >because the hashCode() is different.
   
   Why are you so sure `hashCode` is always different?
   There are at most 2**32 different `hashCode` values, so sometimes `hashCode` 
will collide.
   
   If you launch OpenJDK with `-XX:+UnlockExperimentalVMOptions 
-XX:hashCode=2`, then the default `Object#hashCode` would return `1`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to