RFR: 8355003: Implement Ahead-of-Time Method Profiling [v13]
Igor Veresov
iveresov at openjdk.org
Tue May 6 06:31:43 UTC 2025
> 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
Igor Veresov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 43 commits:
- Merge branch 'master' into pp2
- Fix compile
- Fix additional issues
- Make sure command line flags that affect MDO layout are consistent
- Fix semantics change from the previous commit
- Port 8355915: [leyden] Crash in MDO clearing the unloaded array type
- Fix flag behavior
- Fix log tags
- Remove the proxy class counter
- Address review comments part 2
- ... and 33 more: https://git.openjdk.org/jdk/compare/e09d2e27...7d22a42a
-------------
Changes: https://git.openjdk.org/jdk/pull/24886/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24886&range=12
Stats: 3231 lines in 60 files changed: 3011 ins; 103 del; 117 mod
Patch: https://git.openjdk.org/jdk/pull/24886.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24886/head:pull/24886
PR: https://git.openjdk.org/jdk/pull/24886
More information about the hotspot-runtime-dev
mailing list