On ARM? Last time I checked, OpenJDK doesn't even have JIT compilation on ARM, it just interprets the bytecode.
Well, at least the closed source JDK has it. As many other commercial JVMs.
As for AOT, it was referenced at Java ONE, Java Language Summit and Øredev 2014.
On ARM? Last time I checked, OpenJDK doesn't even have JIT compilation on ARM, it just interprets the bytecode.