From eee2569bffa51630eb25dea97340ea8849266fe1 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 4 Dec 2023 15:03:59 +0100 Subject: [PATCH] Polishing --- .../modules/ROOT/pages/integration/class-data-sharing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/integration/class-data-sharing.adoc b/framework-docs/modules/ROOT/pages/integration/class-data-sharing.adoc index 63407688b54..865b4552ada 100644 --- a/framework-docs/modules/ROOT/pages/integration/class-data-sharing.adoc +++ b/framework-docs/modules/ROOT/pages/integration/class-data-sharing.adoc @@ -41,7 +41,7 @@ The base CDS archive can be created by issuing the following command: == Using the Archive Once the archive is available, add `-XX:SharedArchiveFile=application.jsa` to your startup -script to use it, assuming a `application.jsa` file in the working directory. +script to use it, assuming an `application.jsa` file in the working directory. To figure out how effective the cache is, you can enable class loading logs by adding an extra attribute: `-Xlog:class+load:file=cds.log`. This creates a `cds.log` with every