RFR: 8075667: (tz) Support tzdata2015b

2015-03-26 Thread Aleksej Efimov
Hi, Please review the fix for adding the latest tzdata2015b to JDK9. The JTREG and JPRT tests were executed. No failures were observed, except one: test/sun/util/calendar/zi/TestZoneInfo310.java The failure was caused by the following tzdb rule addition to make/data/tzdata/asia: +Rule Palest

Re: RFR: 8075667: (tz) Support tzdata2015b

2015-03-26 Thread Masayoshi Okutsu
Looks good except that data changes keep requiring additional workaround to the run-time code. We do need a fix for JDK-8014468. Masayoshi On 3/27/2015 12:47 AM, Aleksej Efimov wrote: Hi, Please review the fix for adding the latest tzdata2015b to JDK9. The JTREG and JPRT tests were executed.