RFR: 8357995: Use "stdin.encoding" for reading System.in with InputStreamReader/Scanner [core] [v3]
Volkan Yazici
vyazici at openjdk.org
Mon Jun 2 19:50:10 UTC 2025
> Passes the `Charset` read from the `stdin.encoding` system property while creating `InputStreamReader` or `Scanner` instances for `System.in`.
>
> `stdin.encoding` is a recently added property for Java 25 in [JDK-8350703](https://bugs.openjdk.org/browse/JDK-8350703). Employing it throughout the entire code base is addressed by the parent ticket [JDK-8356893](https://bugs.openjdk.org/browse/JDK-8356893). JDK-8357995 this PR is addressing is a sub-task of JDK-8356893 and is concerned with only areas related to core libraries.
Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision:
Clean-up `MultiBreakpointsTarg`
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25544/files
- new: https://git.openjdk.org/jdk/pull/25544/files/ef30c050..8f8a6575
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25544&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25544&range=01-02
Stats: 65 lines in 1 file changed: 5 ins; 21 del; 39 mod
Patch: https://git.openjdk.org/jdk/pull/25544.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25544/head:pull/25544
PR: https://git.openjdk.org/jdk/pull/25544
More information about the security-dev
mailing list