RFR: 8342918: Building ParallelGC without G1 and Shenandoah fails because SpaceMangler not declared
Julian Waters
jwaters at openjdk.org
Fri Oct 25 04:51:13 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
Looks good
-------------
Marked as reviewed by jwaters (Committer).
PR Review: https://git.openjdk.org/jdk/pull/21700#pullrequestreview-2394159489
More information about the hotspot-gc-dev
mailing list