RFR: 8326661: sun/java2d/cmm/ColorConvertOp/ColConvTest.java assumes profiles were generated by LCMS

Sergey Bylokhov serb at openjdk.org
Tue Mar 5 01:01:49 UTC 2024


On Sun, 3 Mar 2024 09:01:49 GMT, Dmitry Markov <dmarkov at openjdk.org> wrote:

> Updated several tests to avoid potential failure with recent LCMS update and non-LCMS generated profile.

test/jdk/sun/java2d/cmm/ColorConvertOp/ColConvCCMTest.java line 63:

> 61:         10.5,       // GRAY
> 62:         215.0,      // PYCC
> 63:         56.0        // CIEXYZ

All this change will delete all information about "old and good" values and start to use lcms thresholds for all profiles? I think it should be the opposite - use the good data for all except lcms(or any other not that good as jdk8 profiles), like we do it now.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18097#discussion_r1511992175


More information about the client-libs-dev mailing list