On Wed, 13 Apr 2022 17:08:51 GMT, Phil Race <p...@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. Marked as reviewed by azvegint (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/8227