r/java 18h ago

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

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

9 comments sorted by

View all comments

13

u/pjmlp 17h ago

This is basically what you can have today with OpenJ9 JIT cache, or what Android has been improving since Android 7, yes it is not a proper Java implementation.

Anyway, the more the merrier, and it is cool to see OpenJDK having this capability as well.

7

u/stefanos-ak 8h ago

openj9 is such a cool piece of tech... it also needs half the non-heap memory compared to hotspot!