hotspot/src/share/vm/jvmci/vmStructs_jvmci.cpp
changeset 38133 78b95467b9f1
parent 36842 8f0d0faa51e2
child 38231 38b7e4a90f6a
equal deleted inserted replaced
38132:ba888a4f352a 38133:78b95467b9f1
   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                                                                                                                                      \