<AWT Dev> [9] Review Request: 8037868 The build is broken after the JDK-8035630

Petr Pchelko petr.pchelko at oracle.com
Wed Mar 19 16:49:27 UTC 2014


Hello, Sergey.

The fix looks good to me.

With best regards. Petr.

19 марта 2014 г., в 8:45 после полудня, Sergey Bylokhov <Sergey.Bylokhov at oracle.com> написал(а):

> Please review the small fix:
> 
> diff -r fe79a65a51d8 src/windows/native/sun/font/fontpath.c
> --- a/src/windows/native/sun/font/fontpath.c    Wed Mar 19 16:13:59 2014 +0400
> +++ b/src/windows/native/sun/font/fontpath.c    Wed Mar 19 20:40:44 2014 +0400
> @@ -155,7 +155,7 @@
>     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);
> 
> -- 
> Best regards, Sergey.
> 



More information about the awt-dev mailing list