RFR: 8333344: JMX attaching of Subject does not work when security manager not allowed [v3]
Kevin Walls
kevinw at openjdk.org
Wed Jun 12 14:01:41 UTC 2024
On Tue, 11 Jun 2024 16:55:44 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Sean comments
>
> src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnectionImpl.java line 1633:
>
>> 1631: }
>> 1632: } else {
>> 1633: // ACC is present, we have a Subject and SM is permitted:
>
> While extract the `action` variable? The old code on lines 1590-1592 has no problem.
OK I can make this more like the original.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19624#discussion_r1636515151
More information about the serviceability-dev
mailing list