On Mon, 13 Apr 2026 15:59:18 GMT, Naoto Sato <[email protected]> wrote:
>> Fixes a regression introduced by removing the COMPAT locale provider, which >> previously supplied short time zone names. With the CLDR locale provider, >> these names are generated at build time, but the logic depends on the order >> in which time zones are processed. In this case, a non-DST-observing zone >> (e.g., "EST") was encountered first and used to initialize the names for the >> "America_Eastern" metazone, causing all short names to incorrectly resolve >> to "EST." >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Naoto Sato has updated the pull request incrementally with one additional > commit since the last revision: > > Simplifying the fix Marked as reviewed by iris (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/30686#pullrequestreview-4101113730
