hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 14391 df0a1573d5bd
parent 14294 130e947dfbe6
child 14477 95e66ea71f71
equal deleted inserted replaced
14390:bd0d881cf1c5 14391:df0a1573d5bd
   287   nonstatic_field(ArrayKlass,                  _component_mirror,                             oop)                                   \
   287   nonstatic_field(ArrayKlass,                  _component_mirror,                             oop)                                   \
   288   nonstatic_field(CompiledICHolder,     _holder_method,                                Method*)                        \
   288   nonstatic_field(CompiledICHolder,     _holder_method,                                Method*)                        \
   289   nonstatic_field(CompiledICHolder,     _holder_klass,                                 Klass*)                                \
   289   nonstatic_field(CompiledICHolder,     _holder_klass,                                 Klass*)                                \
   290   nonstatic_field(ConstantPool,         _tags,                                         Array<u1>*)                            \
   290   nonstatic_field(ConstantPool,         _tags,                                         Array<u1>*)                            \
   291   nonstatic_field(ConstantPool,         _cache,                                        ConstantPoolCache*)             \
   291   nonstatic_field(ConstantPool,         _cache,                                        ConstantPoolCache*)             \
   292   nonstatic_field(ConstantPool,         _pool_holder,                                  Klass*)                                \
   292   nonstatic_field(ConstantPool,         _pool_holder,                                  InstanceKlass*)                        \
   293   nonstatic_field(ConstantPool,         _operands,                                     Array<u2>*)                            \
   293   nonstatic_field(ConstantPool,         _operands,                                     Array<u2>*)                            \
   294   nonstatic_field(ConstantPool,         _length,                                       int)                                   \
   294   nonstatic_field(ConstantPool,         _length,                                       int)                                   \
   295   nonstatic_field(ConstantPool,         _resolved_references,                          jobject)                               \
   295   nonstatic_field(ConstantPool,         _resolved_references,                          jobject)                               \
   296   nonstatic_field(ConstantPool,         _reference_map,                                Array<u2>*)                            \
   296   nonstatic_field(ConstantPool,         _reference_map,                                Array<u2>*)                            \
   297   nonstatic_field(ConstantPoolCache,    _length,                                       int)                                   \
   297   nonstatic_field(ConstantPoolCache,    _length,                                       int)                                   \