JEP draft: Ahead-of-time Command Line Ergonomics
Summary
Make it easier to create an ahead-of-time cache (as defined by JEP 483) for a Java application, by simplifying the commands required by some common use cases.
Goals
Make it possible to create an AOT cache in one simple command line.
Do not introduce fundamentally new AOT workflows, but rather make it easier to access existing one.
Non-Goals
It is not a goal to introduce any new AOT optimizations at this point; rather, we are making existing and future optimizations easier to access.
Moti...
Read more at openjdk.org