[RFR] [8u262] New JavaTimeSupplementary localisation for 'in' installed in wrong package

Severin Gehwolf sgehwolf at redhat.com
Thu Jul 9 17:02:45 UTC 2020


On Thu, 2020-07-09 at 17:46 +0100, Andrew Hughes wrote:
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8248715
> Webrev: https://cr.openjdk.java.net/~andrew/openjdk8/8248715/webrev.01/

Looks good to me.

Incidentally I've had the same patch myself but didn't yet post if for
review. All the better, I've closed JDK-8248867 as a duplicate.

> 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.

Sounds good.

Thanks,
Severin



More information about the jdk8u-dev mailing list