<i18n dev> Review Request for JDK-8165466: DecimalFormat percentage format can contain unexpected %

Nishit Jain nishit.jain at oracle.com
Mon Oct 3 10:56:04 UTC 2016


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