RFR: 8275607 G1: G1CardSetAllocator::drop_all needs to call G1SegmentedArray::drop_all

Hamlin Li mli at openjdk.java.net
Thu Oct 21 01:19:09 UTC 2021


On Wed, 20 Oct 2021 11:56:37 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> 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.
>
> Lgtm. Thanks for fixing this.

Thanks @tschatzl @albertnetymk for your reviews.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6035



More information about the hotspot-gc-dev mailing list