<AWT Dev> [12]RFR: [JDK-8074824]: Resolve disabled warnings for libawt_xawt
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Mon Oct 1 03:03:37 UTC 2018
Hi, Krishna.
One initial question about awt_Window.cpp:
2150 w = static_cast<int>((rect.right - rect.left) * scaleX /
prevScaleX);
2151 h = static_cast<int>((rect.bottom - rect.top) * scaleY /
prevScaleY);
Are you sure that we need to use "cast" instead of ScaleUp/Down?
On 29/09/2018 20:18, Krishna Addepalli wrote:
> Hi All,
>
> Please review a fix for JDK-8074824:
> https://bugs.openjdk.java.net/browse/JDK-8074824
>
> Webrev: http://cr.openjdk.java.net/~kaddepalli/8074824/webrev01/
> <http://cr.openjdk.java.net/%7Ekaddepalli/8074824/webrev01/>
>
> Most of the warnings have been fixed for Linux, Mac and Windows.
>
> Thanks,
>
> Krishna
>
--
Best regards, Sergey.
More information about the awt-dev
mailing list