8037868: The build is broken after the JDK-8035630

Reviewed-by: prr, pchelko, bagiras
This commit is contained in:
Sergey Bylokhov 2014-03-19 21:05:28 +04:00
parent 0701c5f13f
commit a8bfc3d374

View File

@ -155,7 +155,7 @@ static int CALLBACK EnumFontFacesInFamilyProcA(
if (fullname == NULL) {
(*env)->ExceptionClear(env);
return 1;
}
fullnameLC = (*env)->CallObjectMethod(env, fullname,
fmi->toLowerCaseMID, fmi->locale);
(*env)->CallBooleanMethod(env, fmi->list, fmi->addMID, fullname);