Project Leyden is an experimental OpenJDK initiative that uses Ahead-of-Time (AOT) compilation caching to speed up Java application startup. Using the early access build (EA2, based on JDK 26), you can generate an AOT cache with the -XX:AOTCacheOutput flag on first run, then reuse it with -XX:AOTCache on subsequent runs. Tests
Table of contents
Other ArticlesSource CodePrerequisitesLeyden with Spring Boot ApplicationConclusion1 Comment
Sort: