RFR: 8273476: G1: refine G1CollectedHeap::par_iterate_regions_array_part_from [v4]

Thomas Schatzl tschatzl at openjdk.java.net
Thu Sep 9 09:13:59 UTC 2021


On Thu, 9 Sep 2021 08:05:46 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix issue
>
> src/hotspot/share/gc/g1/g1CollectionSet.cpp line 238:
> 
>> 236:                                   hr_claimer,
>> 237:                                   &_collection_set_regions[offset],
>> 238:                                   length,
> 
> This should be `length - offset`, shouldn't it?

Suggestion:

                                  length - offset,


Untested :)

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

PR: https://git.openjdk.java.net/jdk/pull/5414



More information about the hotspot-gc-dev mailing list