[jdk8u] RFR: 8339644: Improve parsing of Day/Month in tzdata rules

Dmitry Cherepanov dcherepanov at openjdk.org
Mon Jan 13 10:08:51 UTC 2025


On Tue, 10 Dec 2024 19:11:17 GMT, Dmitry Cherepanov <dcherepanov at openjdk.org> wrote:

> The backport is a prerequisite for timezone data update to 2024b. Targeting the PR to jdk8u repo (January release).
> 
> The change doesn’t apply cleanly. In JDK9, JDK-8042369 rewrote the builder classes but it’s too large to backport to 8u so I adopted 11u backport for 8u codebase. The test change applies cleanly after path reshuffling except copyright year.
> 
> Testing: jtreg tests (java/text/Format java/util/TimeZone sun/util/calendar sun/util/resources). Sanity checked that tzdata-2024b (rearguard version) fails to build (“Unknown month: April”) without the changes and builds with the changes. 
> 
> Thanks.

Thanks for clarifying this. Created new PR - https://github.com/openjdk/jdk8u-dev/pull/615

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

PR Comment: https://git.openjdk.org/jdk8u/pull/64#issuecomment-2586677941


More information about the jdk8u-dev mailing list