The proposal aims to improve the warmup time of Java applications by using ahead-of-time (AOT) method profiling. This involves making execution profiles from previous application runs readily available when the HotSpot JVM starts. These profiles enable the JIT compiler to generate native code promptly, accelerating startup and

7m read timeFrom openjdk.org
Post cover image
Table of contents
SummaryGoalsMotivationDescriptionAlternativesTestingRisks and Assumptions
1 Comment

Sort: