RFR: 8336147: Clarify CDS documentation about static vs dynamic archive

Calvin Cheung ccheung at openjdk.org
Thu Jul 3 17:27:40 UTC 2025


On Thu, 3 Jul 2025 04:46:28 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Please review this doc clarification about the difference between CDS static and dynamic archives.

Looks good. Just one nit.

src/java.base/share/man/java.md line 3763:

> 3761: archive, while still useful, supports fewer optimizations than
> 3762: available for the static CDS archive. If the full set of CDS/AOT
> 3763: optimizations are desired, consider using the AOTCache features describe below.

Suggestion:

optimizations are desired, consider using the AOTCache feature described below.

-------------

Marked as reviewed by ccheung (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/26109#pullrequestreview-2984005309
PR Review Comment: https://git.openjdk.org/jdk/pull/26109#discussion_r2183324235


More information about the hotspot-runtime-dev mailing list