RFR: 8332303: Better JMX interoperability with older JDKs, after removing Subject Delegation [v3]
Kevin Walls
kevinw at openjdk.org
Fri May 17 16:01:25 UTC 2024
On Fri, 17 May 2024 10:14:43 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Kevin Walls has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - add an 'also'
>> - typo
>
> src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnection.java line 979:
>
>> 977: * @throws IOException if a general communication exception occurred.
>> 978: * @throws UnsupportedOperationException if {@code delegationSubjects}
>> 979: * contains any non-null values.
>
> Suggestion:
>
> * @throws UnsupportedOperationException if {@code delegationSubjects}
> * is non-null and contains any non-null values.
Yes, thanks well spotted.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19253#discussion_r1605235219
More information about the serviceability-dev
mailing list