On Wed, 21 Dec 2022 02:30:21 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> Moving the built-in implementation of `Console` from `java.io` package into >> `jdk.internal.io` package. It now implements `JdkConsole` interface and is >> accessed through `ProxyingConsole`. > > Naoto Sato has updated the pull request incrementally with one additional > commit since the last revision: > > Replaced assert with requireNonNull Marked as reviewed by jpai (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/11729