Integrated: 8359227: Code cache/heap size options should be size_t
Kim Barrett
kbarrett at openjdk.org
Wed Jun 18 18:08:38 UTC 2025
On Fri, 13 Jun 2025 06:57:20 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this change that makes the various code cache/heap size options
> consistently be of type size_t.
>
> The shared declarations for these options were all uintx. These options all
> may have platform-defined values. Some of those platform-specific definitions
> were uintx, some were size_t, and some were intx(!). This change makes them
> all consistently size_t.
>
> More details in the first comment.
>
> Testing: mach5 tier1-6
> GHA testing in-progress
This pull request has now been integrated.
Changeset: 7bc0d824
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7bc0d82450e210b14c9f89687582d78a0a50ee54
Stats: 190 lines in 40 files changed: 1 ins; 0 del; 189 mod
8359227: Code cache/heap size options should be size_t
Reviewed-by: mhaessig, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/25791
More information about the graal-dev
mailing list