发布于 1年前

配置JVM查看JIT编译机器码

JVM配置查看JIT编译机器码的选项:

-XX:+UnlockDiagnosticVMOptions -XX:+PrintAssembly

查看特定的方法

-XX:+UnlockDiagnosticVMOptions -XX:CompileCommand=print,*MyClass.myMethod
©2020 edoou.com   京ICP备16001874号-3