Playing with the Server JVM I found these inviting switches
-XX:-OptoScheduling -XX:-Inline
Expecially OptoScheduling takes me back to the good old SAS/C Amiga days, where a similar switch was used to create better code by scheduling the 68040 instructions for better execution speed.
I did my late-nigh tests and I discovered that -XX:-OptoScheduling -XX:-Inline gives me some extra speed expecially in math intensive code.
Sadly I didn’t find any documentation about the switches.