> The `LocaleData` class currently hard-codes the set of locales whose resource > bundles reside in the `java.base` module. This change generates that set at > build time from the CLDR source XML for the CLDR locale provider. Other > locale providers now provide the appropriate set based on their own resource > bundles. > > --------- > - [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: baseModuleLocales() method moved to ResourceBundleBasedAdapter ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31822/files - new: https://git.openjdk.org/jdk/pull/31822/files/1ab2d4e3..662b3003 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31822&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31822&range=00-01 Stats: 28 lines in 5 files changed: 8 ins; 13 del; 7 mod Patch: https://git.openjdk.org/jdk/pull/31822.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31822/head:pull/31822 PR: https://git.openjdk.org/jdk/pull/31822
