compiled method info

John Rose john.r.rose at oracle.com
Thu May 3 12:57:23 PDT 2012


On May 3, 2012, at 11:54 AM, Xin Tong wrote:

> I am new to hotspot JVM. I am wondering how can I get a log of all the
> method compiled and how can i get the intermediate representation and
> optimizations performed on one particular method ?

Google is your friend.  Try this query and browse the results:
  http://www.google.com/search?q=hotspot+openjdk+intermediate+representation+optimizations

— John


More information about the hotspot-compiler-dev mailing list