RFR: 8273853: Update the Java manpage for automatic CDS archive updating
Ioi Lam
iklam at openjdk.java.net
Fri Jun 3 21:44:38 UTC 2022
On Fri, 3 Jun 2022 21:28:56 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> Added description of the new flag `-XX:+AutoCreateSharedArchive` to the `java` man page.
>
> src/java.base/share/man/java.1 line 5536:
>
>> 5534: \f[CB]env\ JAVA_TOOL_OPTIONS=\-XX:+RecordDynamicDumpInfo\ bash\ app_start.sh\f[R]
>> 5535: .RE
>> 5536: .SS Using Dynamic CDS Archive File with \-XX:+AutoCreateSharedArchive
>
> Should the above be "Creating/Using Dynamic CDS Archive..."?
Actually my first version was "Creating/Using Dynamic CDS Archive...", but this line (section title) is too long and gets badly wrapped when the man page is viewed in a terminal using `nroff`. So I dropped the word "Creating" as the meaning should still be clear enough.
-------------
PR: https://git.openjdk.java.net/jdk/pull/9024
More information about the hotspot-runtime-dev
mailing list