On Sun, 3 Mar 2024 09:01:49 GMT, Dmitry Markov <dmar...@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