RFR: 8170817: G1: Returning MinTLABSize from unsafe_max_tlab_alloc causes TLAB flapping

Ivan Walulya iwalulya at openjdk.org
Thu Oct 12 10:29:16 UTC 2023


On Mon, 9 Oct 2023 15:14:42 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:

> Hi all,
> 
> Please review this small change to return the maximum allowed TLAB size from `unsafe_max_tlab_alloc` in case the current region does not have enough free space to allocate MinTLABSize. We assume that the next TLAB allocation will happen in a new region.
> 
> Testing: Tier 1-3.
> 
> Thanks

Thanks for the reviews.

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

PR Comment: https://git.openjdk.org/jdk/pull/16102#issuecomment-1759343117


More information about the hotspot-gc-dev mailing list