• JIT
  • 过程
    • 代码 bytecode JVM指令 OS指令
  • 解释器(bytecode intepreter)
  • 混合模式
    • 解释器 + 热点代码编译
    • 热点代码检测
      • 方法计数器
      • 循环计数器