hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 14745 03904dd8649b
parent 14587 e9f641f0d3a9
child 15216 73d9d2eb205d
child 15189 53ce4c2c2e8a
equal deleted inserted replaced
14739:12125dacc077 14745:03904dd8649b
   353   nonstatic_field(Method,               _method_data,                                  MethodData*)                    \
   353   nonstatic_field(Method,               _method_data,                                  MethodData*)                    \
   354   nonstatic_field(Method,               _interpreter_invocation_count,                 int)                                   \
   354   nonstatic_field(Method,               _interpreter_invocation_count,                 int)                                   \
   355   nonstatic_field(Method,               _access_flags,                                 AccessFlags)                           \
   355   nonstatic_field(Method,               _access_flags,                                 AccessFlags)                           \
   356   nonstatic_field(Method,               _vtable_index,                                 int)                                   \
   356   nonstatic_field(Method,               _vtable_index,                                 int)                                   \
   357   nonstatic_field(Method,               _method_size,                                  u2)                                    \
   357   nonstatic_field(Method,               _method_size,                                  u2)                                    \
   358   nonstatic_field(Method,               _max_locals,                                   u2)                                    \
       
   359   nonstatic_field(Method,               _size_of_parameters,                           u2)                                    \
       
   360   nonstatic_field(Method,               _interpreter_throwout_count,                   u2)                                    \
   358   nonstatic_field(Method,               _interpreter_throwout_count,                   u2)                                    \
   361   nonstatic_field(Method,               _number_of_breakpoints,                        u2)                                    \
   359   nonstatic_field(Method,               _number_of_breakpoints,                        u2)                                    \
   362   nonstatic_field(Method,               _invocation_counter,                           InvocationCounter)                     \
   360   nonstatic_field(Method,               _invocation_counter,                           InvocationCounter)                     \
   363   nonstatic_field(Method,               _backedge_counter,                             InvocationCounter)                     \
   361   nonstatic_field(Method,               _backedge_counter,                             InvocationCounter)                     \
   364   nonproduct_nonstatic_field(Method,    _compiled_invocation_count,                    int)                                   \
   362   nonproduct_nonstatic_field(Method,    _compiled_invocation_count,                    int)                                   \
   376   nonstatic_field(ConstMethod,          _code_size,                                    u2)                                    \
   374   nonstatic_field(ConstMethod,          _code_size,                                    u2)                                    \
   377   nonstatic_field(ConstMethod,          _name_index,                                   u2)                                    \
   375   nonstatic_field(ConstMethod,          _name_index,                                   u2)                                    \
   378   nonstatic_field(ConstMethod,          _signature_index,                              u2)                                    \
   376   nonstatic_field(ConstMethod,          _signature_index,                              u2)                                    \
   379   nonstatic_field(ConstMethod,          _method_idnum,                                 u2)                                    \
   377   nonstatic_field(ConstMethod,          _method_idnum,                                 u2)                                    \
   380   nonstatic_field(ConstMethod,          _max_stack,                                    u2)                                    \
   378   nonstatic_field(ConstMethod,          _max_stack,                                    u2)                                    \
       
   379   nonstatic_field(ConstMethod,          _max_locals,                                   u2)                                    \
       
   380   nonstatic_field(ConstMethod,          _size_of_parameters,                           u2)                                    \
   381   nonstatic_field(ObjArrayKlass,               _element_klass,                                Klass*)                                \
   381   nonstatic_field(ObjArrayKlass,               _element_klass,                                Klass*)                                \
   382   nonstatic_field(ObjArrayKlass,               _bottom_klass,                                 Klass*)                                \
   382   nonstatic_field(ObjArrayKlass,               _bottom_klass,                                 Klass*)                                \
   383   volatile_nonstatic_field(Symbol,             _refcount,                                     int)                                   \
   383   volatile_nonstatic_field(Symbol,             _refcount,                                     int)                                   \
   384   nonstatic_field(Symbol,                      _identity_hash,                                int)                                   \
   384   nonstatic_field(Symbol,                      _identity_hash,                                int)                                   \
   385   nonstatic_field(Symbol,                      _length,                                       unsigned short)                        \
   385   nonstatic_field(Symbol,                      _length,                                       unsigned short)                        \