On Sat, 5 Jun 2021 07:46:30 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

> Is it possible to cover this fix with some automated test? Looks non of 
> existed tests found this issue.

Draw Pixel operation is unpredictable on macOS M1 with metal pipeline if 
[[point_size]] is not defined. Due to this unpredictability it is difficult to 
write an automated test.
I have developed a test which successfully detects this failure. It needs to be 
run with "-Dsun.java2d.uiScale=1.0". I will update the PR soon.

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

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

Reply via email to