Hacker News new | ask | show | jobs
by erl 3526 days ago
Important restriction:

for the initial release, the only supported module is java.base

I.e, we will not be able to compile our own code ahead of time just yet.

1 comments

> I.e, we will not be able to compile our own code ahead of time just yet.

That's not really true. From the same doc:

> AOT compilation of any other JDK module, or of user code, is experimental.

So it's "experimental", but possible to do.