Index  Developers Guides  Admin Guide  Close

just-in-time compiler (JIT)

Stores generated machine code in memory and re-uses it when possible. Can result in improved performance for some Java applications. If you're debugging, turn off the JIT so that the stack traces show line numbers in the code.

See also

WebLogic FAQ