Difference between a JVM with and without JIT
问题 I am referring to the below document by Oracle: http://docs.oracle.com/cd/E13150_01/jrockit_jvm/jrockit/geninfo/diagnos/underst_jit.html#wp1080014 It is mentioned in the "1. The JRockit JVM Runs JIT Compilation " section that the JIT JVM has more startup time and less execution time and vice-versa for JVMs without JIT. I am confused because as per my knowledge, JIT compiles the code as per the execution of program therefore making the compilation fast. And the code will be optimized so