"Improve startup and warmup time by making optimized native code for an application instantly available when the HotSpot JVM starts. Achieve this by compiling application code to native code in a training run, storing the native code in the AOT cache for use in subsequent production runs." 😍
openjdk.org