< prev index next >

src/share/vm/runtime/vmStructs.cpp

Print this page




 386   volatile_nonstatic_field(Method,      _code,                                         nmethod*)                              \
 387   nonstatic_field(Method,               _i2i_entry,                                    address)                               \
 388   nonstatic_field(Method,               _adapter,                                      AdapterHandlerEntry*)                  \
 389   volatile_nonstatic_field(Method,      _from_compiled_entry,                          address)                               \
 390   volatile_nonstatic_field(Method,      _from_interpreted_entry,                       address)                               \
 391   volatile_nonstatic_field(ConstMethod, _fingerprint,                                  uint64_t)                              \
 392   nonstatic_field(ConstMethod,          _constants,                                    ConstantPool*)                         \
 393   nonstatic_field(ConstMethod,          _stackmap_data,                                Array<u1>*)                            \
 394   nonstatic_field(ConstMethod,          _constMethod_size,                             int)                                   \
 395   nonstatic_field(ConstMethod,          _flags,                                        u2)                                    \
 396   nonstatic_field(ConstMethod,          _code_size,                                    u2)                                    \
 397   nonstatic_field(ConstMethod,          _name_index,                                   u2)                                    \
 398   nonstatic_field(ConstMethod,          _signature_index,                              u2)                                    \
 399   nonstatic_field(ConstMethod,          _method_idnum,                                 u2)                                    \
 400   nonstatic_field(ConstMethod,          _max_stack,                                    u2)                                    \
 401   nonstatic_field(ConstMethod,          _max_locals,                                   u2)                                    \
 402   nonstatic_field(ConstMethod,          _size_of_parameters,                           u2)                                    \
 403   nonstatic_field(ObjArrayKlass,               _element_klass,                                Klass*)                                \
 404   nonstatic_field(ObjArrayKlass,               _bottom_klass,                                 Klass*)                                \
 405   volatile_nonstatic_field(Symbol,             _refcount,                                     short)                                 \
 406   nonstatic_field(Symbol,                      _identity_hash,                                int)                                   \
 407   nonstatic_field(Symbol,                      _length,                                       unsigned short)                        \
 408   unchecked_nonstatic_field(Symbol,            _body,                                         sizeof(jbyte)) /* NOTE: no type */     \
 409   nonstatic_field(TypeArrayKlass,              _max_length,                                   int)                                   \
 410                                                                                                                                      \
 411   /***********************/                                                                                                          \
 412   /* Constant Pool Cache */                                                                                                          \
 413   /***********************/                                                                                                          \
 414                                                                                                                                      \
 415   volatile_nonstatic_field(ConstantPoolCacheEntry,      _indices,                                      intx)                         \
 416   nonstatic_field(ConstantPoolCacheEntry,               _f1,                                           volatile Metadata*)           \
 417   volatile_nonstatic_field(ConstantPoolCacheEntry,      _f2,                                           intx)                         \
 418   volatile_nonstatic_field(ConstantPoolCacheEntry,      _flags,                                        intx)                         \
 419                                                                                                                                      \
 420   /********************************/                                                                                                 \
 421   /* MethodOop-related structures */                                                                                                 \
 422   /********************************/                                                                                                 \
 423                                                                                                                                      \
 424   nonstatic_field(CheckedExceptionElement,     class_cp_index,                                u2)                                    \
 425   nonstatic_field(LocalVariableTableElement,   start_bci,                                     u2)                                    \
 426   nonstatic_field(LocalVariableTableElement,   length,                                        u2)                                    \




 386   volatile_nonstatic_field(Method,      _code,                                         nmethod*)                              \
 387   nonstatic_field(Method,               _i2i_entry,                                    address)                               \
 388   nonstatic_field(Method,               _adapter,                                      AdapterHandlerEntry*)                  \
 389   volatile_nonstatic_field(Method,      _from_compiled_entry,                          address)                               \
 390   volatile_nonstatic_field(Method,      _from_interpreted_entry,                       address)                               \
 391   volatile_nonstatic_field(ConstMethod, _fingerprint,                                  uint64_t)                              \
 392   nonstatic_field(ConstMethod,          _constants,                                    ConstantPool*)                         \
 393   nonstatic_field(ConstMethod,          _stackmap_data,                                Array<u1>*)                            \
 394   nonstatic_field(ConstMethod,          _constMethod_size,                             int)                                   \
 395   nonstatic_field(ConstMethod,          _flags,                                        u2)                                    \
 396   nonstatic_field(ConstMethod,          _code_size,                                    u2)                                    \
 397   nonstatic_field(ConstMethod,          _name_index,                                   u2)                                    \
 398   nonstatic_field(ConstMethod,          _signature_index,                              u2)                                    \
 399   nonstatic_field(ConstMethod,          _method_idnum,                                 u2)                                    \
 400   nonstatic_field(ConstMethod,          _max_stack,                                    u2)                                    \
 401   nonstatic_field(ConstMethod,          _max_locals,                                   u2)                                    \
 402   nonstatic_field(ConstMethod,          _size_of_parameters,                           u2)                                    \
 403   nonstatic_field(ObjArrayKlass,               _element_klass,                                Klass*)                                \
 404   nonstatic_field(ObjArrayKlass,               _bottom_klass,                                 Klass*)                                \
 405   volatile_nonstatic_field(Symbol,             _refcount,                                     short)                                 \
 406   nonstatic_field(Symbol,                      _identity_hash,                                short)                                 \
 407   nonstatic_field(Symbol,                      _length,                                       unsigned short)                        \
 408   unchecked_nonstatic_field(Symbol,            _body,                                         sizeof(jbyte)) /* NOTE: no type */     \
 409   nonstatic_field(TypeArrayKlass,              _max_length,                                   int)                                   \
 410                                                                                                                                      \
 411   /***********************/                                                                                                          \
 412   /* Constant Pool Cache */                                                                                                          \
 413   /***********************/                                                                                                          \
 414                                                                                                                                      \
 415   volatile_nonstatic_field(ConstantPoolCacheEntry,      _indices,                                      intx)                         \
 416   nonstatic_field(ConstantPoolCacheEntry,               _f1,                                           volatile Metadata*)           \
 417   volatile_nonstatic_field(ConstantPoolCacheEntry,      _f2,                                           intx)                         \
 418   volatile_nonstatic_field(ConstantPoolCacheEntry,      _flags,                                        intx)                         \
 419                                                                                                                                      \
 420   /********************************/                                                                                                 \
 421   /* MethodOop-related structures */                                                                                                 \
 422   /********************************/                                                                                                 \
 423                                                                                                                                      \
 424   nonstatic_field(CheckedExceptionElement,     class_cp_index,                                u2)                                    \
 425   nonstatic_field(LocalVariableTableElement,   start_bci,                                     u2)                                    \
 426   nonstatic_field(LocalVariableTableElement,   length,                                        u2)                                    \


< prev index next >