RFR: 8356985: Use "stdin.encoding" in Console's read*() methods [v5]

Naoto Sato naoto at openjdk.org
Fri May 23 16:28:53 UTC 2025


On Fri, 23 May 2025 03:47:32 GMT, Stuart Marks <smarks at openjdk.org> wrote:

> But... do the IDEs use this to interface to implement their in-IDE terminal emulator?

Can they even possibly do so?  `java.base`'s `module-info` exports `jdk.internal.io` only to `jdk.internal.le` and `jdk.jshell`, so I think no other modules can implement it and be loaded at runtime.

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

PR Comment: https://git.openjdk.org/jdk/pull/25271#issuecomment-2905030550


More information about the core-libs-dev mailing list