I would like to know what kind of native Java instructions the JIT compiler generates when the class file is loaded. Is there any way to find out?
I am running Linux on processor 586. And I am using the Sun JDK 1.6 21 update. Is there any tool I can use to find out what I'm looking for?
source share