--- old/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c 2018-05-22 01:11:49.271174069 +0900 +++ new/src/java.desktop/unix/native/libawt_xawt/awt/awt_InputMethod.c 2018-05-22 01:11:48.721184751 +0900 @@ -679,7 +679,8 @@ statusWindow->w = status; //12-point font statusWindow->fontset = XCreateFontSet(dpy, - "-*-*-medium-r-normal-*-*-120-*-*-*-*", + "-*-*-medium-r-normal-*-*-120-*-*-*-*," \ + "-*-*-medium-r-normal-*-*-130-*-*-*-*", &mclr, &mccr, &dsr); /* In case we didn't find the font set, release the list of missing characters */ if (mccr > 0) {