AdoptOpenJDK / jitwatch

Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
Other
3.06k stars 437 forks source link

Make toplists show the list of counted events #297

Closed chriswhocodes closed 2 years ago

chriswhocodes commented 5 years ago

E.g for inlining failure reasons toplist you should be able to click on "hot method too big" and get the list of callsites where that failure occurred.