Integrated: 8329840: Fix ZPhysicalMemorySegment::_end type
Axel Boldt-Christmas
aboldtch at openjdk.org
Tue Apr 9 08:14:11 UTC 2024
On Mon, 8 Apr 2024 09:51:12 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> `ZPhysicalMemorySegment::_end` should use `zoffset_end` for its type instead of `zoffset`.
>
> Starting a debug vm with a 16TB min heap size will crash with an invalid `zoffset` assert.
>
> Testing with ZGC tier1-tier7 on linux x64+aarch64
This pull request has now been integrated.
Changeset: b4ddddef
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b4ddddeff1ce4293c88a9ab8ad3ca9d3b0e2352e
Stats: 56 lines in 4 files changed: 49 ins; 0 del; 7 mod
8329840: Fix ZPhysicalMemorySegment::_end type
Reviewed-by: stefank, eosterlund
-------------
PR: https://git.openjdk.org/jdk/pull/18673
More information about the hotspot-gc-dev
mailing list