RFR: 8304711: Combine G1 root region abort and wait into a single method [v2]

Thomas Schatzl tschatzl at openjdk.org
Thu Mar 23 09:15:33 UTC 2023


On Wed, 22 Mar 2023 18:19:14 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   ayang review
>
> src/hotspot/share/gc/g1/g1ConcurrentMark.hpp line 484:
> 
>> 482:   void humongous_object_eagerly_reclaimed(HeapRegion* r);
>> 483:   // Notification for old gen regions to clean up.
>> 484:   void old_region_reclaimed(HeapRegion* r);
> 
> Why this decl? The rest look good.

This is a split-off of a much larger change, and I overlooked this one.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13145#discussion_r1145883026


More information about the hotspot-gc-dev mailing list