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

@ -296,6 +296,7 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
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(Method, _constMethod, ConstMethod*) \
nonstatic_field(Method, _method_data, MethodData*) \
nonstatic_field(Method, _method_counters, MethodCounters*) \