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: