Skip to content

Commit e7375f9

Browse files
committedOct 18, 2022
8295468: RISC-V: Minimal builds are broken
Reviewed-by: stuefe, luhenry, fyang
1 parent bd41428 commit e7375f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/hotspot/cpu/riscv/macroAssembler_riscv.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include "gc/shared/barrierSetAssembler.hpp"
3333
#include "gc/shared/cardTable.hpp"
3434
#include "gc/shared/cardTableBarrierSet.hpp"
35+
#include "gc/shared/collectedHeap.hpp"
3536
#include "interpreter/bytecodeHistogram.hpp"
3637
#include "interpreter/interpreter.hpp"
3738
#include "memory/resourceArea.hpp"

‎src/hotspot/cpu/riscv/nativeInst_riscv.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include "oops/oop.inline.hpp"
3333
#include "runtime/handles.hpp"
3434
#include "runtime/orderAccess.hpp"
35+
#include "runtime/safepoint.hpp"
3536
#include "runtime/sharedRuntime.hpp"
3637
#include "runtime/stubRoutines.hpp"
3738
#include "utilities/ostream.hpp"

0 commit comments

Comments
 (0)
Please sign in to comment.