Integrated: 8333344: JMX attaching of Subject does not work when security manager not allowed

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


On Mon, 10 Jun 2024 11:28:28 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.

This pull request has now been integrated.

Changeset: bcf4bb48
Author:    Kevin Walls <kevinw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/bcf4bb4882e06d8c52f6eb4e9c4e027ba0622c5f
Stats:     162 lines in 17 files changed: 113 ins; 3 del; 46 mod

8333344: JMX attaching of Subject does not work when security manager not allowed

Reviewed-by: weijun, dfuchs

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

PR: https://git.openjdk.org/jdk/pull/19624


More information about the core-libs-dev mailing list