idea show ByteCode Outline

319 阅读1分钟

IDEA查看虚拟机字节码插件

ASM Bytecode Outline

image.png

jclasslib

usage 选择类 -> View -> Show Bytecode With Jclasslib

 原创

  • Bytecode 表示对应的class字节码文件
  • ASMified 表示利用ASM框架生成字节码对应的代码
  • Groovified 对应的是class字节码指令

示例

image.png

image.png

image.png