RFR: 8305680: Remove Permissions from jcmd help output
Chris Plummer
cjplummer at openjdk.org
Thu Apr 6 16:44:15 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.
Marked as reviewed by cjplummer (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/13371#pullrequestreview-1375231400
More information about the serviceability-dev
mailing list