RFR: 8330000: ZObjArrayAllocator may unnecessarily clear TypeArrays twice
Stefan Karlsson
stefank at openjdk.org
Wed Apr 10 13:28:02 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.
Marked as reviewed by stefank (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18713#pullrequestreview-1991688030
More information about the hotspot-gc-dev
mailing list