Integrated: 8170817: G1: Returning MinTLABSize from unsafe_max_tlab_alloc causes TLAB flapping
Ivan Walulya
iwalulya at openjdk.org
Thu Oct 12 10:32:27 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
This pull request has now been integrated.
Changeset: 4c79e7d5
Author: Ivan Walulya <iwalulya at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4c79e7d59caec01b4d2bdae2f7d25f1dd24ffbf6
Stats: 8 lines in 1 file changed: 5 ins; 2 del; 1 mod
8170817: G1: Returning MinTLABSize from unsafe_max_tlab_alloc causes TLAB flapping
Reviewed-by: tschatzl, ayang
-------------
PR: https://git.openjdk.org/jdk/pull/16102
More information about the hotspot-gc-dev
mailing list