Please review this PR which incorporates the ISO 4217 Amendment 176 Update. As the replacement of `ANG` to `XCG` won't occur until 2025, this change does not need to go into JDK22. `HR` was also updated to remove the past cutover dates.
An existing test in _ValidateISO4217.java_ checked that `Currency::getAvailableCurrencies` had all the expected currencies. This method returns all currencies, including ones to take place in the future (e.g. `XCG`). The expected currencies `Set` the method was test against had to be updated to also include future currencies as well. Additionally, this change also converted a parameterized test to a normal JUnit test, due to output overflow. ------------- Commit messages: - init Changes: https://git.openjdk.org/jdk/pull/17023/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17023&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8321480 Stats: 36 lines in 4 files changed: 7 ins; 0 del; 29 mod Patch: https://git.openjdk.org/jdk/pull/17023.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/17023/head:pull/17023 PR: https://git.openjdk.org/jdk/pull/17023
