184 nonstatic_field(Method, _method_counters, MethodCounters*) \ |
184 nonstatic_field(Method, _method_counters, MethodCounters*) \ |
185 nonstatic_field(Method, _access_flags, AccessFlags) \ |
185 nonstatic_field(Method, _access_flags, AccessFlags) \ |
186 nonstatic_field(Method, _vtable_index, int) \ |
186 nonstatic_field(Method, _vtable_index, int) \ |
187 nonstatic_field(Method, _intrinsic_id, u2) \ |
187 nonstatic_field(Method, _intrinsic_id, u2) \ |
188 nonstatic_field(Method, _flags, u2) \ |
188 nonstatic_field(Method, _flags, u2) \ |
189 volatile_nonstatic_field(Method, _code, nmethod*) \ |
189 volatile_nonstatic_field(Method, _code, CompiledMethod*) \ |
190 volatile_nonstatic_field(Method, _from_compiled_entry, address) \ |
190 volatile_nonstatic_field(Method, _from_compiled_entry, address) \ |
191 \ |
191 \ |
192 nonstatic_field(MethodCounters, _invocation_counter, InvocationCounter) \ |
192 nonstatic_field(MethodCounters, _invocation_counter, InvocationCounter) \ |
193 nonstatic_field(MethodCounters, _backedge_counter, InvocationCounter) \ |
193 nonstatic_field(MethodCounters, _backedge_counter, InvocationCounter) \ |
194 \ |
194 \ |