On Wed, 5 Apr 2023 21:00:55 GMT, Kevin Walls <kev...@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. > Yes - JConsole (using DiagnosticCommandImpl.java) showing the permissions is more relevant, I wasn't going to change that right now. Removing the Permissions from the jcmd help output (in a separate change) will make that jconsole info better, as the Permission info is duplicated in the help text and the permission fields that it shows. ------------- PR Comment: https://git.openjdk.org/jdk/pull/13363#issuecomment-1498234672