profile interpreter and JIT

Xin Tong xerox.time.tech at gmail.com
Thu Aug 23 09:21:04 PDT 2012


I want to measure the amount of time spend in the interpreter and the
JIT in hotspot. since the interpreter is dynamically generated when
the VM starts. how can one get that statistics. maybe oprofile can do
that, but does not the interpreter need to register the generated
interpreter routine with the profiler ? is this code in hotspot ?

Xin


More information about the hotspot-compiler-dev mailing list