Is it possible to disable runtime optimisations (inlining, compilation,
and whatever else goes on) on modern *sun* JVMs (>= 1.4)? -classic has
been gone since 1.4 so how does one disable hotspot these days? -Xint
isnt quite the same thing ... is it?
Thanks.