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

Aleksey Shipilev shade at openjdk.org
Thu Jul 3 17:49:39 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.

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 AOT cache features described below.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26109#discussion_r2183389640


More information about the hotspot-runtime-dev mailing list