RFR: 8276107: Preventive collections trigger before maxing out heap [v2]

Albert Mingkun Yang ayang at openjdk.java.net
Mon Nov 1 09:10:13 UTC 2021


On Fri, 29 Oct 2021 09:31:52 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> Hi all,
>> 
>>   can I have reviews for this small fix for an issue where preventive gcs that are supposed to prevent evacuation failure were also started if there were only not enough free committed regions available but more than enough uncommitted regions to expand the heap (to avoid the evacuation failure).
>> 
>> Testing: gha, tier1-3
>> 
>> Thanks,
>>   Thomas
>
> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix log message

Marked as reviewed by ayang (Reviewer).

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

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



More information about the hotspot-gc-dev mailing list