RFR: 8355003: Implement JEP 515: Ahead-of-Time Method Profiling [v16]
    Igor Veresov 
    iveresov at openjdk.org
       
    Mon May 12 21:30:12 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 incrementally with one additional commit since the last revision:
  Make the test permute through default flag values too
-------------
Changes:
  - all: https://git.openjdk.org/jdk/pull/24886/files
  - new: https://git.openjdk.org/jdk/pull/24886/files/ae332887..d75cb5dc
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24886&range=15
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24886&range=14-15
  Stats: 4 lines in 1 file changed: 0 ins; 4 del; 0 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-compiler-dev
mailing list