RFR: 8338912: CDS: Segmented roots array [v4]
Aleksey Shipilev
shade at openjdk.org
Mon Sep 9 11:22:05 UTC 2024
On Fri, 6 Sep 2024 18:00:38 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Amend printout as well
>
> src/hotspot/share/cds/heapShared.cpp line 239:
>
>> 237: }
>> 238:
>> 239: objArrayOop roots = (objArrayOop)_root_segments->at(segment_idx).resolve();
>
> Should be `segment = ...`
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20858#discussion_r1750069982
More information about the hotspot-runtime-dev
mailing list