[jdk17] Integrated: 8266614: update manpage for -Xlog:async

David Holmes dholmes at openjdk.java.net
Mon Jun 14 23:06:42 UTC 2021


On Fri, 11 Jun 2021 04:40:09 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Please review this update to the java manpage to describe the new -Xlog:async flag
> 
> There are two places where the text is changed:
> 
> 1. At the start where the -Xlog synopsis is given it now shows that `-Xlog:directive` is an allowed form where directive can be one of: help, disable, async
> 2.  A new subsection "-Xlog Output Mode" that explains async mode
> 
> The commited file is the java.1 nroff version which is not very readable, so I've included a commit that also contains a html version with the changed text flagged by "START NEW TEXT" and "END NEW TEXT". You can view that in rendered html via this link:
> 
> https://htmlpreview.github.io/?https://github.com/openjdk/jdk17/blob/8dcf544dfd2e19a3a49cce98d2d9abd9d2756538/java.html
> 
> Note that because the nroff file has not been updated for a while it also contains changes unrelated to this PR, the source changes for which have already been reviewed and approved. So just ignore those bits and look at the html file.
> 
> Thanks,
> David

This pull request has now been integrated.

Changeset: a5bf5e0e
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.java.net/jdk17/commit/a5bf5e0e5f6c18b51e398ab81ed9d0a29bf31b6f
Stats:     120 lines in 1 file changed: 38 ins; 78 del; 4 mod

8266614: update manpage for -Xlog:async

Reviewed-by: hseigel, xliu

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

PR: https://git.openjdk.java.net/jdk17/pull/16


More information about the hotspot-dev mailing list