Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Taking a snapshot of optimized JVM runtime

Tags:

I know that the JVM can do some pretty serious optimizations at runtime, especially in -server mode. Of course, it takes a little while for the JVM to settle down and reach peak performance. Is there any way to take a snapshot of those optimizations so they can be applied immediately the next time you run your app?

"Hey JVM! Great job optimizing my code. Could you write that down for me for later?"