# Disassemble JIT compiled code


## 参考
- [Developers disassemble! Use Java and hsdis to see it all. - blogs.oracle.com - 2022 ](https://blogs.oracle.com/javamagazine/post/java-hotspot-hsdis-disassembler)
- [PrintAssembly output explained! - jpbempel.github.io - 2015](https://jpbempel.github.io/2015/12/30/printassembly-output-explained.html)
- [CompileCommand JVM option - jpbempel.github.io - 2016](https://jpbempel.github.io/2016/03/16/compilecommand-jvm-option.html)
- [JEP 165: Compiler Control- 2024](https://openjdk.org/jeps/165)