> Improve startup and warmup time by making optimized native code for an 
> application instantly available when the HotSpot Java Virtual Machine starts. 
> Achieve this by compiling application code to native code in a training run, 
> storing the native code in the [AOT 
> cache](https://openjdk.org/jeps/483#Description) for use in subsequent 
> production runs.
> 
> More details in the [JEP](https://openjdk.org/jeps/544).
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Vladimir Kozlov has updated the pull request with a new target base due to a 
merge or a rebase. The pull request now contains 91 commits:

 - Merge master 09-22-2026
 - Add random flags values to TestAOTCodeCounters.java
 - Add missing const to accessor methods
 - Add patchable_barrier_type relocation case
 - Add guarantee to initialize_runtime_shared_and_meta_spaces
 - Implement Manuel's suggestions
 - Address Ashutosh's comments
 - Cleanup includes
 - An other cleanup
 - Add AOT code caching support on RISC-V
 - ... and 81 more: https://git.openjdk.org/jdk/compare/c436e138...230ec974

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

Changes: https://git.openjdk.org/jdk/pull/30778/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30778&range=15
  Stats: 8457 lines in 164 files changed: 6977 ins; 414 del; 1066 mod
  Patch: https://git.openjdk.org/jdk/pull/30778.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/30778/head:pull/30778

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

Reply via email to