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

Support java 11 #255

Closed Xjs closed 5 years ago

Xjs commented 5 years ago

The profiler scripts are trying to load tools.jar, which was apparently removed from the JDK in version 9. Can the profiler not be run with newer Java versions?

RichardWarburton commented 5 years ago

I'm not really actively improving honest profiler at the moment. If someone wishes to pull request a fix for this I'd be happy to merge it.