RFR: 8223543: [TESTBUG] Regression test java/awt/Graphics2D/DrawString/LCDTextSrcEa.java has issues

Sergey Bylokhov serb at openjdk.java.net
Wed Apr 13 21:54:16 UTC 2022


On Wed, 13 Apr 2022 17:08:51 GMT, Phil Race <prr at openjdk.org> wrote:

> This test had problem described in the bug report, and most of it was related to being headful.
> But actually the test didn't need to be headful - it did the actual rendering it wanted to test to
> a software BufferedImage. So make it headless.
> Also only Windows always supports LCD text, so run the test there and not Linux or Mac.

Are there any differences in rendering LCD to the buffered image or to the volatile image?

-------------

PR: https://git.openjdk.java.net/jdk/pull/8227



More information about the client-libs-dev mailing list