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. The SM permissions were interesting when connected to a MBeanServerConnection to access MXBeans remotely. A bit puzzling why they would be printed as the usage for commands executed by jcmd. ------------- PR Comment: https://git.openjdk.org/jdk/pull/13363#issuecomment-1498573459