RFR: 8275007: Java fails to start with null charset if LC_ALL is set to certain locales [v3]
Naoto Sato
naoto at openjdk.java.net
Fri Nov 12 19:11:07 UTC 2021
> Please review the subject fix. In light of JEP400, Java runtime can/should start in UTF-8 charset if the underlying native encoding is not supported.
Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
Force the jnu encoding to UTF-8 if the original one is not supported
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/6282/files
- new: https://git.openjdk.java.net/jdk/pull/6282/files/d3c240c9..c50e6279
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6282&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6282&range=01-02
Stats: 12 lines in 1 file changed: 8 ins; 3 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/6282.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6282/head:pull/6282
PR: https://git.openjdk.java.net/jdk/pull/6282
More information about the core-libs-dev
mailing list