RFR: 8332303: Better JMX interoperability with older JDKs, after removing Subject Delegation [v2]

Kevin Walls kevinw at openjdk.org
Thu May 16 11:46:30 UTC 2024


On Thu, 16 May 2024 11:38:28 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Yes, completely understand.  I just don't think it has any benefit.
>
> Hmmm... the spec still says:
> 
>      * @throws IllegalArgumentException if <code>names</code> or
>      * <code>filters</code> is null, or if <code>names</code> contains
>      * a null element, or if the three arrays do not all have the same
>      * size.
>  ```

Thanks for additionally spotting the throws IAE needs updating, adding that now... (Will update the CSR also.)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19253#discussion_r1603191504


More information about the serviceability-dev mailing list