Integrated: 8359701: G1: Move heap expansion time tracking of G1CollectedHeap:expand to call site

Albert Mingkun Yang ayang at openjdk.org
Tue Jun 17 12:34:33 UTC 2025


On Mon, 16 Jun 2025 15:35:59 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Simple patch of moving time-tracking logic from callee to caller, which removes a default arg. The default-arg is there because there are other callers that don't use/need this time-tracking logic.
> 
> Test: tier1

This pull request has now been integrated.

Changeset: f62f1178
Author:    Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f62f1178aa01d812ee8ffb1d3dd165b4cf157186
Stats:     12 lines in 2 files changed: 1 ins; 6 del; 5 mod

8359701: G1: Move heap expansion time tracking of G1CollectedHeap:expand to call site

Reviewed-by: tschatzl, iwalulya

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

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


More information about the hotspot-gc-dev mailing list