RFR: 8348515: Add docs for -XX:AOT* options in java man pages [v3]

Andrew Dinn adinn at openjdk.org
Mon Jan 27 08:27:46 UTC 2025


On Mon, 27 Jan 2025 05:02:34 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> I added docs for the following options added by [JEP 483](https://openjdk.org/jeps/483)
>> 
>> - -XX:AOTCache
>> - -XX:AOTClassLinking
>> - -XX:AOTConfiguration
>> - -XX:AOTMode
>> 
>> For a (semi) rendered version, see https://github.com/iklam/jdk/blob/8348515-docs-for-aot-options/src/java.base/share/man/java.md#ahead-of-time-cache
>> 
>> (Some of the rendering by GitHub looks odd, but the java.1 and java.html pages produced by the build should look fine)
>
> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Grammar consistency

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

> 4033: -   **Assembly:** We use the AOT Configuration file to produce an AOTCache.
> 4034: 
> 4035: -   **Production:** We execut the application with the AOTCache for better

typo: 'We execut' --> 'We execute'

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23287#discussion_r1930126733


More information about the hotspot-runtime-dev mailing list