On Tue, 16 Mar 2021 20:08:59 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> The root cause is using the wrong endian, the ICC profile uses big-endian > notation. We even have special methods to convert the data, but for some > reason, their usage was dropped in the JDK-6523398. Marked as reviewed by azvegint (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/3037