RFR: 8298971: Move Console implementation into jdk internal package [v3]

Jaikiran Pai jpai at openjdk.org
Wed Dec 21 04:47:48 UTC 2022


On Wed, 21 Dec 2022 02:30:21 GMT, Naoto Sato <naoto at 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


More information about the core-libs-dev mailing list