--- old/src/java.desktop/share/native/libfontmanager/sunFont.c 2018-06-18 09:59:01.000000000 -0700 +++ new/src/java.desktop/share/native/libfontmanager/sunFont.c 2018-06-18 09:59:00.000000000 -0700 @@ -144,6 +144,8 @@ CHECK_NULL(tmpClass = (*env)->FindClass(env, "sun/font/Font2D")); CHECK_NULL(sunFontIDs.f2dCharToGlyphMID = (*env)->GetMethodID(env, tmpClass, "charToGlyph", "(I)I")); + CHECK_NULL(sunFontIDs.f2dCharsToGlyphsMID = + (*env)->GetMethodID(env, tmpClass, "charsToGlyphs", "(I[I[I)V")); CHECK_NULL(sunFontIDs.getMapperMID = (*env)->GetMethodID(env, tmpClass, "getMapper", "()Lsun/font/CharToGlyphMapper;"));