Hotspot JIT optimization and “de-optimization”: how to force FASTEST?
问题 I have a BIG application that I'm trying to optimize. to do so, I'm profiling / benchmarking small elements of it by running them millions of times in a loop, and checking their processing time. obviously Hotspot's JIT is kicking in, and I can actually see when that happens. I like it, I can clearly see things going much faster after the "warm up" period. however, after reaching the fastest execution speed and keeping it for some time, I can see that the speed is then reduced to a less