Search code examples
javajit

What is the name of JIT compiler used in J2SE platform? How can i find it?


What is the name of JIT compiler used in J2SE platform? How can i find it ?


Solution

  • It is sometimes called the HotSpot(tm) compiler. The sourcecode is available for download as part of OpenJDK 6 and 7.