RFR: 8342918: Building ParallelGC without G1 and Shenandoah fails because SpaceMangler not declared
Kim Barrett
kbarrett at openjdk.org
Fri Oct 25 06:17:08 UTC 2024
On Fri, 25 Oct 2024 04:48:34 GMT, Julian Waters <jwaters 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
Thanks for reviews, @TheShermanTanker and @shipilev .
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21700#issuecomment-2436935203
More information about the hotspot-gc-dev
mailing list