Skip to content

Commit

Permalink
8295468: RISC-V: Minimal builds are broken
Browse files Browse the repository at this point in the history
Reviewed-by: stuefe, luhenry, fyang
  • Loading branch information
shipilev committed Oct 18, 2022
1 parent bd41428 commit e7375f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/cpu/riscv/macroAssembler_riscv.cpp
Expand Up @@ -32,6 +32,7 @@
#include "gc/shared/barrierSetAssembler.hpp"
#include "gc/shared/cardTable.hpp"
#include "gc/shared/cardTableBarrierSet.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "interpreter/bytecodeHistogram.hpp"
#include "interpreter/interpreter.hpp"
#include "memory/resourceArea.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/hotspot/cpu/riscv/nativeInst_riscv.cpp
Expand Up @@ -32,6 +32,7 @@
#include "oops/oop.inline.hpp"
#include "runtime/handles.hpp"
#include "runtime/orderAccess.hpp"
#include "runtime/safepoint.hpp"
#include "runtime/sharedRuntime.hpp"
#include "runtime/stubRoutines.hpp"
#include "utilities/ostream.hpp"
Expand Down

0 comments on commit e7375f9

Please sign in to comment.