[jdk8u] RFR: 8339644: Improve parsing of Day/Month in tzdata rules
Andrew John Hughes
andrew at openjdk.org
Wed Mar 5 18:51:09 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.
I think we can close this one as it's in 8u452-b03 :)
-------------
PR Comment: https://git.openjdk.org/jdk8u/pull/64#issuecomment-2701792066
More information about the jdk8u-dev
mailing list