mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8032463: VirtualDispatch test timeout with DeoptimizeALot
Introduce code aging for warm method detection Reviewed-by: kvn, twisti
This commit is contained in:
parent
5938d3d5b9
commit
54db2c2d61
27 changed files with 283 additions and 69 deletions
|
@ -372,7 +372,7 @@ class LIRGenerator: public InstructionVisitor, public BlockClosure {
|
|||
increment_event_counter(info, bci, true);
|
||||
}
|
||||
}
|
||||
|
||||
void decrement_age(CodeEmitInfo* info);
|
||||
CodeEmitInfo* state_for(Instruction* x, ValueStack* state, bool ignore_xhandler = false);
|
||||
CodeEmitInfo* state_for(Instruction* x);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue