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

Ioi Lam iklam at openjdk.org
Fri Jan 31 02:08:33 UTC 2025


On Tue, 28 Jan 2025 20:31:49 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> 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
> 
> Rendered text:
> - https://github.com/iklam/jdk/blob/8348890-fix-xx-aot-docs-in-man-page/src/java.base/share/man/java.md#ahead-of-time-cache

This pull request has now been integrated.

Changeset: cdc84acd
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cdc84acdcc7689c2b2e42075a26939da14a1ba34
Stats:     41 lines in 1 file changed: 6 ins; 1 del; 34 mod

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

Reviewed-by: jrose

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

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


More information about the hotspot-runtime-dev mailing list