JDK 1.1 for Solaris Developer's Guide

JIT Compile Process

When the JIT compiler environment variable is on (the default), the JVM reads the .class file for interpretation and passes it to the JIT compiler. The JIT compiler then compiles the bytecodes into native code for the platform on which it is running. The next figure illustrates the JIT compile process.

Figure 1-4 JIT Compile Process

Graphic

The following figure shows the functional relationship of the JIT to the Solaris JVM and JRE.

Figure 1-5 Solaris JVM Functional Relationship to the JIT Compiler

Graphic