mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
Reviewed-by: jrose, dlong, aph, forax
This commit is contained in:
parent
8c5da27f19
commit
d60a09e9c5
47 changed files with 1190 additions and 148 deletions
|
@ -434,7 +434,7 @@ void CompiledIC::set_to_monomorphic(CompiledICInfo& info) {
|
|||
InlineCacheBuffer::create_transition_stub(this, info.cached_metadata(), info.entry());
|
||||
} else {
|
||||
if (is_optimized()) {
|
||||
set_ic_destination(info.entry());
|
||||
set_ic_destination(info.entry());
|
||||
} else {
|
||||
set_ic_destination_and_value(info.entry(), info.cached_metadata());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue