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

Thomas Schatzl tschatzl at openjdk.java.net
Wed Oct 20 12:00:12 UTC 2021


On Wed, 20 Oct 2021 08:57:28 GMT, Hamlin Li <mli 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.

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

Marked as reviewed by tschatzl (Reviewer).

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



More information about the hotspot-gc-dev mailing list