RFR: 8348890: Fix docs for -XX:AOT* options in java man page

Ioi Lam iklam at openjdk.org
Tue Jan 28 20:44:57 UTC 2025


Some problems in the `-XX:AOT*` docs are found after [JDK-8348515](https://bugs.openjdk.org/browse/JDK-8348515) was integrated. See @rose00  comments in #23287

- The default of `AOTClassLinking` is incorrect
- "AOTCache" should be changed to "AOT cache" in the descriptive text
- There are some typos

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

Commit messages:
 - 8348890: Fix docs for -XX:AOT* options in java man page

Changes: https://git.openjdk.org/jdk/pull/23343/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23343&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8348890
  Stats: 41 lines in 1 file changed: 6 ins; 1 del; 34 mod
  Patch: https://git.openjdk.org/jdk/pull/23343.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23343/head:pull/23343

PR: https://git.openjdk.org/jdk/pull/23343


More information about the hotspot-runtime-dev mailing list