Integrated: 8281033: Improve ImageCheckboxTest to test all available LaF

2022-02-12 Thread Alexander Zuev
On Fri, 11 Feb 2022 10:47:41 GMT, Alexander Zuev wrote: > Test modified to perform test on all available LaF's > During test development bug similar to JDK-8216358 was found in Nimbus and > GTK+ LaFs > so exceptions were added and separate bugs were created to track these LaFs. This pull reques

Integrated: 8274939: Incorrect size of the pixel storage is used by the robot on macOS

2022-02-12 Thread Sergey Bylokhov
On Fri, 8 Oct 2021 10:23:13 GMT, Sergey Bylokhov wrote: > In JDK 9 the native code for the robot class was reworked to get an access to > the HiDPI quality screenshots. So we allocate the data storage for the HiDPI > quality and then request the best quality from the macOS. > > It works fine i

Re: Area#add(Area) Optimization

2022-02-12 Thread Philip Race
I suppose this could be added but it is something an application also can easily do for itself. >     curves = rhs.curves; The straight reference, rather than a copy surprised me, but I suppose (I am not familiar with the working of the Area class) that all mutations must create a new Vector