> 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 incrementally with one additional commit since the last revision: Zeroing _extrs_addr and _stubs_addr on allocation. Fixed typo in zBarrierSetAssembler_riscv.cpp. ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30778/files - new: https://git.openjdk.org/jdk/pull/30778/files/ce45d491..6765f00d Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30778&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30778&range=01-02 Stats: 3 lines in 2 files changed: 2 ins; 0 del; 1 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
