-
Notifications
You must be signed in to change notification settings - Fork 156
8266614: update manpage for -Xlog:async #16
Conversation
|
👋 Welcome back dholmes! A progress list of the required criteria for merging this PR into |
|
@dholmes-ora To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
|
/label add hotspot |
|
@dholmes-ora |
|
The changes look good! Here's some optional suggestions. Under the "Description" heading where it says "The following provides quick reference to the -Xlog command and syntax for options:", perhaps add something about -Xlog:async? Possible rewording suggestions:
|
hseigel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
Harold
|
@dholmes-ora This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 13 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
Mailing list message from David Holmes on hotspot-dev: Hi Harold, On 12/06/2021 6:30 am, Harold Seigel wrote:
Thanks for the review.
I think that would just duplicate what is said later.
The wording is consistent with the help text which itself was set via a Thanks, |
1 similar comment
|
Mailing list message from David Holmes on hotspot-dev: Hi Harold, On 12/06/2021 6:30 am, Harold Seigel wrote:
Thanks for the review.
I think that would just duplicate what is said later.
The wording is consistent with the help text which itself was set via a Thanks, |
|
@navyxliu could you review this please. Thanks, |
|
Thanks for updating the manage. |
|
/integrate |
|
Going to push as commit a5bf5e0.
Your commit was automatically rebased without conflicts. |
|
@dholmes-ora Pushed as commit a5bf5e0. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Please review this update to the java manpage to describe the new -Xlog:async flag
There are two places where the text is changed:
-Xlog:directiveis an allowed form where directive can be one of: help, disable, asyncThe 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
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk17 pull/16/head:pull/16$ git checkout pull/16Update a local copy of the PR:
$ git checkout pull/16$ git pull https://git.openjdk.java.net/jdk17 pull/16/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 16View PR using the GUI difftool:
$ git pr show -t 16Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk17/pull/16.diff