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.09k stars 439 forks source link

Add compilation select combo to inlining chain stage #244

Closed chriswhocodes closed 7 years ago

chriswhocodes commented 8 years ago

Allow easier viewing of per-compilation task inlining chains by adding combo to CompileChainStage

chriswhocodes commented 7 years ago

Implemented in https://github.com/AdoptOpenJDK/jitwatch/commit/9221ff7ed513b723f82e0ce7d29d1a48d4080f9a New "FocusLink" system updates all open views when the selected compilation changes.