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 : #205 Missing method info hardening #216

Closed PhRX closed 7 years ago

PhRX commented 7 years ago

Ensure that if a Method Id wasn't received from the LogSource things don't break.

PhRX commented 7 years ago

Commit 58dd0f5 reverts all previous commits from 13de748 up to and including 1e1e31e, so please ignore those commits in the PR commit list.

RichardWarburton commented 7 years ago

Thanks.