Just-in-time compilation

The Java just-in-time (JIT) compiler converts Java bytecode into native machine code, which can run much faster than the interpreted bytecode. You should enable the JIT compiler for the server, unless advised not to in the EAServer Release Bulletin for your platform. You can set the property on the Java VM tab in the EAServer Manager server properties dialog box, or by using jagtool to set server property com.sybase.jaguar.server.jvm.nojit to false.