<AWT Dev> [12]RFR: [JDK-8074824]: Resolve disabled warnings for libawt_xawt

Krishna Addepalli krishna.addepalli at oracle.com
Mon Oct 1 03:48:56 UTC 2018


Hi Sergey,

By using static_cast, I have maintained the existing behaviour. I’m not sure about which function to use, but should we address it separately, or here itself?

Thanks,
Krishna

> On 01-Oct-2018, at 8:33 AM, Sergey Bylokhov <Sergey.Bylokhov at oracle.com> wrote:
> 
> 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