I recommend adding-server
-XX:+AggressiveOpts
-XX:UseSSE=4
-XX:+UseFastAccessorMethodsI have seen -server reduce cpu usage by 20% on some systems
sse is a data parallel instruction set, it can give a Huge speed boost if there is code that can use it, your cpu supports SSE4.2 so we tell it to...