RFR: 8254177: (tz) Upgrade time-zone data to tzdata2020b
Kiran Sidhartha Ravikumar
kravikumar at openjdk.java.net
Mon Oct 12 10:06:17 UTC 2020
On Mon, 12 Oct 2020 09:32:38 GMT, Kiran Sidhartha Ravikumar <kravikumar at openjdk.org> wrote:
> Hi Guys,
>
> Please review the patch for tzdata2020b integration into JDK.
>
> Release details can be found here:
>
> https://mm.icann.org/pipermail/tz-announce/2020-October/000059.html
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8254177
>
> I had the pacificnew, systemv files removed from JDK repo and so TimeZoneName classes, make file and few test files
> need to be updated to incorporate the change.
> The patch has passed all the related testing including JCK.
>
> Thanks,
> Kiran
test/jdk/sun/util/calendar/zi/TestZoneInfo310.java line 221:
> 219: zids_old = ZoneInfoOld.getAvailableIDs(-8 * 60 * 60 * 1000);
> 220: Arrays.sort(zids_old);
> 221: System.out.println("new and old length = " + zids_new.length + " " + zids_old.length);
Missed to remove the instrumentation.
-------------
PR: https://git.openjdk.java.net/jdk/pull/602
More information about the core-libs-dev
mailing list