RFR: JDK-8303950: [macos]Translucent Windows Flicker on Repaint [v4]

Jeremy duke at openjdk.org
Fri Apr 7 19:41:42 UTC 2023


On Fri, 7 Apr 2023 18:39:03 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> src/java.desktop/share/classes/java/awt/Window.java line 3953:
>> 
>>> 3951:                 if (gg instanceof Graphics2D) {
>>> 3952:                     gg.setColor(getBackground());
>>> 3953:                     ((Graphics2D) gg).setComposite(AlphaComposite.getInstance(AlphaComposite.SRC));
>> 
>> Why was the import for SunHints added if the only edit to this file was adding a space?
>
> Nevermind I saw this wrong when looking through the commit history.

Thanks for checking, though. I just pushed a change to roll back this diffs. https://github.com/openjdk/jdk/pull/12993/commits/f369ccde6d73537948d6f5007ae5d0a2b847d8ac

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

PR Review Comment: https://git.openjdk.org/jdk/pull/12993#discussion_r1160921482



More information about the client-libs-dev mailing list