On Mon, 20 Apr 2026 20:26:30 GMT, Dmitry Chuyko <[email protected]> wrote:
>> 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). > > This version has no previous peak perfromance regressions with Petclinic and > demonstrates improvements: lower CPU usage on startup and faster warmup > https://bugs.openjdk.org/browse/JDK-8371086?focusedId=14872698&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14872698 Thank you, @dchuyko, for running performance testing. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30778#issuecomment-4284843605
