+1
Masayoshi
On 10/3/2016 10:52 PM, Yuka Kamiya wrote:
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