--- old/src/java.desktop/unix/classes/sun/awt/motif/X11JIS0212.java 2015-02-19 16:13:13.397548357 -0800 +++ new/src/java.desktop/unix/classes/sun/awt/motif/X11JIS0212.java 2015-02-19 16:13:13.289548360 -0800 @@ -28,10 +28,9 @@ import java.nio.charset.Charset; import java.nio.charset.CharsetEncoder; import java.nio.charset.CharsetDecoder; -import sun.nio.cs.ext.JIS_X_0212; public class X11JIS0212 extends Charset { - private static Charset jis0212 = new JIS_X_0212(); + private static Charset jis0212 = Charset.forName("JIS_X0212-1990"); public X11JIS0212 () { super("X11JIS0212", null);