On Fri, 12 Nov 2021 19:11:07 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. > > 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 I reproduced those failures on Debian Linux. Corrected the issue by replacing unsupported jnu encoding with `UTF-8` in `System::initPhase1`. ------------- PR: https://git.openjdk.java.net/jdk/pull/6282