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 : #195 Error Filtering #211

Closed PhRX closed 7 years ago

PhRX commented 7 years ago

Change filter to comply with changes to the naming of "error frames" introduced in #189.

Replaces deleted PR #196 .

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.