Withdrawn: 8236073: G1: Use SoftMaxHeapSize to guide GC heuristics

duke duke at openjdk.org
Wed Jan 28 16:29:05 UTC 2026


On Fri, 26 Sep 2025 11:45:52 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this change to implement `SoftMaxHeapSize` for G1.
> 
> Main change is that `SoftMaxHeapSize` now impacts the `G1IHOPControl::target_occupancy()`, i.e. the amount of bytes G1 when reclaim should start.
> 
> Most of the other changes are just about updating logging/JFR and making sure that the `SoftMaxHeapSize` values are consistent across calls.
> 
> Testing: tier1-5
> 
> Thanks,
>   Thomas

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk/pull/27524


More information about the hotspot-dev mailing list