VM Options - Tune it!

Guys I figured some of you might like this:

http://java.sun.com/docs/hotspot/VMOptions.html

its from a huge performance discussion on nbdev (Netbeans). The most interesting is the:

-XX:CompileThreshold

option… set this really low (default = 1500), and everything gets compiled to native code after X accesses.