Review Request for CR : 7050528 Improve performance of java.text.DecimalFormat.format() call stack

2012-09-12 Thread Olivier Lagneau
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

Re: [8] Review request for CR 7196799: CLDR adapter can not be invoked when region code is specified in Locale

2012-09-12 Thread Naoto Sato
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