RFR: 8305237: CompilerDirectives DCmds permissions correction
    Kevin Walls 
    kevinw at openjdk.org
       
    Tue Apr  4 22:16:10 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.
Thanks for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13262#issuecomment-1496667870
    
    
More information about the hotspot-runtime-dev
mailing list