Disassemble Java JIT compiled native bytecode

Viewed 3801

Is there any way to do an assembly dump of the native code generated by the Java just-in-time compiler?

And a related question: Is there any way to use the JIT compiler without running the JVM to compile my code into native machine code?

5 Answers
Related