[OpenJDK 2D-Dev] RFR: 8211999: Window positioning bugs due to overlapping GraphicsDevice bounds (Windows/HiDPI)

2020-09-27 Thread Sergey Bylokhov
Hello. Please review the fix for jdk. Bug: https://bugs.openjdk.java.net/browse/JDK-8211999 Fix: http://cr.openjdk.java.net/~serb/8211999/webrev.04 Old review request: https://mail.openjdk.java.net/pipermail/awt-dev/2020-July/015991.html (Note: the fix use API available since Windows 8.1: WM_DP

Re: [OpenJDK 2D-Dev] RFR: 8251123: doclint warnings about missing javadoc tags and comments

2020-09-27 Thread Jayathirth D V
On Fri, 25 Sep 2020 21:45:39 GMT, Sergey Bylokhov wrote: > We have a number of missing javadoc tags and comments in the desktop module. > Most of the missing comments are related to the serialized form. > > The fix: > - Adds missing comments to the non-static/non-transient fields(even > priva