mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
Merge
This commit is contained in:
commit
d048828d66
1238 changed files with 65184 additions and 57870 deletions
|
@ -1261,8 +1261,6 @@ methodHandle SharedRuntime::resolve_sub_helper(JavaThread *thread,
|
|||
}
|
||||
#endif
|
||||
if (is_virtual) {
|
||||
nmethod* nm = callee_nm;
|
||||
if (nm == NULL) CodeCache::find_blob(caller_frame.pc());
|
||||
CompiledIC* inline_cache = CompiledIC_before(caller_nm, caller_frame.pc());
|
||||
if (inline_cache->is_clean()) {
|
||||
inline_cache->set_to_monomorphic(virtual_call_info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue