how to see machine code produced by jam
Rémi Forax
forax at univ-mlv.fr
Tue Feb 9 03:29:13 PST 2010
Le 09/02/2010 07:24, ranjith kumar a écrit :
> hi,
>
These questions are off topic, anyway.
> 1)how to see machine code produced by java virtual machine?
>
You need a recent jdk7 and download a plugin:
http://wikis.sun.com/display/HotSpotInternals/PrintAssembly#PrintAssembly-PluginImplementations
> 2)Is there any option available to produce machine code(executable)
> from java code?
> (so that I can run that executable without running java virtual machine)
>
> 3) are java compiler /java virtual machine doing inter class optimizations?
>
All desktop VMs does that.
> Thanks in advance.
>
Remi
More information about the compiler-grammar-dev
mailing list