> 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 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30686/files - new: https://git.openjdk.org/jdk/pull/30686/files/05143dda..eabe3de6 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30686&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30686&range=00-01 Stats: 9 lines in 1 file changed: 0 ins; 4 del; 5 mod Patch: https://git.openjdk.org/jdk/pull/30686.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30686/head:pull/30686 PR: https://git.openjdk.org/jdk/pull/30686
