Integrated: 8305237: CompilerDirectives DCmds permissions correction

Kevin Walls kevinw at openjdk.org
Tue Apr 4 22:20:15 UTC 2023


On Fri, 31 Mar 2023 08:24:19 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> The Permissions in DCmds relate to remote usage over JMX. 
> "monitor" is generally for reading information, and "control" is generally for making changes.
> The DCmds for changing compiler directives should have "control" as the required permission.
> 
> Tests in test/hotspot/jtreg/serviceability/dcmd/compiler and test/hotspot/jtreg/compiler/compilercontrol still pass with this change.

This pull request has now been integrated.

Changeset: 15fa78e6
Author:    Kevin Walls <kevinw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/15fa78e6e78942e6c33e071b5a9d4d85143bc822
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8305237: CompilerDirectives DCmds permissions correction

Reviewed-by: cjplummer, sspitsyn

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

PR: https://git.openjdk.org/jdk/pull/13262


More information about the serviceability-dev mailing list