On Thu, 09 Oct 2014 08:18:34 +0100, Rory O'Donnell Oracle, Dublin Ireland
wrote:

> Can you log a Java Incident and I will follow up ?

I am quite certain the problem has to do with tiered compilation being
on by default in JDK8 and kicking in/still running while the VM tries
to exit after a brief run. So far the best way I found to mitigate this
problem is to set

  -XX:CICompilerCount=1 -XX:TieredStopAtLevel=1

in $MAVEN_OPTS. That seems to work for me, and gives much faster
and more consistent startup times as well. The fact that less code
is JITted early does not seem to matter much.

-h


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to