hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 33209 43d7a2139756
parent 33205 bc9fec5e7656
child 33212 906b3d079b13
equal deleted inserted replaced
33206:da8c3575c076 33209:43d7a2139756
   379   nonstatic_field(Method,                      _constMethod,                                  ConstMethod*)                          \
   379   nonstatic_field(Method,                      _constMethod,                                  ConstMethod*)                          \
   380   nonstatic_field(Method,                      _method_data,                                  MethodData*)                           \
   380   nonstatic_field(Method,                      _method_data,                                  MethodData*)                           \
   381   nonstatic_field(Method,                      _method_counters,                              MethodCounters*)                       \
   381   nonstatic_field(Method,                      _method_counters,                              MethodCounters*)                       \
   382   nonstatic_field(Method,                      _access_flags,                                 AccessFlags)                           \
   382   nonstatic_field(Method,                      _access_flags,                                 AccessFlags)                           \
   383   nonstatic_field(Method,                      _vtable_index,                                 int)                                   \
   383   nonstatic_field(Method,                      _vtable_index,                                 int)                                   \
   384   nonstatic_field(Method,                      _method_size,                                  u2)                                    \
       
   385   nonstatic_field(Method,                      _intrinsic_id,                                 u2)                                    \
   384   nonstatic_field(Method,                      _intrinsic_id,                                 u2)                                    \
   386   nonproduct_nonstatic_field(Method,           _compiled_invocation_count,                    int)                                   \
   385   nonproduct_nonstatic_field(Method,           _compiled_invocation_count,                    int)                                   \
   387   volatile_nonstatic_field(Method,             _code,                                         nmethod*)                              \
   386   volatile_nonstatic_field(Method,             _code,                                         nmethod*)                              \
   388   nonstatic_field(Method,                      _i2i_entry,                                    address)                               \
   387   nonstatic_field(Method,                      _i2i_entry,                                    address)                               \
   389   nonstatic_field(Method,                      _adapter,                                      AdapterHandlerEntry*)                  \
   388   nonstatic_field(Method,                      _adapter,                                      AdapterHandlerEntry*)                  \