RFR: 8344077: Remove security manager dependency in java.io

Naoto Sato naoto at openjdk.org
Mon Nov 18 20:59:42 UTC 2024


On Mon, 18 Nov 2024 20:28:49 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Expunge the use of the `SecurityManager`, `AccessController`, and the like from the `java.io` package.

src/java.base/share/classes/java/io/Console.java line 660:

> 658:     }
> 659: 
> 660:     @SuppressWarnings("removal")

This too

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22219#discussion_r1847266553


More information about the core-libs-dev mailing list