[8u] RFR 8245400: Upgrade to LittleCMS 2.11
Andrew Hughes
gnu.andrew at redhat.com
Wed Sep 16 15:19:02 UTC 2020
On 14:35 Wed 09 Sep , Zhengyu Gu wrote:
> I would like to backport this patch to 8u for parity with Oracle 8u281.
>
> The original patch does not apply cleanly. Other than 8u using different
> files for third party licensing information, there are conflicts in comments
> with special characters, where hg does not seem to be able to handle
> (with/without git format).
>
> The original bug: https://bugs.openjdk.java.net/browse/JDK-8245400
> The original patch: https://hg.openjdk.java.net/jdk/jdk/rev/5105eefa2bd9
>
> 8u webrev:
> main: http://cr.openjdk.java.net/~zgu/JDK-8245400-8u/main/webrev.00/
> corba: http://cr.openjdk.java.net/~zgu/JDK-8245400-8u/corba/webrev.00/
> hotspot: http://cr.openjdk.java.net/~zgu/JDK-8245400-8u/hotspot/webrev.00/
> jaxp: http://cr.openjdk.java.net/~zgu/JDK-8245400-8u/jaxp/webrev.00/
> jaxws: http://cr.openjdk.java.net/~zgu/JDK-8245400-8u/jaxws/webrev.00/
> jdk: http://cr.openjdk.java.net/~zgu/JDK-8245400-8u/jdk/webrev.00/
> langtools:
> http://cr.openjdk.java.net/~zgu/JDK-8245400-8u/langtools/webrev.00/
> nashorn: http://cr.openjdk.java.net/~zgu/JDK-8245400-8u/corba/webrev.00/
>
> Test:
> jdk_2d
>
> Thanks,
>
> -Zhengyu
>
I'm assuming the THIRD_PARTY_README change is the same in all files
(just checked root & jdk)
The only difference I see is there still seems to be one lingering
non-ASCII character in cmsxform.c, whereas it was removed in the 11u
version:
11u:
- // Float transforms don't use cach\351, always are non-NULL
+ // Float transforms don't use cache, always are non-NULL
8u:
- // Float transforms don't use cach\351, always are non-NULL
+ // Float transforms don't use cach\357\277\275, always are non-NULL
so that one still needs correcting.
Thanks,
--
Andrew :)
Senior Free Java Software Engineer
OpenJDK Package Owner
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