Re: [jdk22] RFR: 8323241: jcmd manpage should use lists for argument lists

2024-01-09 Thread David Holmes
On Wed, 10 Jan 2024 02:40:45 GMT, Chris Plummer wrote: >> Backport of >> https://github.com/openjdk/jdk/commit/075fed91bd144d94328e198b41ea2946961940e9 >> which was reviewed by Alan Bateman. >> >> The backport is not clean as one item in mainline does not exist in JDK 22. >> >> Thanks. > > Lo

Re: [jdk22] RFR: 8323241: jcmd manpage should use lists for argument lists

2024-01-09 Thread Chris Plummer
On Wed, 10 Jan 2024 01:53:36 GMT, David Holmes wrote: > Backport of > https://github.com/openjdk/jdk/commit/075fed91bd144d94328e198b41ea2946961940e9 > which was reviewed by Alan Bateman. > > The backport is not clean as one item in mainline does not exist in JDK 22. > > Thanks. Looks good.

[jdk22] RFR: 8323241: jcmd manpage should use lists for argument lists

2024-01-09 Thread David Holmes
Backport of https://github.com/openjdk/jdk/commit/075fed91bd144d94328e198b41ea2946961940e9 which was reviewed by Alan Bateman. The backport is not clean as one item in mainline does not exist in JDK 22. Thanks. - Commit messages: - Backport 075fed91bd144d94328e198b41ea2946961940e

Re: RFR: 8323241: jcmd manpage should use lists for argument lists

2024-01-09 Thread David Holmes
On Tue, 9 Jan 2024 08:10:44 GMT, Alan Bateman wrote: >> Trivial fix to the formatting of "argument" lists for a few sub-commands. >> Thanks > > Marked as reviewed by alanb (Reviewer). Thanks for the review @AlanBateman ! - PR Comment: https://git.openjdk.org/jdk/pull/17318#issuecom

Re: RFR: 8323241: jcmd manpage should use lists for argument lists

2024-01-09 Thread Alan Bateman
On Tue, 9 Jan 2024 02:30:05 GMT, David Holmes wrote: > Trivial fix to the formatting of "argument" lists for a few sub-commands. > Thanks Marked as reviewed by alanb (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/17318#pullrequestreview-1810601092

RFR: 8323241: jcmd manpage should use lists for argument lists

2024-01-08 Thread David Holmes
Trivial fix to the formatting of "argument" lists for a few sub-commands. Thanks - Commit messages: - 8323241: jcmd manpage should use lists for argument lists Changes: https://git.openjdk.org/jdk/pull/17318/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17318&range=00 Is