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.07k stars 437 forks source link

Triview - improve behaviour when an invokeinterface is followed #247

Closed chriswhocodes closed 2 years ago

chriswhocodes commented 7 years ago

Currently, following an invokeinterface with ctrl-click in the bytecode pane of the Triview opens the interface source file and an empty bytecode pane.

If the implementation is known (via LogCompilation?) then open that. If not, pop up a list of known implementations to allow user to choose one.