Integrated: 8303963: Replace various encodings of UINT/SIZE_MAX in gc code
Thomas Schatzl
tschatzl at openjdk.org
Mon Mar 13 09:59:42 UTC 2023
On Fri, 10 Mar 2023 12:58:42 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review this refactoring that replaces various casts in GC and more-or-less related to get all bits set in an uint/size_t with the available constants from cstdint.
> The ones in ZGC files were skipped on request.
>
> Testing: local compilation, gha
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: b575e54b
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b575e54bc96c8fc413893dbbe91d0b5ce0192179
Stats: 15 lines in 13 files changed: 0 ins; 2 del; 13 mod
8303963: Replace various encodings of UINT/SIZE_MAX in gc code
Reviewed-by: ayang, kbarrett
-------------
PR: https://git.openjdk.org/jdk/pull/12973
More information about the serviceability-dev
mailing list