Some code interpreted with -Xcomp

Gary Benson gbenson at redhat.com
Tue Apr 15 09:15:43 PDT 2008


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