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

Naoto Sato naoto at openjdk.org
Wed Dec 21 17:40:23 UTC 2022


> 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:

  Update src/java.base/share/classes/jdk/internal/io/JdkConsoleImpl.java
  
  Co-authored-by: Andrey Turbanov <turbanoff at gmail.com>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/11729/files
  - new: https://git.openjdk.org/jdk/pull/11729/files/1f6b4f4f..86c20f1b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11729&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11729&range=02-03

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/11729.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11729/head:pull/11729

PR: https://git.openjdk.org/jdk/pull/11729


More information about the core-libs-dev mailing list