On Fri, 25 Apr 2025 20:18:41 GMT, Igor Veresov <ivere...@openjdk.org> wrote:

> Improve warm-up time by making profile data from a previous run of an 
> application instantly available, when the HotSpot Java Virtual Machine 
> starts. Specifically, enhance the [AOT cache](https://openjdk.org/jeps/483) 
> to store method execution profiles from training runs, reducing profiling 
> delays in subsequent production runs.
> 
> More details in the JEP: https://bugs.openjdk.org/browse/JDK-8325147

This pull request has now been integrated.

Changeset: e3f85c96
Author:    Igor Veresov <ivere...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/e3f85c961b4c1e5e01aedf3a0f4e1b0e6ff457fd
Stats:     3324 lines in 59 files changed: 3111 ins; 100 del; 113 mod

8355003: Implement JEP 515: Ahead-of-Time Method Profiling

Co-authored-by: John R Rose <jr...@openjdk.org>
Co-authored-by: Vladimir Ivanov <vliva...@openjdk.org>
Co-authored-by: Ioi Lam <ik...@openjdk.org>
Co-authored-by: Vladimir Kozlov <k...@openjdk.org>
Co-authored-by: Aleksey Shipilev <sh...@openjdk.org>
Reviewed-by: kvn, ihse, cjplummer, iklam

-------------

PR: https://git.openjdk.org/jdk/pull/24886

Reply via email to