They use "stdout.encoding" for creating a Charset for reading from the standard input. With the introduction of "stdin.encoding," they should be using the "stdin.encoding" system property.
- causes
-
JDK-8358158 test/jdk/java/io/Console/CharsetTest.java failing with NoClassDefFoundError: jtreg/SkippedException
-
- Resolved
-
- csr for
-
JDK-8357164 Use "stdin.encoding" in Console's read*() methods
-
- Closed
-
- relates to
-
JDK-8350703 Add standard system property stdin.encoding
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/b2a61a99
-
Review(master) openjdk/jdk/25271