Skip to content

Commit 4cc43b4

Browse files
committed
Refine AppCDS documentation
See gh-31497
1 parent bec385d commit 4cc43b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

framework-docs/modules/ROOT/pages/integration/class-data-sharing.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,6 @@ a "shared objects file" source, as shown in the following example:
5959

6060
TIP: If you have a large number of classes that are not loaded from the cache, make sure that
6161
the JDK and classpath used by the commands that create the archive and start the application
62-
are identical.
62+
are identical. Note also that to effectively cache classes, the classpath should be specified
63+
as a list of JARs containing those classes, and avoid the usage of directories and `*`
64+
wildcard characters.

0 commit comments

Comments
 (0)