On Thu, 6 Apr 2023 08:44:00 GMT, Kevin Walls <kev...@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. This pull request has now been integrated. Changeset: 0a340187 Author: Kevin Walls <kev...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/0a3401879743878c63a3db8d68d33894de6ccf6a Stats: 10 lines in 1 file changed: 0 ins; 10 del; 0 mod 8305680: Remove Permissions from jcmd help output Reviewed-by: cjplummer, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/13371