This is a follow-up of JDK-8273626.
G1CardSetAllocator::drop_all should call call G1SegmentedArray::drop_all to put all buffers into buffer free list, which is the original behavior of G1CardSetAllocator.
G1CardSetAllocator::drop_all should call call G1SegmentedArray::drop_all to put all buffers into buffer free list, which is the original behavior of G1CardSetAllocator.
- relates to
-
JDK-8273626 G1: Factor out concurrent segmented array from G1CardSetAllocator
- Resolved