RFR: 8344078: Remove security manager dependency in java.nio

Brian Burkhalter bpb at openjdk.org
Fri Nov 15 05:42:28 UTC 2024


On Fri, 15 Nov 2024 05:37:43 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Expunge the use of the `SecurityManager`, `AccessController`, and the like from the `java.nio` and `sun.nio` package hierarchies.

The `test/jdk/:tier{1,2,3}` jobs passed on all three operating systems.

The Windows version of `sun.nio.ch.PipeImpl` could use some refactoring but this is deferred to a future commit.

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

PR Comment: https://git.openjdk.org/jdk/pull/22132#issuecomment-2478001046


More information about the nio-dev mailing list