On Wed, 5 Apr 2023 21:24:16 GMT, Chris Plummer <cjplum...@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

Reply via email to