Good news, bad news

Charles Oliver Nutter headius at headius.com
Mon May 23 12:33:31 PDT 2011


On Mon, May 23, 2011 at 2:02 PM, John Rose <john.r.rose at oracle.com> wrote:
> Sometimes you can get your dumps faster by using -XX:-DisplayVMOutput along with -XX:+PrintAssembly.  The output goes to hotspot.log anyway.
>
> Also, -XX:CompileCommand=print,foo::bar will focus assembly printing on the method(s) you care about.

Ok. I'll try to get full compilation logs and assembly for "fib"
today. I have confirmed it is indeed compiling and jitting, but still
2x slower than no indy at all.

- Charlie


More information about the mlvm-dev mailing list