On Fri, 24 Sep 2021 16:28:51 GMT, Phil Race <[email protected]> wrote:
> As described in https://bugs.openjdk.java.net/browse/JDK-8274106 a number of > tests fail due to some inaccuracy in pixels copied from the screen when > scaling down from device space to user space. > The subject of most of these tests is such that uiScale isn't important and > we can have them pass with -Dsun.java2d.uiScale=1. > For the rest we can problem list them - as narrowly as we can on > macos-aarch64 which is the only place we've seen the problem (not happening > on retina displays with x64 it seems) whilst we try to figure out the root > cause which is either in Apple code or something we are doing to trigger that > Apple API misbehaviour. Marked as reviewed by jdv (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/5687
