RFR: 8059206: (tz) Support tzdata2014i

2014-10-28 Thread Aleksej Efimov
Hi, Can I ask for review of new tzdata - 2014i integration fix to JDK9. One change in this release is that new time zone was added - Pacific/Bougainville. The localized names still needs to be translated - the appropriate comment was added to JDK-8057004. Testing results: JPRT tests:

Re: RFR: 8059206: (tz) Support tzdata2014i

2014-10-28 Thread Masayoshi Okutsu
Hi Aleksej, src/java.base/share/classes/sun/util/resources/TimeZoneNames*.java: +{Pacific/Bougainville, new String[] {Bougainville Standard Time, BST, + Bougainville Summer Time, BST, +

Re: RFR: 8059206: (tz) Support tzdata2014i

2014-10-28 Thread Aleksej Efimov
Hi Masayoshi, Thank you for the review. Ok, I will change the Summer Time to Daylight Time before the push. Best Regards, Aleksej On 10/28/2014 04:46 PM, Masayoshi Okutsu wrote: Hi Aleksej, src/java.base/share/classes/sun/util/resources/TimeZoneNames*.java: +{Pacific/Bougainville,