RFR: 8305622: Remove Permission details from jcmd man page

Chris Plummer cjplummer at openjdk.org
Wed Apr 5 22:51:06 UTC 2023


On Wed, 5 Apr 2023 21:00:55 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> Removal of the Permission information from the jcmd man page.
> 
> This information is not useful in the way it is presented, and is not used in connection with jcmd, so should be removed from that man page.
> 
> The Permissions can be relevant when connecting remotely to JMX with a Security Manager in place.  That usage is clearly deprecated with JEP 411.  If there is a transition feature, it will be documented elsewhere.

src/jdk.jcmd/share/man/jcmd.1 line 410:

> 408: If false, files are deleted.
> 409: By default, this parameter is disabled.
> 410: .IP \[bu] 2

Why is this being removed?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13363#discussion_r1159098473


More information about the serviceability-dev mailing list