
Bytecode Outline plugin shows disassembled bytecode of current java editor or class file, allows bytecode compare for java/class files and shows ASMifier code for current bytecode. Have you already asked yourselves what the compiler does with your Java code? Here is the answer ;)
Bytecode outline help not only to better understand your compiler but also to write your own bytecode on the fly with ASM.
Latest version support Eclipse 4.7 - 4.8, but the update site has links to versions for 3.3, 3.4, 3.5 and 3.6 too.
Note: there is a new alpha version supporting Java 11 available (on same update site but with new view id), the sources are at https://github.com/iloveeclipse/bytecodeoutline/.
Support development of the plugin!
My other plugins on EPIC: