Integrated: 8257415: ZGC: Fix barrier_data types
Per Liden
pliden at openjdk.java.net
Tue Dec 1 10:43:55 UTC 2020
On Mon, 30 Nov 2020 12:42:00 GMT, Per Liden <pliden at openjdk.org> wrote:
> The `barrier_data` is an `uint8_t`, but we sometimes pass it around as an `int`. With this patch we always treat it as an `uint8_t`.
This pull request has now been integrated.
Changeset: 021dced2
Author: Per Liden <pliden at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/021dced2
Stats: 7 lines in 4 files changed: 0 ins; 0 del; 7 mod
8257415: ZGC: Fix barrier_data types
Reviewed-by: smonteith, stefank
-------------
PR: https://git.openjdk.java.net/jdk/pull/1514
More information about the hotspot-dev
mailing list