[jdk11u] Integrated: 8352097: (tz) zone.tab update missed in 2025a backport
Andrew John Hughes
andrew at openjdk.org
Wed Mar 26 14:53:17 UTC 2025
On Wed, 26 Mar 2025 02:59:38 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
> 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
> ~~~
This pull request has now been integrated.
Changeset: 13dab160
Author: Andrew John Hughes <andrew at openjdk.org>
URL: https://git.openjdk.org/jdk11u/commit/13dab160c693baa33af6236792f1cf55de7318b2
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8352097: (tz) zone.tab update missed in 2025a backport
Backport-of: 305512ccc6bc87afe972781e6953c4517a365f86
-------------
PR: https://git.openjdk.org/jdk11u/pull/101
More information about the jdk-updates-dev
mailing list