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.
------------- Commit messages: - copyright year - 8299292: Missing elements in aliased String array Changes: https://git.openjdk.org/jdk/pull/11851/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11851&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8299292 Stats: 16 lines in 1 file changed: 6 ins; 4 del; 6 mod Patch: https://git.openjdk.org/jdk/pull/11851.diff Fetch: git fetch https://git.openjdk.org/jdk pull/11851/head:pull/11851 PR: https://git.openjdk.org/jdk/pull/11851