[jdk8u] RFR: 8356096: ISO 4217 Amendment 179 Update
Andrew John Hughes
andrew at openjdk.org
Fri Jun 6 17:15:55 UTC 2025
On Tue, 3 Jun 2025 15:31:19 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:
> I'd like to backport JDK-8356096 for parity with Oracle 8u461.
>
> Backport is not clean due to minor context differences in the test ValidateISO4217.java and in ISO4217-list-one.txt, changes were applied manually.
> Changes in CurrencyData.properties and CurrencyNames.properties applied cleanly after paths reshuffling.
>
> jdk/test/java/util/Currency tests passed.
>
> This PR was previously reviewed in https://github.com/openjdk/jdk8u-dev/pull/657
The difference in `ISO4217-list-one.txt` seems to be due to an incomplete update in the backport of [JDK-8334653](https://bugs.openjdk.org/browse/JDK-8334653) to 8u:
11u version:
~~~
#
#
-# Amendments up until ISO 4217 AMENDMENT NUMBER 176
-# (As of 06 December 2023)
+# Amendments up until ISO 4217 AMENDMENT NUMBER 177
+# (As of 20 June 2024)
#
~~~
8u version:
~~~
@@ -1,12 +1,12 @@
#
#
# Amendments up until ISO 4217 AMENDMENT NUMBER 176
-# (As of 06 December 2023)
+# (As of 20 June 2024)
#
~~~
This change implicitly fixes that by doing the full update to 179. The other difference is down to formatting differences in the test and looks fine.
I think this is good to go.
-------------
Marked as reviewed by andrew (Reviewer).
PR Review: https://git.openjdk.org/jdk8u/pull/74#pullrequestreview-2905551563
More information about the jdk8u-dev
mailing list