JEP 483: Ahead-of-Time Class Loading and Linking

by pregnenoloneon 8/5/2024, 3:50 PMwith 3 comments

by crummyon 8/5/2024, 4:31 PM

I'd love to have this out of the box with Java. I know it's possible already with other tooling but it seemed complicated or came with downsides.

by robertlagranton 8/5/2024, 7:10 PM

> Conversations with some potential users suggest that they are willing to accept fixed class paths and module configurations, and thus a fixed set of built-in class loaders, and to use specialized class loaders only when that flexibility is required

I might be misunderstanding the level of difficulty of this, but I'm surprised that a custom location/locations would need to be out of scope.