RFR: 8275007: Java fails to start with null charset if LC_ALL is set to certain locales [v2]

Alan Bateman alanb at openjdk.java.net
Thu Nov 11 10:52:41 UTC 2021


On Thu, 11 Nov 2021 09:40:14 GMT, Ichiroh Takiguchi <itakiguchi at openjdk.org> wrote:

> I don't have Oracle Linux... I tried to find out unsupported locales by using following commands. I used RHEL7.9.

In your previous post you used env LC_ALL=kk_KZ.pt154 java Hello.java. Would it be possible to repeat that with JDK 17 and the main-line (latest JDK 18 EA build is okay). I'm wondering if you see the NPE.

In any case, our next step here will be to have fallback saved during early startup so that file system and other places don't do the lookup. This seems the sanest way to avoid the recursive initialisation issue.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6282


More information about the core-libs-dev mailing list