<i18n dev> [8] Request for review: 8015960: java/util/Locale/LocaleProviders.java failing again on Windows

Naoto Sato naoto.sato at oracle.com
Tue Jun 11 11:16:50 PDT 2013


On 6/11/13 11:07 AM, Alan Bateman wrote:
> On 11/06/2013 18:55, Naoto Sato wrote:
>> Hello,
>>
>> Please review an one-liner fix for the following bug:
>>
>> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8015960
>>
>> The fix is simply to set the time zone in the formatter to "PST":
>>
>> http://cr.openjdk.java.net/~naoto/8015960/webrev.00/
>>
>> Naoto
> This looks okay to me (and doesn't need to be restored because the test
> runs in its own VM).

Thanks for the review. Actually the time zone is set to a 
SimpleDateFormat instance, not to the system default, so it is ok to not 
restore anyway.

Naoto


More information about the i18n-dev mailing list