<i18n dev> Review Request for JDK-8165466: DecimalFormat percentage format can contain unexpected %
Yuka Kamiya
yuka.kamiya at oracle.com
Mon Oct 3 13:52:11 UTC 2016
Hi Nisht,
The fix looks good to me.
Thanks,
--
Yuka
On 2016/10/03 19:56, Nishit Jain wrote:
> Hi,
>
> Please review the fix for JDK-8165466
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8165466
> Webrev: http://cr.openjdk.java.net/~nishjain/8165466/webrev.04/
>
>
> Fix: FastPathData was not reinitialized for the subsequent format
> calls, hence FastPathData.fastPathContainer was using the old char
> array buffer to handle the format calls. Changes are made to reset the
> FastPathData in each subsequent format calls.
>
> Regards,
> Nishit Jain
More information about the i18n-dev
mailing list