RFR: 8358058: sun/java2d/OpenGL/DrawImageBg.java Test fails intermittently

Phil Race prr at openjdk.org
Mon Sep 22 18:25:39 UTC 2025


On Mon, 22 Sep 2025 16:20:04 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> why on WIndows/Linux we set "-Dsun.java2d.uiScale=1" option and on mac we do not?

I'd have used uiScale=1 everywhere, but I actually observed a few rounding errors on retina if I used uiScale = 1 .
Letting uiScale be whatever is the default has so far worked on all Mac cases.

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

PR Comment: https://git.openjdk.org/jdk/pull/27399#issuecomment-3320666960


More information about the client-libs-dev mailing list