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

Phil Race prr at openjdk.java.net
Wed Feb 23 01:06:58 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.

This pull request has now been integrated.

Changeset: 6f882ded
Author:    Phil Race <prr at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6f882deddcc094777b45f0dacc7351dbc23993a4
Stats:     100 lines in 8 files changed: 83 ins; 0 del; 17 mod

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

Reviewed-by: serb, dmarkov

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

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



More information about the client-libs-dev mailing list