RFR: 8331535: Incorrect prompt for Console.readLine
Pavel Rappo
prappo at openjdk.org
Fri May 3 22:01:57 UTC 2024
On Fri, 3 May 2024 19:02:41 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> We have a test that checks if `System.console()` returns the correct Console (or null) from the expected module (`test/jdk/java/io/Console/ModuleSelectionTest.java`)
>
Good; then here we should indeed specify `-Djdk.console=jdk.internal.le`. Initially, I suggested an alternative wording (i.e. "default"), but that's inappropriate. After all, the test in question resides in `test/jdk/jdk/internal/jline`. So it only makes sense that it tests that concrete implementation.
> Yeah, that would be helpful.
>
I filed a bug: https://bugs.openjdk.org/browse/JDK-8331681
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19081#discussion_r1589756489
More information about the core-libs-dev
mailing list