Capture JVM output machine code
807580Jul 29 2010 — edited Aug 9 2010Does anybody know how to capture the machine code output from the JVM? I am running Windows Vista Professional.
I ask because I am creating a Computer Architecture course, and I would like to show the students the IA instructions that are generated by the JVM. The textbooks I have been investigating traditionally introduce assembly language by way of C++. The problem is that these students are taught programming using Java. I know the Java compiler output is bytecode, but this does not help me teach the actual architecture of the computer.
Thanks in advance.