RFR: 8343981: Remove usage of security manager from Thread and related classes [v4]

Alan Bateman alanb at openjdk.org
Tue Nov 12 19:21:31 UTC 2024


On Tue, 12 Nov 2024 19:06:31 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> The proposed changes look reasonable to me. Good simplification of the code. I had some uncertainty about the JNDI changes but I couldn't find any place in JNDI where a Subject would be extracted from the ACC associated with the created thread so I'd say that looks fine.

ACC is dead and Subject is re-implemented on ScopedValue now so I think we are okay. There will be many other places where we will also drop the capture and use of the ACC.

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

PR Comment: https://git.openjdk.org/jdk/pull/22035#issuecomment-2471365088


More information about the core-libs-dev mailing list