> 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 two additional 
commits since the last revision:

 - Remove the workaround of setting AOTRecordTraining during assembly
 - Address some of the review comments

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24886/files
  - new: https://git.openjdk.org/jdk/pull/24886/files/3ec132e7..fea6171e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24886&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24886&range=00-01

  Stats: 96 lines in 9 files changed: 30 ins; 49 del; 17 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

Reply via email to