On Fri, 7 Apr 2023 18:39:03 GMT, Damon Nguyen <dngu...@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

Reply via email to