JIT compiler information

Jookalook vjucas2 at gmail.com
Wed Jun 23 12:33:14 PDT 2010


LogCompilation gives a great overview about which methods get compiled and if
they were successful and such, but it doesn't tell you why a method doesn't
pass the test to even be considered for compilation.  Basically, I am trying
to figure out why some methods in my codebase, that I know are called very
often, are not being compiled.  Is there some way of seeing information for
every method that is called in the JVM, not just the ones that pass the
compilation requirements. That way I would be able to see the specifics on
why a method is not chosen for compilation.


Remi Forax wrote:
> 
> Le 21/06/2010 23:12, Viktor Jucas a écrit :
> why:
> http://wikis.sun.com/display/HotSpotInternals/LogCompilation+overview
> 
> how:
> http://wikis.sun.com/display/HotSpotInternals/PrintAssembly
> 
> cheers,
> Rémi
> 
> 

-- 
View this message in context: http://old.nabble.com/JIT-compiler-information-tp28953898p28975831.html
Sent from the OpenJDK Hotspot Compiler Development List mailing list archive at Nabble.com.



More information about the hotspot-compiler-dev mailing list