Integrated: 8332448: Make SpaceMangler inherit AllStatic

Albert Mingkun Yang ayang at openjdk.org
Tue May 21 07:46:09 UTC 2024


On Fri, 17 May 2024 09:29:07 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Extract the state for `top` out of `SpaceMangler`. Users (Serial and Parallel GC) already tracks the top before/after GC. The "real" change in this PR are only two places: `serialFullGC.cpp` and `PSParallelCompact::post_compact`.
> 
> Test: tier1-5

This pull request has now been integrated.

Changeset: 5f2b8d02
Author:    Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5f2b8d0224868d09ff54e93fabe4a6db177aef8f
Stats:     523 lines in 26 files changed: 9 ins; 488 del; 26 mod

8332448: Make SpaceMangler inherit AllStatic

Reviewed-by: kbarrett, iwalulya

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

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


More information about the hotspot-gc-dev mailing list