RFR: 8348515: Add docs for -XX:AOT* options in java man pages [v4]
Andrew Dinn
adinn at openjdk.org
Wed Jan 29 08:59:57 UTC 2025
On Tue, 28 Jan 2025 17:47:42 GMT, John R Rose <jrose at openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>>
>> @adinn comment - fixed typo
>
> src/java.base/share/man/java.md line 4017:
>
>> 4015: storing artifacts produced by AOT optimizations. The AOTCache currently contains
>> 4016: Java classes and heap objects. The plans is to include other types of artifacts,
>> 4017: such as execution profiles and compiled methods, in future JDK releases.
>
> s/plans/plan/ or reframe the sentence as:
>
>> In future JDK releases, the AOT cache may contain additional artifacts, such as execution profiles and compiled methods.
Sigh -- missed this one too. Sadly, English language grammar requires far more eyes than formal language grammar.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23287#discussion_r1933489823
More information about the hotspot-runtime-dev
mailing list