RFR: 8295803: Console should be usable in jshell and other environments [v2]

Naoto Sato naoto at openjdk.org
Wed Nov 30 20:44:30 UTC 2022


> This is to allow Console to be used even when it is not attached to the platform provided terminal, such as the case when the standard input is redirected. `System.console()` now returns a Console implementation based on `jdk.internal.le` terminal by default, or jshell implementation if available. A corresponding CSR has been drafted.

Naoto Sato has updated the pull request incrementally with two additional commits since the last revision:

 - Adds a test
 - Removed JavaIOAccess.charset() which is no longer needed

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/11421/files
  - new: https://git.openjdk.org/jdk/pull/11421/files/96a46843..3d2b01f6

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11421&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11421&range=00-01

  Stats: 70 lines in 4 files changed: 64 ins; 6 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/11421.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11421/head:pull/11421

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



More information about the security-dev mailing list