JDK-8323241 : jcmd manpage should use lists for argument lists
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-01-09
  • Updated: 2024-01-23
  • Resolved: 2024-01-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 22 JDK 23
22Fixed 23 b05Fixed
Related Reports
Relates :  
Relates :  
Description
The markdown source for Compiler.perfmap is, for example

`Compiler.perfmap` \[*arguments*\] (Linux only)
:   Write map file for Linux perf tool.

    Impact: Low

    *arguments*:

    *filename*: (Optional) The name of the map file (STRING, no default value)

but the last line should be

 -       *filename*: (Optional) The name of the map file (STRING, no default value)

to make it an actual bulleted list. The same is true for a couple of other sub-commands.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk22/pull/48 Date: 2024-01-10 01:53:36 +0000
10-01-2024

Changeset: 075fed91 Author: David Holmes <dholmes@openjdk.org> Date: 2024-01-09 08:19:57 +0000 URL: https://git.openjdk.org/jdk/commit/075fed91bd144d94328e198b41ea2946961940e9
09-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17318 Date: 2024-01-09 02:30:05 +0000
09-01-2024