On Wed, 4 Jan 2023 19:57:56 GMT, Naoto Sato <na...@openjdk.org> wrote:
> This is a pre-requisite fix for upgrading CLDR to v43. The upcoming CLDR > changed the inheritance mechanism a bit with this change: > https://unicode-org.atlassian.net/browse/CLDR-15054 where they removed the > duplication of data. This revealed an issue in CLDRConverter buildtool that > it was not capable of inheriting the partially populated, aliased elements in > an array object. This changeset also removed the unused logging code. This pull request has now been integrated. Changeset: a49ccb95 Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a49ccb959b7e50ee67b1ab4feca47c34bdbc14fe Stats: 16 lines in 1 file changed: 5 ins; 4 del; 7 mod 8299292: Missing elements in aliased String array Reviewed-by: iris, joehw ------------- PR: https://git.openjdk.org/jdk/pull/11851