src/share/vm/runtime/vmStructs.cpp

Print this page




 362   nonproduct_nonstatic_field(Method,    _compiled_invocation_count,                    int)                                   \
 363   volatile_nonstatic_field(Method,      _code,                                         nmethod*)                              \
 364   nonstatic_field(Method,               _i2i_entry,                                    address)                               \
 365   nonstatic_field(Method,               _adapter,                                      AdapterHandlerEntry*)                  \
 366   volatile_nonstatic_field(Method,      _from_compiled_entry,                          address)                               \
 367   volatile_nonstatic_field(Method,      _from_interpreted_entry,                       address)                               \
 368   volatile_nonstatic_field(ConstMethod, _fingerprint,                                  uint64_t)                              \
 369   nonstatic_field(ConstMethod,          _constants,                                    ConstantPool*)                         \
 370   nonstatic_field(ConstMethod,          _stackmap_data,                                Array<u1>*)                            \
 371   nonstatic_field(ConstMethod,          _constMethod_size,                             int)                                   \
 372   nonstatic_field(ConstMethod,          _flags,                                        u2)                                    \
 373   nonstatic_field(ConstMethod,          _code_size,                                    u2)                                    \
 374   nonstatic_field(ConstMethod,          _name_index,                                   u2)                                    \
 375   nonstatic_field(ConstMethod,          _signature_index,                              u2)                                    \
 376   nonstatic_field(ConstMethod,          _method_idnum,                                 u2)                                    \
 377   nonstatic_field(ConstMethod,          _max_stack,                                    u2)                                    \
 378   nonstatic_field(ConstMethod,          _max_locals,                                   u2)                                    \
 379   nonstatic_field(ConstMethod,          _size_of_parameters,                           u2)                                    \
 380   nonstatic_field(ObjArrayKlass,               _element_klass,                                Klass*)                                \
 381   nonstatic_field(ObjArrayKlass,               _bottom_klass,                                 Klass*)                                \
 382   volatile_nonstatic_field(Symbol,             _refcount,                                     int)                                   \
 383   nonstatic_field(Symbol,                      _identity_hash,                                int)                                   \
 384   nonstatic_field(Symbol,                      _length,                                       unsigned short)                        \
 385   unchecked_nonstatic_field(Symbol,            _body,                                         sizeof(jbyte)) /* NOTE: no type */     \
 386   nonstatic_field(TypeArrayKlass,              _max_length,                                   int)                                   \
 387                                                                                                                                      \
 388   /***********************/                                                                                                          \
 389   /* Constant Pool Cache */                                                                                                          \
 390   /***********************/                                                                                                          \
 391                                                                                                                                      \
 392   volatile_nonstatic_field(ConstantPoolCacheEntry,      _indices,                                      intx)                         \
 393   nonstatic_field(ConstantPoolCacheEntry,               _f1,                                           volatile Metadata*)           \
 394   volatile_nonstatic_field(ConstantPoolCacheEntry,      _f2,                                           intx)                         \
 395   volatile_nonstatic_field(ConstantPoolCacheEntry,      _flags,                                        intx)                         \
 396                                                                                                                                      \
 397   /********************************/                                                                                                 \
 398   /* MethodOop-related structures */                                                                                                 \
 399   /********************************/                                                                                                 \
 400                                                                                                                                      \
 401   nonstatic_field(CheckedExceptionElement,     class_cp_index,                                u2)                                    \
 402   nonstatic_field(LocalVariableTableElement,   start_bci,                                     u2)                                    \




 362   nonproduct_nonstatic_field(Method,    _compiled_invocation_count,                    int)                                   \
 363   volatile_nonstatic_field(Method,      _code,                                         nmethod*)                              \
 364   nonstatic_field(Method,               _i2i_entry,                                    address)                               \
 365   nonstatic_field(Method,               _adapter,                                      AdapterHandlerEntry*)                  \
 366   volatile_nonstatic_field(Method,      _from_compiled_entry,                          address)                               \
 367   volatile_nonstatic_field(Method,      _from_interpreted_entry,                       address)                               \
 368   volatile_nonstatic_field(ConstMethod, _fingerprint,                                  uint64_t)                              \
 369   nonstatic_field(ConstMethod,          _constants,                                    ConstantPool*)                         \
 370   nonstatic_field(ConstMethod,          _stackmap_data,                                Array<u1>*)                            \
 371   nonstatic_field(ConstMethod,          _constMethod_size,                             int)                                   \
 372   nonstatic_field(ConstMethod,          _flags,                                        u2)                                    \
 373   nonstatic_field(ConstMethod,          _code_size,                                    u2)                                    \
 374   nonstatic_field(ConstMethod,          _name_index,                                   u2)                                    \
 375   nonstatic_field(ConstMethod,          _signature_index,                              u2)                                    \
 376   nonstatic_field(ConstMethod,          _method_idnum,                                 u2)                                    \
 377   nonstatic_field(ConstMethod,          _max_stack,                                    u2)                                    \
 378   nonstatic_field(ConstMethod,          _max_locals,                                   u2)                                    \
 379   nonstatic_field(ConstMethod,          _size_of_parameters,                           u2)                                    \
 380   nonstatic_field(ObjArrayKlass,               _element_klass,                                Klass*)                                \
 381   nonstatic_field(ObjArrayKlass,               _bottom_klass,                                 Klass*)                                \
 382   volatile_nonstatic_field(Symbol,             _refcount,                                     short)                                 \
 383   nonstatic_field(Symbol,                      _identity_hash,                                int)                                   \
 384   nonstatic_field(Symbol,                      _length,                                       unsigned short)                        \
 385   unchecked_nonstatic_field(Symbol,            _body,                                         sizeof(jbyte)) /* NOTE: no type */     \
 386   nonstatic_field(TypeArrayKlass,              _max_length,                                   int)                                   \
 387                                                                                                                                      \
 388   /***********************/                                                                                                          \
 389   /* Constant Pool Cache */                                                                                                          \
 390   /***********************/                                                                                                          \
 391                                                                                                                                      \
 392   volatile_nonstatic_field(ConstantPoolCacheEntry,      _indices,                                      intx)                         \
 393   nonstatic_field(ConstantPoolCacheEntry,               _f1,                                           volatile Metadata*)           \
 394   volatile_nonstatic_field(ConstantPoolCacheEntry,      _f2,                                           intx)                         \
 395   volatile_nonstatic_field(ConstantPoolCacheEntry,      _flags,                                        intx)                         \
 396                                                                                                                                      \
 397   /********************************/                                                                                                 \
 398   /* MethodOop-related structures */                                                                                                 \
 399   /********************************/                                                                                                 \
 400                                                                                                                                      \
 401   nonstatic_field(CheckedExceptionElement,     class_cp_index,                                u2)                                    \
 402   nonstatic_field(LocalVariableTableElement,   start_bci,                                     u2)                                    \


TPATH=src/share/vm/runtime WDIR=/scratch/iklam/jdk/sym2b/webrev RTOP=../../../..