RFR: 8329840: Fix ZPhysicalMemorySegment::_end type [v2]

Erik Österlund eosterlund at openjdk.org
Mon Apr 8 15:28:11 UTC 2024


On Mon, 8 Apr 2024 11:27:36 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
>
> Axel Boldt-Christmas has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix whitespace

Looks good.

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

Marked as reviewed by eosterlund (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18673#pullrequestreview-1986776361


More information about the hotspot-gc-dev mailing list