8253900: SA: wrong size computation when JVM was built without AOT

Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
Jose Ricardo Ziviani 2020-10-09 12:56:47 +00:00 committed by Martin Doerr
parent 2bc8bc5722
commit b1448da109
6 changed files with 25 additions and 3 deletions

View file

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