RFR: 8333344: JMX attaching of Subject does not work when security manager not allowed [v15]
Kevin Walls
kevinw at openjdk.org
Mon Jun 17 12:41:15 UTC 2024
On Mon, 17 Jun 2024 12:33:47 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> Kevin Walls has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - leave noPermissionsACC in place for now
>> - leave noPermissionsACC in place for now
>
> src/java.management/share/classes/com/sun/jmx/remote/internal/ServerNotifForwarder.java line 349:
>
>> 347: @SuppressWarnings("removal")
>> 348: private Subject getSubject() {
>> 349: return Subject.current();
>
> Add a leading whitespace.
got it
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19624#discussion_r1642749038
More information about the core-libs-dev
mailing list