[OpenJDK 2D-Dev] request for review: JDK-8007386 On physical machine (video card is Intel Q45)the case of text is blank.

Johnny Chen jia-hong.chen at oracle.com
Tue Oct 1 16:37:41 UTC 2013


Looks good!

Thanks,
Johnny Chen

On Sep 30, 2013, at 11:54 PM, Clemens Eisserer <linuxhippy at gmail.com> wrote:

> Hi Johnny,
> 
>> Should:
>> if(major <= 3 && minor < 5)
>> 
>> be changed to:
>> if (major < 3 || (major == 3 && minor < 5))
> 
> Thanks for taking such a close look - seems I forgot about the
> 2.x-kernels still out there.
> Please find the corrected webref at:
> http://cr.openjdk.java.net/~ceisserer/8007386/webrev.04/
> 
> Thanks, Clemens

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20131001/04c17b92/attachment.html>


More information about the 2d-dev mailing list