RFR: 8333344: JMX attaching of Subject does not work when security manager not allowed [v19]

Kevin Walls kevinw at openjdk.org
Wed Jun 19 16:38:18 UTC 2024


On Tue, 18 Jun 2024 12:17:46 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

>> JMX uses APIs related to the Security Mananger which are deprecated.  Use of AccessControlContext will be removed when Security Manager is removed.
>> 
>> Until then, updates are needed to not require setting  -Djava.security.manager=allow to use JMX authentication.
>
> Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Additional test runs with SM enabled

Integrating, thanks for all the comments.

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

PR Comment: https://git.openjdk.org/jdk/pull/19624#issuecomment-2179099175


More information about the core-libs-dev mailing list