Atego, Jamaica and J9 are not full native compilers, rather JVMs with support for AOT deployment, similar to .NET NGEN/JIT story.
Additionally Oracle has kept the Sun's work from the meta-circular JVM, Maxime as Graal and Truffle. Which may replace Hotspot for Java 9 or later and being used by AMD/Oracle for the GPGPU support.
This Java meta-circular compiler has support for JIT and AOT compilation.
Excelsior JET - http://www.excelsiorjet.com/
Codename One - http://www.codenameone.com/
Atego Perc - http://www.atego.com/products/atego-perc/
JamaicaVM - https://www.aicas.com/cms/en/JamaicaVM
IBM J9 - http://www-01.ibm.com/software/wireless/wece/
Atego, Jamaica and J9 are not full native compilers, rather JVMs with support for AOT deployment, similar to .NET NGEN/JIT story.
Additionally Oracle has kept the Sun's work from the meta-circular JVM, Maxime as Graal and Truffle. Which may replace Hotspot for Java 9 or later and being used by AMD/Oracle for the GPGPU support.
This Java meta-circular compiler has support for JIT and AOT compilation.
https://wiki.openjdk.java.net/display/Graal/Main
EDIT: I forgot to mention the efforts of the guys behind RoboVM, currently the best way to target iOS with Java, http://www.robovm.org/