Does anyone know some free AOT Java compiler? I have found just one - http://gcc.gnu.org/java/.
A:
Not sure how finished it is, but this project uses LLVM and can AOT compile Java and .NET
Lou Franco
2010-10-26 00:01:46
A:
Oracle's JDK as well as OpenJDK both ship with an AOT Java compiler called javac
.
Jörg W Mittag
2010-10-26 02:20:58