Trade-offs of using a JIT Compiler in Java
Just-In-Time compilation vs. Ahead-Of-Time compilation
Tiered compilation in Java JIT Compiler
Deoptimization and recompilation in Java JIT Compiler
Common performance optimizations performed by JIT Compiler in Java