mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-14 12:25:21 +00:00
8037868: The build is broken after the JDK-8035630
Reviewed-by: prr, pchelko, bagiras
This commit is contained in:
parent
0701c5f13f
commit
a8bfc3d374
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user