Skip to content

Commit

Permalink
8323694: RISC-V: Unnecessary ResourceMark in NativeCall::set_destinat…
Browse files Browse the repository at this point in the history
…ion_mt_safe

Reviewed-by: fyang, rehn
  • Loading branch information
zifeihan authored and RealFYang committed Jan 18, 2024
1 parent dadd9cd commit ff8cc26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/cpu/riscv/nativeInst_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "precompiled.hpp"
#include "asm/macroAssembler.hpp"
#include "code/compiledIC.hpp"
#include "memory/resourceArea.hpp"
#include "nativeInst_riscv.hpp"
#include "oops/oop.inline.hpp"
#include "runtime/handles.hpp"
Expand Down Expand Up @@ -157,7 +156,6 @@ void NativeCall::set_destination_mt_safe(address dest, bool assert_lock) {
CompiledICLocker::is_safe(addr_at(0)),
"concurrent code patching");

ResourceMark rm;
address addr_call = addr_at(0);
assert(NativeCall::is_call_at(addr_call), "unexpected code at call site");

Expand Down

0 comments on commit ff8cc26

Please sign in to comment.