Relates :
|
After JDK-8250928 JfrStackTrace::record_safe is using new, improved hash code calculation. However, JfrStackTrace::record_thread was not updated to this calculation and we ended up with two ways a stack trace hash code will be calculated. This situation does not sound right and JfrStackTrace::record_thread should be updated to use the new hash code calculation as well.
|