mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 01:43:13 +00:00
8038217: SunFontManager.initIDs NoSuchFieldError: lcdSubPixPos
Reviewed-by: prr, serb
This commit is contained in:
parent
32ee4129bf
commit
dc0b41d3d3
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user