8038217: SunFontManager.initIDs NoSuchFieldError: lcdSubPixPos

Reviewed-by: prr, serb
This commit is contained in:
Petr Pchelko 2014-03-24 23:02:05 +04:00
parent 32ee4129bf
commit dc0b41d3d3

View File

@ -181,7 +181,7 @@ static void initFontIDs(JNIEnv *env) {
CHECK_NULL(sunFontIDs.lcdRGBOrder =
(*env)->GetFieldID(env, tmpClass, "lcdRGBOrder", "Z"));
CHECK_NULL(sunFontIDs.lcdSubPixPos =
(*env)->GetFieldID(env, tmpClass, "lcdSubPixPos", "Z)"));
(*env)->GetFieldID(env, tmpClass, "lcdSubPixPos", "Z"));
initLCDGammaTables();