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

Clemens Eisserer linuxhippy at gmail.com
Tue Oct 1 06:54:14 UTC 2013


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



More information about the 2d-dev mailing list