Integrated: 8342918: Building ParallelGC without G1 and Shenandoah fails because SpaceMangler not declared

Kim Barrett kbarrett at openjdk.org
Fri Oct 25 06:17:10 UTC 2024


On Fri, 25 Oct 2024 03:24:26 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this simple (trivial?) change to add a missing include of
> gc/shared/spaceDecorator.hpp to several files in gc/parallel.  These are all
> of the files that directly reference SpaceMangler or SpaceDecorator, except
> mutableNUMASpace.cpp (which already had the include).
> 
> Testing: mach5 tier1
> locally (linux-x64) built with g1, shenandoah, and zgc excluded from build.
> locally (linux-x64) built linux-x86 with warnings != errors, to avoid failures
> from things like JDK-8339313.
> GHA OpenJDK Sanity Checks

This pull request has now been integrated.

Changeset: c5489866
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c5489866308bd09729c5431537e0836145452624
Stats:     7 lines in 5 files changed: 5 ins; 0 del; 2 mod

8342918: Building ParallelGC without G1 and Shenandoah fails because SpaceMangler not declared

Reviewed-by: jwaters, shade

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

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


More information about the hotspot-gc-dev mailing list