Java Performance Definitive Guide Reading Notes

JIT just in time compiler JIT (Just In Time) Just In Time compiler server compiler and layered compilation should be used for all applicationsAs long as the code cache is large enough, the compiler can provide perfect performance Code cache Generally, you only need to set the maximum value of the code cache: - XX: reservedcodachesize. The J ...

Posted by aufkes on Fri, 24 Dec 2021 13:23:08 +0100