Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
pchilano committed Apr 4, 2024
1 parent 4196688 commit 33354c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/runtime/frame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ oop frame::interpreter_callee_receiver(Symbol* signature) {
void frame::oops_interpreted_do(OopClosure* f, const RegisterMap* map, bool query_oop_map_cache) const {
assert(is_interpreted_frame(), "Not an interpreted frame");
Thread *thread = Thread::current();
DEBUG_ONLY(ResourceMark rm(thread);) // ~InterpreterOopMap already handles possible deallocation of bitmask
methodHandle m (thread, interpreter_frame_method());
jint bci = interpreter_frame_bci();

Expand Down

0 comments on commit 33354c7

Please sign in to comment.