[jdk17u-dev] RFR: 8348328: Update IANA Language Subtag Registry to Version 2025-05-15
Andrew John Hughes
andrew at openjdk.org
Wed Aug 20 15:28:54 UTC 2025
On Tue, 19 Aug 2025 12:40:09 GMT, Radek Cap <duke at openjdk.org> wrote:
> > Looks clean, once path to `language-subtag-registry.txt` is adjusted.
>
> I'm not sure which path you mean. The path to the file is the same as it was previously - make/data/lsrdata/language-subtag-registry.txt
The path is different to the 21u version:
~~~
$ diffstat -p0 /tmp/8348328.21u
b/src/java.base/share/data/lsrdata/language-subtag-registry.txt | 122 +++++++++-
b/test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java | 28 +-
2 files changed, 142 insertions(+), 8 deletions(-)
$ diffstat -p0 /tmp/8348328.17u
b/make/data/lsrdata/language-subtag-registry.txt | 122 +++++++++++-
b/test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java | 28 ++
2 files changed, 142 insertions(+), 8 deletions(-)
~~~
Maybe git handled that automatically and you didn't notice. Anyway, I was just commenting that it is clean other than the patch change. Nothing more to do. This can be integrated.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3620#issuecomment-3206881090
More information about the jdk-updates-dev
mailing list