On Tue, 3 May 2022 23:49:22 GMT, Phil Race <p...@openjdk.org> wrote: > This is occurring only on the M1 imac where despite having the right profile > we see "off by 1/255" errors sometimes. So why do we need a color tolerance > of 25 ? Why isn't it 1 ?
It was there from start so did not tinker although I tested with tolerance of 10 which passed. Anyway, I have changed it to 1 which also passed in the intended system and all other platforms (CI job link in JBS) ------------- PR: https://git.openjdk.java.net/jdk/pull/8380