Skip to content

Commit

Permalink
8317257: RISC-V: llvm build broken
Browse files Browse the repository at this point in the history
Reviewed-by: fyang
Backport-of: bd7bb67d8f2a6a6bda43b6e2443099574151a7dc
  • Loading branch information
Vladimir Kempik committed Oct 4, 2023
1 parent b4bb944 commit 89103c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/riscv/c1_LIRAssembler_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ void LIR_Assembler::emit_lock(LIR_OpLock* op) {
if (LockingMode == LM_MONITOR) {
if (op->info() != nullptr) {
add_debug_info_for_null_check_here(op->info());
__ null_check(obj);
__ null_check(obj, -1);
}
__ j(*op->stub()->entry());
} else if (op->code() == lir_lock) {
Expand Down

1 comment on commit 89103c6

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.