RFR: 8295468: RISC-V: Minimal builds are broken

Fei Yang fyang at openjdk.org
Tue Oct 18 15:00:00 UTC 2022


On Tue, 18 Oct 2022 10:48:45 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Attempting to build RISC-V "minimal" variant fails with:
> 
> 
> * For target hotspot_variant-minimal_libjvm_objs_macroAssembler_riscv.o:
> In file included from /home/shade/trunks/jdk/src/hotspot/share/utilities/globalDefinitions.hpp:29,
>                  from /home/shade/trunks/jdk/src/hotspot/share/memory/allocation.hpp:29,
>                  from /home/shade/trunks/jdk/src/hotspot/share/memory/arena.hpp:28,
>                  from /home/shade/trunks/jdk/src/hotspot/share/runtime/handles.hpp:28,
>                  from /home/shade/trunks/jdk/src/hotspot/share/code/oopRecorder.hpp:28,
>                  from /home/shade/trunks/jdk/src/hotspot/share/asm/codeBuffer.hpp:28,
>                  from /home/shade/trunks/jdk/src/hotspot/share/asm/assembler.hpp:28,
>                  from /home/shade/trunks/jdk/src/hotspot/cpu/riscv/macroAssembler_riscv.cpp:28:

I see this problem only menifest itself in a minimal debug build. I just realized that I am always doing minimal release build and that's why I missed it. Thanks.

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

Marked as reviewed by fyang (Reviewer).

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


More information about the hotspot-dev mailing list