From 3236e68c0bea0dd4f548057d796465fef2c1257a Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Tue, 4 Mar 2025 10:18:25 +0200 Subject: [PATCH] Fix AOT cache doc --- docs/src/main/asciidoc/appcds.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/appcds.adoc b/docs/src/main/asciidoc/appcds.adoc index 34c7fb74a7968..8779e1ccd3a4e 100644 --- a/docs/src/main/asciidoc/appcds.adoc +++ b/docs/src/main/asciidoc/appcds.adoc @@ -105,7 +105,7 @@ If you are building an application that will target JDK 24+ you can take advanta -Dquarkus.package.jar.appcds.use-aot=true ---- -The result of this flag (plus the `-Dquarkus.package.jar.appcds.use-aot=true` original one) is the creation of an AOT cache file +The result of this flag (plus the `-Dquarkus.package.jar.appcds.enabled=true` original one) is the creation of an AOT cache file named `app.aot`. You can use this AOT cache when launching the application like so: