On 17/04/2017 20:47, Naoto Sato wrote:
Hi,
Please review the fix for the following issue:
https://bugs.openjdk.java.net/browse/JDK-8177314
The proposed change is located at:
http://cr.openjdk.java.net/~naoto/8177314/webrev.00/
The change is to move SJIS based encodings into java.base module on
Linux so that SJIS locale can be used as the default locale to start
the JVM. Although they are not the default locale in Linux
distributions, they still seem to be widely used.
Looks good. Is there anything to check into on other platforms or is
this just a Linux only concern.
-Alan