Please review The implementation of a fast-path algorithm for optimizing
the DecimalFormat.format(double, ...) call stack.
The webrev is here :
http://cr.openjdk.java.net/~olagneau/7050528/webrev.02/
As described in the CR evaluation and suggested fix, the speed-up on a
dedicated micro-benchma
I updated the webrev to include another fix to a test bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7197573
Since the fix is to correct some wrong assumption on the platform
default locale in the same test case with 7196799, I just combined two
fixes in one changeset. The code change