[RFR] [8u262] New JavaTimeSupplementary localisation for 'in' installed in wrong package
Andrew Hughes
gnu.andrew at redhat.com
Thu Jul 9 16:46:22 UTC 2020
Bug: https://bugs.openjdk.java.net/browse/JDK-8248715
Webrev: https://cr.openjdk.java.net/~andrew/openjdk8/8248715/webrev.01/
When JavaTimeSupplementary_in.java was backported to 8u in JDK-8244843,
the package was not altered to match the 8u system of
sun.text.resources.${locale}. Thus, it ends up in sun.text.resources.ext
instead.
This, in turn, means it ends up alone in rt.jar, while other locale data
is filtered into ext/localedata.jar.
The fix is simple. Once reviewed, I intend to also include this in the
CPU patch set for 8u262 GA.
Thanks,
--
Andrew :)
Senior Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04 C5A0 CFDA 0F9B 3596 4222
More information about the jdk8u-dev
mailing list