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