detecting jit compilation

Aleksey Shipilev aleksey.shipilev at oracle.com
Tue Sep 2 16:48:12 UTC 2014


On 09/02/2014 08:13 PM, Deneau, Tom wrote:
> This may not be the right list for this question but...

hotspot-compiler-dev@ is the best list to ask this.

> Is there a way thru Management Beans that I can find out from the
> Java side whether a particular method has been JIT compiled?

...and hotspot-compiler-dev@ would probably reply you are looking at
WhiteBox API, which will call into
http://hg.openjdk.java.net/jdk9/jdk9/hotspot/file/tip/src/share/vm/prims/whitebox.cpp#l358.

-Aleksey.



More information about the jmh-dev mailing list