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.
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.
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.