mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
6934966: JSR 292 add C1 logic for saved SP over MethodHandle calls
The logic for x86 C1 to save the SP over MH calls is pretty straight forward but SPARC handles that differently. Reviewed-by: never, jrose
This commit is contained in:
parent
e8191b6730
commit
ebc298d208
7 changed files with 20 additions and 12 deletions
|
@ -209,8 +209,9 @@ class LIR_Assembler: public CompilationResourceObj {
|
|||
void ic_call( LIR_OpJavaCall* op);
|
||||
void vtable_call( LIR_OpJavaCall* op);
|
||||
|
||||
void preserve_SP();
|
||||
void restore_SP();
|
||||
// JSR 292
|
||||
void preserve_SP(LIR_OpJavaCall* op);
|
||||
void restore_SP( LIR_OpJavaCall* op);
|
||||
|
||||
void osr_entry();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue