<i18n dev> Integrated: 8317443: StackOverflowError on calling ListFormat::getInstance() for Norwegian locales
Naoto Sato
naoto at openjdk.org
Thu Oct 5 23:09:10 UTC 2023
On Wed, 4 Oct 2023 17:17:57 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Please review the fix to the subject issue. This was found during upgrading CLDR to v44, in which some list patterns are missing (thus to be inherited from parents) in Norwegian locales which could end up with infinite parent lookup. Avoiding the recursive call and changing it to a plain loop fixes the issue.
> Not related to this issue, the test case has been corrected to work with any locale. Currently, it assumes English.
This pull request has now been integrated.
Changeset: 8a30c2a9
Author: Naoto Sato <naoto at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8a30c2a9b2ef3f069e82061e6db113e259a75bcd
Stats: 15 lines in 2 files changed: 2 ins; 0 del; 13 mod
8317443: StackOverflowError on calling ListFormat::getInstance() for Norwegian locales
Reviewed-by: joehw
-------------
PR: https://git.openjdk.org/jdk/pull/16042
More information about the i18n-dev
mailing list