On Fri, 5 Nov 2021 17:31:50 GMT, Naoto Sato <na...@openjdk.org> wrote:
> 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. The same rationale as JEP 400, that UTF-8 is the de-facto encoding these days. This is for the exceptional case where JDK does not support the native encoding, choosing fallback as UTF-8 is not a bad choice IMO. ------------- PR: https://git.openjdk.java.net/jdk/pull/6282