RFR: 8305680: Remove Permissions from jcmd help output

Kevin Walls kevinw at openjdk.org
Thu Apr 6 21:10:17 UTC 2023


On Thu, 6 Apr 2023 08:44:00 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> Like the removal of Permission information from the man page in JDK-8305622, this change removes Permission information from the jcmd help output.
> 
> These Permissions are not relevant to jcmd users.  The Permissions can be relevant when connecting remotely to JMX with a Security Manager in place. That usage is clearly deprecated with JEP 411.
> 
> We don't specifically test for this output, but we have dcmd tests in test/hotspot/jtreg/serviceability which all continue to pass.

Thanks for the reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/13371#issuecomment-1499632738


More information about the serviceability-dev mailing list