mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8300002: Performance regression caused by non-inlined hot methods due to post call noop instructions
Reviewed-by: kvn, iveresov, eosterlund
This commit is contained in:
parent
7071397ed9
commit
89a032dc05
14 changed files with 73 additions and 21 deletions
|
@ -814,7 +814,7 @@
|
|||
\
|
||||
nonstatic_field(ciMethod, _interpreter_invocation_count, int) \
|
||||
nonstatic_field(ciMethod, _interpreter_throwout_count, int) \
|
||||
nonstatic_field(ciMethod, _instructions_size, int) \
|
||||
nonstatic_field(ciMethod, _inline_instructions_size, int) \
|
||||
\
|
||||
nonstatic_field(ciMethodData, _data_size, int) \
|
||||
nonstatic_field(ciMethodData, _state, u_char) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue