mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
Merge
This commit is contained in:
commit
d6a9b93b5a
133 changed files with 1889 additions and 1307 deletions
|
@ -84,7 +84,7 @@ class LIR_Assembler: public CompilationResourceObj {
|
|||
Address as_Address_hi(LIR_Address* addr);
|
||||
|
||||
// debug information
|
||||
void add_call_info(int pc_offset, CodeEmitInfo* cinfo, bool is_method_handle_invoke = false);
|
||||
void add_call_info(int pc_offset, CodeEmitInfo* cinfo);
|
||||
void add_debug_info_for_branch(CodeEmitInfo* info);
|
||||
void add_debug_info_for_div0(int pc_offset, CodeEmitInfo* cinfo);
|
||||
void add_debug_info_for_div0_here(CodeEmitInfo* info);
|
||||
|
@ -212,10 +212,6 @@ class LIR_Assembler: public CompilationResourceObj {
|
|||
void ic_call( LIR_OpJavaCall* op);
|
||||
void vtable_call( LIR_OpJavaCall* op);
|
||||
|
||||
// JSR 292
|
||||
void preserve_SP(LIR_OpJavaCall* op);
|
||||
void restore_SP( LIR_OpJavaCall* op);
|
||||
|
||||
void osr_entry();
|
||||
|
||||
void build_frame();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue