Re: [OpenJDK 2D-Dev] Fix integer overflow warnings in icu layout code

2016-06-23 Thread Omair Majid
* Omair Majid [2016-02-17 10:45]: > * Omair Majid [2016-01-27 15:35]: > > Hi, > > > > * Phil Race [2016-01-21 17:55]: > > > On 01/21/2016 01:50 PM, Omair Majid wrote: > > > >That said, do you think some sort of add-and-check-for-overflow test > > > >would be suitable here? I can take a shot at

[OpenJDK 2D-Dev] Fix integer overflow warnings in icu layout code

2016-02-17 Thread Omair Majid
* Omair Majid [2016-01-27 15:35]: > Hi, > > * Phil Race [2016-01-21 17:55]: > > On 01/21/2016 01:50 PM, Omair Majid wrote: > > >That said, do you think some sort of add-and-check-for-overflow test > > >would be suitable here? I can take a shot at implementing it, if you > > >like. > > > > Sure