Question

The HotSpot compiler learns about your code as your process runs. Is there any way to configure it to persist what it's learned, so that the next time the process starts (assuming no jars or class files have changed), it doesn't need to start from scratch?

Was it helpful?

Solution

No.

There are other JVMs which can do this, though. Oracle JRockit, for example, allows you to save profiling information and compiled code. Excelsior JET also does this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top