mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8261447: MethodInvocationCounters frequently run into overflow
Reviewed-by: thartmann, mdoerr, kvn, iveresov
This commit is contained in:
parent
75aa15467e
commit
268d9b7982
11 changed files with 160 additions and 113 deletions
|
@ -307,7 +307,6 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
nonstatic_field(Method, _vtable_index, int) \
|
||||
nonstatic_field(Method, _intrinsic_id, u2) \
|
||||
nonstatic_field(Method, _flags, u2) \
|
||||
nonproduct_nonstatic_field(Method, _compiled_invocation_count, int) \
|
||||
volatile_nonstatic_field(Method, _code, CompiledMethod*) \
|
||||
nonstatic_field(Method, _i2i_entry, address) \
|
||||
volatile_nonstatic_field(Method, _from_compiled_entry, address) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue