RFR: 8305622: Remove Permission details from jcmd man page

Kevin Walls kevinw at openjdk.org
Wed Apr 5 21:37:13 UTC 2023


On Wed, 5 Apr 2023 21:24:16 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> What about the permissions references in the jcmd help output:
> 
> ```
> $ jcmd 32228 help VM.version
> 32228:
> VM.version
> Print JVM version information.
> 
> Impact: Low
> 
> Permission: java.util.PropertyPermission(java.vm.version, read)
> 
> Syntax: VM.version
> ```

Aha, ok that is created programmatically by HelpDCmd::execute... And I don't think we should print it, it has the same problems as the man page.  As it's a code change not a man page change, I think I should handle that in a separate CR which I'll log now...

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

PR Comment: https://git.openjdk.org/jdk/pull/13363#issuecomment-1498189981


More information about the serviceability-dev mailing list