as mentioned above, I understand that the benefits of runtime compilation can be that you can save startup time and do hot deployment hot replacement (such as jsp hot replacement)
, but in fact, when website development does not need jsp, to launch, the process of hotswap is also to deploy the entire project on other machines, and then cut traffic in the load balancer layer without the hotswap feature provided by jvm
. Since that being the case, is it better for jvm to compile class into machine code in advance? Why do you want to do jit?