RFR: 8280964: [Linux aarch64] : drawImage dithers TYPE_BYTE_INDEXED images incorrectly

Dmitry Markov dmarkov at openjdk.java.net
Tue Feb 22 07:07:52 UTC 2022


On Mon, 21 Feb 2022 18:13:12 GMT, Phil Race <prr at openjdk.org> wrote:

> As per the bug evaluation, the root of this issue is that on this platform "char" is treated as "unsigned char"
> and the code here expects it to be "signed char", so we need to make it explicitly so.
> For all other supported platforms this is a no-op since that is the default elsewhere.
> So this should be a safe fix, and the updated JDK has been tested on all platforms.

Marked as reviewed by dmarkov (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/7563



More information about the client-libs-dev mailing list