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.
Naoto