On Fri, 22 Nov 2024 09:14:30 GMT, Kevin Walls <kev...@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

Reply via email to