8297644: RISC-V: Compilation error when shenandoah is disabled

Reviewed-by: fyang, yadongwang
This commit is contained in:
Magnus Ihse Bursie 2022-11-30 12:56:25 +00:00
parent 27b339d189
commit 4d730f561f

@ -960,11 +960,13 @@ definitions %{
source_hpp %{
#include "asm/macroAssembler.hpp"
#include "gc/shared/barrierSetAssembler.hpp"
#include "gc/shared/cardTable.hpp"
#include "gc/shared/cardTableBarrierSet.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "opto/addnode.hpp"
#include "opto/convertnode.hpp"
#include "runtime/objectMonitor.hpp"
extern RegMask _ANY_REG32_mask;
extern RegMask _ANY_REG_mask;