配置JVM查看JIT编译机器码
JVM配置查看JIT编译机器码的选项:
-XX:+UnlockDiagnosticVMOptions -XX:+PrintAssembly
查看特定的方法
-XX:+UnlockDiagnosticVMOptions -XX:CompileCommand=print,*MyClass.myMethod
JVM配置查看JIT编译机器码的选项:
-XX:+UnlockDiagnosticVMOptions -XX:+PrintAssembly
查看特定的方法
-XX:+UnlockDiagnosticVMOptions -XX:CompileCommand=print,*MyClass.myMethod