Wow, that certainly fixed the problem. Stuff seems noticeably faster, too ! Do you know if this has been reported to the JDK ?
Kristian 2014-10-09 10:41 GMT+02:00 Holger Hoffstätte <holger.hoffstae...@googlemail.com>: > 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: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org