JIT compiler information
Rémi Forax
forax at univ-mlv.fr
Mon Jun 21 15:13:47 PDT 2010
Le 21/06/2010 23:12, Viktor Jucas a écrit :
> Is there a way to print out more information on which methods the JIT
> compiles and why/how it chooses to compile certain methods? I'm
> trying to figure out which methods get compiled or don't get compiled
> and why they get compiled or don't get compiled. Thanks
why:
http://wikis.sun.com/display/HotSpotInternals/LogCompilation+overview
how:
http://wikis.sun.com/display/HotSpotInternals/PrintAssembly
cheers,
Rémi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20100622/49065ce3/attachment.html
More information about the hotspot-compiler-dev
mailing list