When did Java get a JIT compiler?

前端 未结 4 2247
半阙折子戏
半阙折子戏 2021-02-15 12:01

When did Java first get a JIT compiler for production code?

4条回答
  •  你的背包
    2021-02-15 12:24

    I believe HotSpot debuted in 1.3, though it was available as a plugin to 1.2.

    More info at http://en.wikipedia.org/wiki/HotSpot

提交回复
热议问题