RFR: 8305680: Remove Permissions from jcmd help output
Kevin Walls
kevinw at openjdk.org
Thu Apr 6 08:55:21 UTC 2023
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.
-------------
Commit messages:
- 8305680: Remove Permissions from jcmd help output
Changes: https://git.openjdk.org/jdk/pull/13371/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13371&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8305680
Stats: 10 lines in 1 file changed: 0 ins; 10 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/13371.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13371/head:pull/13371
PR: https://git.openjdk.org/jdk/pull/13371
More information about the serviceability-dev
mailing list