hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 46427 54713555867e
parent 46419 472de094cd15
child 46448 b5350a83520b
equal deleted inserted replaced
46426:02a1fc064144 46427:54713555867e
   236   nonstatic_field(ConstantPool,                _tags,                                         Array<u1>*)                            \
   236   nonstatic_field(ConstantPool,                _tags,                                         Array<u1>*)                            \
   237   nonstatic_field(ConstantPool,                _cache,                                        ConstantPoolCache*)                    \
   237   nonstatic_field(ConstantPool,                _cache,                                        ConstantPoolCache*)                    \
   238   nonstatic_field(ConstantPool,                _pool_holder,                                  InstanceKlass*)                        \
   238   nonstatic_field(ConstantPool,                _pool_holder,                                  InstanceKlass*)                        \
   239   nonstatic_field(ConstantPool,                _operands,                                     Array<u2>*)                            \
   239   nonstatic_field(ConstantPool,                _operands,                                     Array<u2>*)                            \
   240   nonstatic_field(ConstantPool,                _length,                                       int)                                   \
   240   nonstatic_field(ConstantPool,                _length,                                       int)                                   \
   241   nonstatic_field(ConstantPool,                _resolved_references,                          jobject)                               \
   241   nonstatic_field(ConstantPoolCache,           _resolved_references,                          jobject)                               \
   242   nonstatic_field(ConstantPool,                _reference_map,                                Array<u2>*)                            \
   242   nonstatic_field(ConstantPoolCache,           _reference_map,                                Array<u2>*)                            \
   243   nonstatic_field(ConstantPoolCache,           _length,                                       int)                                   \
   243   nonstatic_field(ConstantPoolCache,           _length,                                       int)                                   \
   244   nonstatic_field(ConstantPoolCache,           _constant_pool,                                ConstantPool*)                         \
   244   nonstatic_field(ConstantPoolCache,           _constant_pool,                                ConstantPool*)                         \
   245   volatile_nonstatic_field(InstanceKlass,      _array_klasses,                                Klass*)                                \
   245   volatile_nonstatic_field(InstanceKlass,      _array_klasses,                                Klass*)                                \
   246   nonstatic_field(InstanceKlass,               _methods,                                      Array<Method*>*)                       \
   246   nonstatic_field(InstanceKlass,               _methods,                                      Array<Method*>*)                       \
   247   nonstatic_field(InstanceKlass,               _default_methods,                              Array<Method*>*)                       \
   247   nonstatic_field(InstanceKlass,               _default_methods,                              Array<Method*>*)                       \