[11] RFR JDK-8060094: java/util/Formatter/Basic.java failed in tr locale

Nishit Jain nishit.jain at oracle.com
Thu Feb 22 11:51:13 UTC 2018


Hi,

Please review the fix for JDK-8060094.

Bug: https://bugs.openjdk.java.net/browse/JDK-8060094
Webrev: http://cr.openjdk.java.net/~nishjain/8060094/webrev.03/
CSR: https://bugs.openjdk.java.net/browse/JDK-8197916

Cause: The Formatter APIs were not using the correct locale for upper 
casing when specified during instance creation or during format() call. 
The default locale was getting used irrespective of whether a Locale is 
specified in the API.
Fix: Modified the APIs to use the locale specified.

Regards,
Nishit Jain


More information about the core-libs-dev mailing list