Hacker News new | ask | show | jobs
by pjmlp 4236 days ago
Well, OpenJDK is getting AOT compilation as well (planned for 9). In addition to JIT.

The SubstrateVM is the AOT compiler for Graal.

And many commercial JVMs do offer AOT compilation.

Also, .NET has had AOT/JIT since the very beginning. And now static compilation is coming as well.

1 comments

> Well, OpenJDK is getting AOT compilation as well (planned for 9). In addition to JIT.

On ARM? Last time I checked, OpenJDK doesn't even have JIT compilation on ARM, it just interprets the bytecode.

> On ARM?

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.