mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -816,6 +816,8 @@ public:
|
|||
inline void call( address d, relocInfo::relocType rt = relocInfo::runtime_call_type );
|
||||
inline void call( Label& L, relocInfo::relocType rt = relocInfo::runtime_call_type );
|
||||
|
||||
inline void call( address d, RelocationHolder const& rspec );
|
||||
|
||||
public:
|
||||
|
||||
// pp 150
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue