On Wed, 20 Nov 2024 10:14:40 GMT, Kevin Walls <kev...@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