Integrated: 8315031: YoungPLABSize and OldPLABSize not aligned by ObjectAlignmentInBytes
Albert Mingkun Yang
ayang at openjdk.org
Thu Sep 28 17:16:40 UTC 2023
On Mon, 25 Sep 2023 12:26:26 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Simple fix around unaligned PLAB size. Due to a circular dependency between the heap and PLAB initialization in G1, `_default_plab_size` picks up unaligned PLAB sizes, hence the additional alignment there.
This pull request has now been integrated.
Changeset: 060db1b2
Author: Albert Mingkun Yang <ayang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/060db1b2a2d0946327e47a6c2a380c9fb5593b01
Stats: 10 lines in 2 files changed: 9 ins; 0 del; 1 mod
8315031: YoungPLABSize and OldPLABSize not aligned by ObjectAlignmentInBytes
Reviewed-by: tschatzl, iwalulya
-------------
PR: https://git.openjdk.org/jdk/pull/15901
More information about the hotspot-gc-dev
mailing list