Integrated: 8276107: Preventive collections trigger before maxing out heap

Thomas Schatzl tschatzl at openjdk.java.net
Mon Nov 1 16:52:24 UTC 2021


On Thu, 28 Oct 2021 16:09:36 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

This pull request has now been integrated.

Changeset: e265f838
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e265f83858b84451258677f130f98be5375a417a
Stats:     13 lines in 1 file changed: 2 ins; 0 del; 11 mod

8276107: Preventive collections trigger before maxing out heap

Reviewed-by: sjohanss, ayang

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

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



More information about the hotspot-gc-dev mailing list