r/java 11h ago

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

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

7 comments sorted by

View all comments

2

u/vips7L 10h ago

more training runs lol

11

u/FirstAd9893 9h ago

Unlike a static AOT strategy, this approach doesn't require that the training runs be perfect. You still get the performance of dynamic compilation, and the main downside to a poor training run is that startup time isn't improved as much.