On Thu, 4 Feb 2021 22:17:12 GMT, Naoto Sato <na...@openjdk.org> wrote:
> Please review this fix. The bug was revealed while porting CLDR v39 into the > JDK, where they switch the Norwegian Bokmal from "nb" to "no". [1] Some > regression tests started failing with it because COMPAT provider's "nb" > resource was used according to the incorrect candidate locale order. > > [1] https://unicode-org.atlassian.net/browse/CLDR-2698 This pull request has now been integrated. Changeset: 4a1814cb Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/4a1814cb Stats: 43 lines in 2 files changed: 22 ins; 1 del; 20 mod 8261179: Norwegian Bokmål Locale fallback issue Reviewed-by: joehw ------------- PR: https://git.openjdk.java.net/jdk/pull/2414