RFR: 8315031: YoungPLABSize and OldPLABSize not aligned by ObjectAlignmentInBytes [v2]
Albert Mingkun Yang
ayang at openjdk.org
Thu Sep 28 17:16:38 UTC 2023
On Thu, 28 Sep 2023 11:55:22 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.
>
> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
>
> review
Thanks for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15901#issuecomment-1739717563
More information about the hotspot-gc-dev
mailing list