RFR: 8280458: G1: Remove G1BlockOffsetTablePart::_next_offset_threshold

Thomas Schatzl tschatzl at openjdk.java.net
Tue Feb 1 10:01:11 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

Lgtm.

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

Marked as reviewed by tschatzl (Reviewer).

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



More information about the hotspot-gc-dev mailing list