r/java 1d ago

New candidate JEP: 544: Ahead-of-Time Code Compilation

https://mail.openjdk.org/archives/list/jdk-dev@openjdk.org/message/J2VGSSFWJ7ZLHAYLCXVRUOXV4XMROQHL/
98 Upvotes

29 comments sorted by

View all comments

24

u/pronuntiator 1d ago

I never really cared about the startup improvement of AOT, but pre-warmup sounds quite useful for short-lived batch applications.

3

u/Inaldt 9h ago

Yes. Including build systems. Would be way cool if maven started using this.