New candidate JEP: 515: Ahead-of-Time Method Profiling
Mark Reinhold
mark.reinhold at oracle.com
Fri May 2 19:10:48 UTC 2025
https://openjdk.org/jeps/515
Summary: Improve warmup time by making method-execution profiles from
a previous run of an application instantly available, when the HotSpot
Java Virtual Machine starts. This will enable the JIT compiler to
generate native code immediately upon application startup, rather than
having to wait for profiles to be collected.
- Mark
More information about the jdk-dev
mailing list