RFR: 8342918: Building ParallelGC without G1 and Shenandoah fails because SpaceMangler not declared
Aleksey Shipilev
shade at openjdk.org
Fri Oct 25 05:53:06 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 fine. I believe it is trivial.
-------------
Marked as reviewed by shade (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/21700#pullrequestreview-2394235915
More information about the hotspot-gc-dev
mailing list