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

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

`Console` changes look good to me, with a minor suggestion

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

> 685:             }
> 686:         } catch (ServiceConfigurationError _) {
> 687:             c = null;

This assignment can be removed

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

PR Review: https://git.openjdk.org/jdk/pull/22219#pullrequestreview-2443712279
PR Review Comment: https://git.openjdk.org/jdk/pull/22219#discussion_r1847262821

Reply via email to