On Tue, 29 Mar 2022 22:19:26 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Dmitry Kulikov has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - 8282863: >> java/awt/FullScreen/FullscreenWindowProps/FullscreenWindowProps.java fails >> on Windows 10 with HiDPI screen >> - Revert "8282863: >> java/awt/FullScreen/FullscreenWindowProps/FullscreenWindowProps.java fails >> on Windows 10 with HiDPI screen" >> >> This reverts commit 23b40af8de9df4db9a1cc0137c0e875cf6595190. > > src/java.desktop/windows/classes/sun/awt/Win32GraphicsDevice.java line 482: > >> 480: // Note: window will get resized to actual full-screen >> dimensions >> 481: // in the upcoming display change event, when the DPI scales >> 482: // would already be correctly set etc. (see JDK-8282863) > > We usually do not mention the bugid in the comments, just the description of > how it works is fine. @mrserb the mentioned bugid reference is now removed ------------- PR: https://git.openjdk.java.net/jdk/pull/7835