jvm interpreter issue - animeshtrivedi/notes GitHub Wiki

https://analyzejava.wordpress.com/2014/09/25/jvm-flags-part-1-jvm-types-and-compiler-modes/

-XX:+PrintCompilation shows lot of code which is JITed.

A good documentation of PrintCompilation: https://gist.github.com/chrisvest/2932907