RFR: 8334493: Remove SecurityManager Permissions infrastructure from DiagnosticCommands
Alan Bateman
alanb at openjdk.org
Tue Nov 26 17:05:48 UTC 2024
On Fri, 22 Nov 2024 09:14:30 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> Remove redundant SecurityManager Permission references
> (following on from JDK-8338411: Implement JEP 486: Permanently Disable the Security Manager).
src/jdk.management/share/classes/com/sun/management/internal/DiagnosticCommandImpl.java line 112:
> 110: this.cmd = cmd;
> 111: this.info = info;
> 112: Exception cause = null;
I assume cause can be deleted too.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22315#discussion_r1858929672
More information about the serviceability-dev
mailing list