RFR: 8334493: Remove SecurityManager Permissions infrastructure from DiagnosticCommands [v2]

Kevin Walls kevinw at openjdk.org
Tue Nov 26 21:31:53 UTC 2024


On Tue, 26 Nov 2024 17:03:22 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove 'cause'
>
> 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.

Yes, thanks.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22315#discussion_r1859250311


More information about the serviceability-dev mailing list