RFR: 8254739: G1: Optimize evacuation failure for regions with few failed objects [v19]

Hamlin Li mli at openjdk.java.net
Fri Nov 5 10:23:11 UTC 2021


On Fri, 5 Nov 2021 09:31:50 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Move allocation/deallocation in one place
>
> src/hotspot/share/gc/g1/g1SegmentedArray.inline.hpp line 264:
> 
>> 262: template <class Elem, MEMFLAGS flag>
>> 263: template <typename BufferClosure>
>> 264: void G1SegmentedArray<Elem, flag>::iterate_nodes(BufferClosure& cloure) const {
> 
> Typo: `cloure`.

good catch.

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

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



More information about the hotspot-gc-dev mailing list