RFR: 8330000: ZGC: ZObjArrayAllocator may unnecessarily clear TypeArrays twice
Axel Boldt-Christmas
aboldtch at openjdk.org
Thu Apr 11 08:54:47 UTC 2024
On Wed, 10 Apr 2024 11:46:12 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> The segmented array allocation in ZObjArrayAllocator for TypeArrays will restart the segmented clearing if it encounters a safepoint. This is unnecessary for TypeArrays.
>
> Tested ZGC tests tier1-7
Thanks for the reviews.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18713#issuecomment-2049226918
More information about the hotspot-gc-dev
mailing list