Integrated: 8280458: G1: Remove G1BlockOffsetTablePart::_next_offset_threshold

Albert Mingkun Yang ayang at openjdk.java.net
Tue Feb 1 12:27:09 UTC 2022


On Fri, 21 Jan 2022 14:51:48 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> This PR consists of two commits:
> 
> 1. the real change of removing the field and updating surrounding code.
> 2. refactoring only (rename, comment updates, method inline, etc).
> 
> PS: `oop.inline.hpp` is needed for `klass_or_null`; it worked before by accident. Changes to `G1FullGCCompactionPoint` is kept to minimal to avoid conflicts with #7106.
> 
> Test: tier1-6

This pull request has now been integrated.

Changeset: c5a86120
Author:    Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c5a86120df7105cf612d513b5bd394501c00efed
Stats:     145 lines in 10 files changed: 14 ins; 95 del; 36 mod

8280458: G1: Remove G1BlockOffsetTablePart::_next_offset_threshold

Reviewed-by: tschatzl, iwalulya, sjohanss

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

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



More information about the hotspot-gc-dev mailing list