src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Sdiff src/share/vm/runtime

src/share/vm/runtime/vmStructs.cpp

Print this page




 382   nonstatic_field(MethodCounters,              _interpreter_invocation_limit,                 int)                                   \
 383   nonstatic_field(MethodCounters,              _interpreter_backward_branch_limit,            int)                                   \
 384   nonstatic_field(MethodCounters,              _interpreter_profile_limit,                    int)                                   \
 385   nonstatic_field(MethodCounters,              _invoke_mask,                                  int)                                   \
 386   nonstatic_field(MethodCounters,              _backedge_mask,                                int)                                   \
 387   nonstatic_field(MethodCounters,              _interpreter_invocation_count,                 int)                                   \
 388   nonstatic_field(MethodCounters,              _interpreter_throwout_count,                   u2)                                    \
 389   nonstatic_field(MethodCounters,              _number_of_breakpoints,                        u2)                                    \
 390   nonstatic_field(MethodCounters,              _invocation_counter,                           InvocationCounter)                     \
 391   nonstatic_field(MethodCounters,              _backedge_counter,                             InvocationCounter)                     \
 392   nonstatic_field(Method,                      _constMethod,                                  ConstMethod*)                          \
 393   nonstatic_field(Method,                      _method_data,                                  MethodData*)                           \
 394   nonstatic_field(Method,                      _method_counters,                              MethodCounters*)                       \
 395   nonstatic_field(Method,                      _access_flags,                                 AccessFlags)                           \
 396   nonstatic_field(Method,                      _vtable_index,                                 int)                                   \
 397   nonstatic_field(Method,                      _intrinsic_id,                                 u2)                                    \
 398   nonstatic_field(Method,                      _flags,                                        u2)                                    \
 399   nonproduct_nonstatic_field(Method,           _compiled_invocation_count,                    int)                                   \
 400   volatile_nonstatic_field(Method,             _code,                                         nmethod*)                              \
 401   nonstatic_field(Method,                      _i2i_entry,                                    address)                               \
 402   nonstatic_field(Method,                      _adapter,                                      AdapterHandlerEntry*)                  \
 403   volatile_nonstatic_field(Method,             _from_compiled_entry,                          address)                               \
 404   volatile_nonstatic_field(Method,             _from_interpreted_entry,                       address)                               \
 405   volatile_nonstatic_field(ConstMethod,        _fingerprint,                                  uint64_t)                              \
 406   nonstatic_field(ConstMethod,                 _constants,                                    ConstantPool*)                         \
 407   nonstatic_field(ConstMethod,                 _stackmap_data,                                Array<u1>*)                            \
 408   nonstatic_field(ConstMethod,                 _constMethod_size,                             int)                                   \
 409   nonstatic_field(ConstMethod,                 _flags,                                        u2)                                    \
 410   nonstatic_field(ConstMethod,                 _code_size,                                    u2)                                    \
 411   nonstatic_field(ConstMethod,                 _name_index,                                   u2)                                    \
 412   nonstatic_field(ConstMethod,                 _signature_index,                              u2)                                    \
 413   nonstatic_field(ConstMethod,                 _method_idnum,                                 u2)                                    \
 414   nonstatic_field(ConstMethod,                 _max_stack,                                    u2)                                    \
 415   nonstatic_field(ConstMethod,                 _max_locals,                                   u2)                                    \
 416   nonstatic_field(ConstMethod,                 _size_of_parameters,                           u2)                                    \
 417   nonstatic_field(ObjArrayKlass,               _element_klass,                                Klass*)                                \
 418   nonstatic_field(ObjArrayKlass,               _bottom_klass,                                 Klass*)                                \
 419   volatile_nonstatic_field(Symbol,             _refcount,                                     short)                                 \
 420   nonstatic_field(Symbol,                      _identity_hash,                                short)                                 \
 421   nonstatic_field(Symbol,                      _length,                                       unsigned short)                        \
 422   unchecked_nonstatic_field(Symbol,            _body,                                         sizeof(jbyte)) /* NOTE: no type */     \




 382   nonstatic_field(MethodCounters,              _interpreter_invocation_limit,                 int)                                   \
 383   nonstatic_field(MethodCounters,              _interpreter_backward_branch_limit,            int)                                   \
 384   nonstatic_field(MethodCounters,              _interpreter_profile_limit,                    int)                                   \
 385   nonstatic_field(MethodCounters,              _invoke_mask,                                  int)                                   \
 386   nonstatic_field(MethodCounters,              _backedge_mask,                                int)                                   \
 387   nonstatic_field(MethodCounters,              _interpreter_invocation_count,                 int)                                   \
 388   nonstatic_field(MethodCounters,              _interpreter_throwout_count,                   u2)                                    \
 389   nonstatic_field(MethodCounters,              _number_of_breakpoints,                        u2)                                    \
 390   nonstatic_field(MethodCounters,              _invocation_counter,                           InvocationCounter)                     \
 391   nonstatic_field(MethodCounters,              _backedge_counter,                             InvocationCounter)                     \
 392   nonstatic_field(Method,                      _constMethod,                                  ConstMethod*)                          \
 393   nonstatic_field(Method,                      _method_data,                                  MethodData*)                           \
 394   nonstatic_field(Method,                      _method_counters,                              MethodCounters*)                       \
 395   nonstatic_field(Method,                      _access_flags,                                 AccessFlags)                           \
 396   nonstatic_field(Method,                      _vtable_index,                                 int)                                   \
 397   nonstatic_field(Method,                      _intrinsic_id,                                 u2)                                    \
 398   nonstatic_field(Method,                      _flags,                                        u2)                                    \
 399   nonproduct_nonstatic_field(Method,           _compiled_invocation_count,                    int)                                   \
 400   volatile_nonstatic_field(Method,             _code,                                         nmethod*)                              \
 401   nonstatic_field(Method,                      _i2i_entry,                                    address)                               \

 402   volatile_nonstatic_field(Method,             _from_compiled_entry,                          address)                               \
 403   volatile_nonstatic_field(Method,             _from_interpreted_entry,                       address)                               \
 404   volatile_nonstatic_field(ConstMethod,        _fingerprint,                                  uint64_t)                              \
 405   nonstatic_field(ConstMethod,                 _constants,                                    ConstantPool*)                         \
 406   nonstatic_field(ConstMethod,                 _stackmap_data,                                Array<u1>*)                            \
 407   nonstatic_field(ConstMethod,                 _constMethod_size,                             int)                                   \
 408   nonstatic_field(ConstMethod,                 _flags,                                        u2)                                    \
 409   nonstatic_field(ConstMethod,                 _code_size,                                    u2)                                    \
 410   nonstatic_field(ConstMethod,                 _name_index,                                   u2)                                    \
 411   nonstatic_field(ConstMethod,                 _signature_index,                              u2)                                    \
 412   nonstatic_field(ConstMethod,                 _method_idnum,                                 u2)                                    \
 413   nonstatic_field(ConstMethod,                 _max_stack,                                    u2)                                    \
 414   nonstatic_field(ConstMethod,                 _max_locals,                                   u2)                                    \
 415   nonstatic_field(ConstMethod,                 _size_of_parameters,                           u2)                                    \
 416   nonstatic_field(ObjArrayKlass,               _element_klass,                                Klass*)                                \
 417   nonstatic_field(ObjArrayKlass,               _bottom_klass,                                 Klass*)                                \
 418   volatile_nonstatic_field(Symbol,             _refcount,                                     short)                                 \
 419   nonstatic_field(Symbol,                      _identity_hash,                                short)                                 \
 420   nonstatic_field(Symbol,                      _length,                                       unsigned short)                        \
 421   unchecked_nonstatic_field(Symbol,            _body,                                         sizeof(jbyte)) /* NOTE: no type */     \


src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File