On Sat, 6 Nov 2021 16:04:13 GMT, Ichiroh Takiguchi <itakigu...@openjdk.org> wrote:
> Could you explain more detail, why JEP-400 needs to touch sun.jnu.encoding > system property's fallback ? This is about running on unusual configurations where the native encoding (native.encoding and sun.jnu.encoding) doesn't name a charset in java.base. There has been several reports of NPE in such cases. Now that the default charset is UTF-8 it means there is a sane fallback so the VM can startup. ------------- PR: https://git.openjdk.java.net/jdk/pull/6282