[jdk24u] RFR: 8352716: (tz) Update Timezone Data to 2025b

Sergey Bylokhov serb at openjdk.org
Mon Mar 31 23:05:15 UTC 2025


On Thu, 27 Mar 2025 20:14:06 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> Update to tzdata to bring in the latest version, 2025b. The [25u patch](https://git.openjdk.org/jdk/commit/1d205f5f0704f251eb68165f3caf1e70d542ae63) applies as is, but needs to be supplemented with the change to `zone.tab` from 2025b. `zone.tab` was removed from 25 in [JDK-8166983](https://bugs.openjdk.org/browse/JDK-8166983) but still needs to be updated in 24u unless https://github.com/openjdk/jdk24u/pull/150 is integrated.
> 
> Tests pass:
> ~~~
> ==============================
> Test summary
> ==============================
>    TEST                                              TOTAL  PASS  FAIL ERROR   
>    jtreg:test/jdk/java/text/Format                     130   130     0     0   
>    jtreg:test/jdk/java/util/TimeZone                    22    22     0     0   
>    jtreg:test/jdk/sun/util/calendar                      5     5     0     0   
>    jtreg:test/jdk/sun/util/resources                    22    22     0     0   
>    jtreg:test/jdk/java/time                            187   187     0     0   
> ==============================
> TEST SUCCESS
> ~~~

Marked as reviewed by serb (Reviewer).

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

PR Review: https://git.openjdk.org/jdk24u/pull/161#pullrequestreview-2730700783


More information about the jdk-updates-dev mailing list