mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8253900: SA: wrong size computation when JVM was built without AOT
Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
parent
2bc8bc5722
commit
b1448da109
6 changed files with 25 additions and 3 deletions
|
@ -229,6 +229,7 @@
|
|||
JVMTI_ONLY(nonstatic_field(MethodCounters, _number_of_breakpoints, u2)) \
|
||||
nonstatic_field(MethodCounters, _invocation_counter, InvocationCounter) \
|
||||
nonstatic_field(MethodCounters, _backedge_counter, InvocationCounter) \
|
||||
AOT_ONLY(nonstatic_field(MethodCounters, _method, Method*)) \
|
||||
\
|
||||
nonstatic_field(MethodData, _size, int) \
|
||||
nonstatic_field(MethodData, _method, Method*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue