[jdk8u-dev] Integrated: 7102969: currency.properties supercede not working correctly
Severin Gehwolf
sgehwolf at openjdk.org
Wed Aug 13 13:58:23 UTC 2025
On Wed, 4 Jun 2025 18:32:17 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> This is a backport of JDK-7102969 and JDK-8157138 both of which were done as a single patch in JDK 9 (and also included JDK-8149452 which isn't part of this backport because it changes CLDR related things which I think are too risky to backport and only applying those hunks fails the newly added test for it). The reason why I propose to backport this is:
>
> 1. Oracle backported it to 8u461
> 2. It's a more thorough fix of [JDK-8353433](https://bugs.openjdk.org/browse/JDK-8353433) which got added to avoid a test failure for an ISO 4217 Amendment 176 update. See [JDK-8353579](https://bugs.openjdk.org/browse/JDK-8353579) and [this comment](https://bugs.openjdk.org/browse/JDK-8353433?focusedId=14771442&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14771442) for details.
>
> I've mostly applied hunks manually and omitted the test for JDK-8149452 and the related `jdk/make/src/classes/build/tools/cldrconverter/CLDRConverter.java` changes.
>
> Since this also fixes JDK-8353433, the change to the `CurrencyData.properties` has been revered (see separate commit). Backports of JDK-7102969 and JDK-8157138 fix the `java/util/Currency/ValidateISO4217.java` test as well.
>
> Testing:
> - [x] `jdk/test/java/util/Currency/` tests
>
> Thoughts? Please review! Thanks in advance.
This pull request has now been integrated.
Changeset: 89b85a8f
Author: Severin Gehwolf <sgehwolf at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/89b85a8f5b0f8e4f7763cf9b4d15e051d6e9f43f
Stats: 389 lines in 7 files changed: 289 ins; 42 del; 58 mod
7102969: currency.properties supercede not working correctly
8157138: Error while fetching currency instance by Currency.getInstance(currencycode)
Reviewed-by: andrew
Backport-of: 93f4f6c1b50c17bf713a2cfa806e64a8d73d6770
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/660
More information about the jdk8u-dev
mailing list