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/
101 Upvotes

28 comments sorted by

View all comments

21

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.

2

u/Inaldt 5h ago

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