Integrated: 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 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.

This pull request has now been integrated.

Changeset: c7a80e60
Author:    Hamlin Li <mli at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c7a80e60e2e201b573d4653fa978df527addc8a6
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

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

Reviewed-by: tschatzl, ayang

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

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



More information about the hotspot-gc-dev mailing list