jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Fix : Comparison "EQUALS_NR" value comparison #217

Closed PhRX closed 7 years ago

PhRX commented 7 years ago

The EQUALS_NR Comparison can fail because it checks on Number identity rather than the value.

Trivial, small fix.

As in other current PRs by me - only the last commit in the PR commit list is significant, the other ones amount to no changes.

RichardWarburton commented 7 years ago

Thanks. PRs of this size are perfect - easy to review and merge ;)