Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/hotspot/share/runtime/sharedRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ JRT_LEAF(void, SharedRuntime::fixup_callers_callsite(Method* method, address cal
address callsite_addr = (address)nativeCall_before(return_pc);
RelocIterator iter(caller, callsite_addr, callsite_addr + 1);
if (!iter.next()) {
// No reloc entry found; not a static or opt virutal call
// No reloc entry found; not a static or optimized virtual call
return;
}

Expand Down