When did Java get a JIT compiler?

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

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

4条回答
  •  庸人自扰
    2021-02-15 12:25

    http://java.sun.com/features/2000/06/time-line.html

    October 25, 1996 Sun announces first Just-In-Time (JIT) compiler for Java platform

    Also, from wikipedia: Since JRE version 1.2, Sun's JVM implementation has included a just-in-time compiler instead of an interpreter. http://en.wikipedia.org/wiki/Java_(Sun)

提交回复
热议问题