[jdk11u] RFR: 8352097: (tz) zone.tab update missed in 2025a backport

Andrew John Hughes andrew at openjdk.org
Wed Mar 26 03:07:55 UTC 2025


As with https://github.com/openjdk/jdk21u/pull/460 & https://github.com/openjdk/jdk17u/pull/405, the [11u backport](https://git.openjdk.org/jdk11u-dev/commit/bbe28d927803d0c9286cdb1494afa9a267463dd4) of the tzdata 2025a update missed an update to zone.tab, as this was not present in the [25u commit](https://git.openjdk.org/jdk/commit/caa3c78f7837b1f561740184bd8f9cb671c467eb) on which it was originally based, due to its removal in [JDK-8166983](https://bugs.openjdk.org/browse/JDK-8166983). The change was in [the 24u commit](https://git.openjdk.org/jdk24u/commit/81252ef76899ad95197550a11c2786ccf3cf0cd2) which was applied later than the 21u one.

We should add this missing change to the existing 2025a update in 11.0.27 and consider backporting JDK-8166983 for 11.0.28 (now proposed for 24 in https://github.com/openjdk/jdk24u/pull/150).

Backport from 17u is clean. Tests pass:
~~~
==============================
Test summary
==============================
   TEST                                              TOTAL  PASS  FAIL ERROR   
   jtreg:test/jdk/java/text/Format                      90    90     0     0   
   jtreg:test/jdk/java/util/TimeZone                    25    25     0     0   
   jtreg:test/jdk/sun/util/calendar                      5     5     0     0   
   jtreg:test/jdk/sun/util/resources                    21    21     0     0   
   jtreg:test/jdk/java/time                            180   180     0     0   
==============================
TEST SUCCESS
~~~

-------------

Commit messages:
 - Backport 305512ccc6bc87afe972781e6953c4517a365f86

Changes: https://git.openjdk.org/jdk11u/pull/101/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk11u&pr=101&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8352097
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk11u/pull/101.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u.git pull/101/head:pull/101

PR: https://git.openjdk.org/jdk11u/pull/101


More information about the jdk-updates-dev mailing list