jmx-dev RFR: 8344394: Remove SecurityManager and related calls from java.management.rmi
Kevin Walls
kevinw at openjdk.org
Fri Nov 22 17:32:18 UTC 2024
On Wed, 20 Nov 2024 10:14:40 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> Remove redundant SecurityManager, AccessController references
> (following on from JDK-8338411: Implement JEP 486: Permanently Disable the Security Manager).
Thanks @dfuch - both comments relate to my note:
There are still some PrivilegedActionException references at this point, where an Exception is wrapped in a PrivilegedActionException as it always has been.
Ideally (for me) would be to update that in a separate change, and leaving the method called doPrivilegedOperation will force me to come back here and change that. 8-)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22270#issuecomment-2494377049
More information about the jmx-dev
mailing list