Some code interpreted with -Xcomp
Volker Simonis
volker.simonis at gmail.com
Tue Apr 15 10:08:50 PDT 2008
Have you tried '-Xcomp -Xbatch'?
Regards,
Volker
On 4/15/08, Gary Benson <gbenson at redhat.com> wrote:
> Hi all,
>
> I'm writing a new compiler for HotSpot. I've been using -Xcomp
> to stress it, but I'm even so I'm seeing code being interpreted,
> some 378,000 instructions or so that happen before
> CompileBroker::compilation_init() runs. Is this normal or did
> I mess something up?
>
> Cheers,
> Gary
>
>
> --
> http://gbenson.net/
>
More information about the hotspot-compiler-dev
mailing list