Integrated: 8329767: G1: Move G1BlockOffsetTable::set_for_starts_humongous to HeapRegion

Guoxiong Li gli at openjdk.org
Wed Apr 10 10:29:16 UTC 2024


On Tue, 9 Apr 2024 16:47:41 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch moves the method `G1BlockOffsetTable::set_for_starts_humongous` into `HeapRegion::set_starts_humongous` and marks `G1BlockOffsetTable::update_for_block(HeapWord* blk_start, size_t size)` as public (because it delegates to another public method which has the same name).
> 
> Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

This pull request has now been integrated.

Changeset: dd6e4533
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/dd6e4533eb8b9c33b03a041d7a9ac87160ff9ffb
Stats:     17 lines in 3 files changed: 3 ins; 13 del; 1 mod

8329767: G1: Move G1BlockOffsetTable::set_for_starts_humongous to HeapRegion

Reviewed-by: ayang, iwalulya

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

PR: https://git.openjdk.org/jdk/pull/18701


More information about the hotspot-gc-dev mailing list