RFR: 8280087: G1: Handle out-of-mark stack situations during reference processing more gracefully [v4]
Ivan Walulya
iwalulya at openjdk.org
Thu Dec 7 20:03:40 UTC 2023
On Thu, 7 Dec 2023 17:00:10 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Ivan Walulya has updated the pull request incrementally with one additional commit since the last revision:
>>
>> add bounds checking, fix bug in array sizing
>
> src/hotspot/share/gc/g1/g1ConcurrentMark.hpp line 144:
>
>> 142: size_t _capacity;
>> 143: size_t _num_buckets;
>> 144: bool _growable;
>
> I wonder if this can be named `_should_grow`.
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16979#discussion_r1419542275
More information about the hotspot-gc-dev
mailing list