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:
Sergey Kuksenko 2023-01-18 00:16:34 +00:00
parent 7071397ed9
commit 89a032dc05
14 changed files with 73 additions and 21 deletions

View file

@ -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) \