[jdk11u-dev] Integrated: 8321480: ISO 4217 Amendment 176 Update
Andrew John Hughes
andrew at openjdk.org
Fri Feb 23 17:23:04 UTC 2024
On Tue, 20 Feb 2024 00:16:56 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
> Hi all,
>
> This pull request contains a backport of commit [223018a3](https://github.com/openjdk/jdk17u-dev/commit/223018a3aabc319992d9790fa1d6c88b02fcca9f) from the [openjdk/jdk17u-dev](https://git.openjdk.org/jdk17u-dev) repository.
>
> The commit being backported was authored by Andrew Lu on 6 Feb 2024 and was reviewed by Matthias Baesken.
>
> The changes are mostly clean. The differences are a different copyright header in `make/jdk/src/classes/build/tools/generatecurrencydata/GenerateCurrencyData.java` and the absent refactoring of `test/jdk/java/util/Currency/ValidateISO4217.java`
>
> As discussed on #2503, bringing in the refactoring also requires bumping JTreg, which in turn requires fixes to a number of other tests. To get this update in for 11.0.23 before rampdown, I think we can make the same code addition in `ValidateISO4217.java` (with different alignment) and defer the change to `twoLetterCodesTest` to JDK-8310923 on #2503.
>
> The `java.util.Currency` tests all pass with this change.
This pull request has now been integrated.
Changeset: ea06b5c9
Author: Andrew John Hughes <andrew at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/ea06b5c966e9261cacb35300ddde6eae48ec632f
Stats: 27 lines in 5 files changed: 9 ins; 0 del; 18 mod
8321480: ISO 4217 Amendment 176 Update
Reviewed-by: goetz
Backport-of: 223018a3aabc319992d9790fa1d6c88b02fcca9f
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2532
More information about the jdk-updates-dev
mailing list