mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
6919069: client compiler needs to capture more profile information for tiered work
Added profiling of instanceof and aastore. Reviewed-by: kvn, jrose, never
This commit is contained in:
parent
0aba89442c
commit
aa21a39d97
11 changed files with 305 additions and 265 deletions
|
@ -187,7 +187,7 @@ class LIR_Assembler: public CompilationResourceObj {
|
|||
void emit_alloc_obj(LIR_OpAllocObj* op);
|
||||
void emit_alloc_array(LIR_OpAllocArray* op);
|
||||
void emit_opTypeCheck(LIR_OpTypeCheck* op);
|
||||
void emit_checkcast(LIR_OpTypeCheck* op);
|
||||
void emit_typecheck_helper(LIR_OpTypeCheck *op, Label* success, Label* failure, Label* obj_is_null);
|
||||
void emit_compare_and_swap(LIR_OpCompareAndSwap* op);
|
||||
void emit_lock(LIR_OpLock* op);
|
||||
void emit_call(LIR_OpJavaCall* op);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue