hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 46460 d25a320cd821
parent 46448 b5350a83520b
child 46488 01c282163d38
equal deleted inserted replaced
46459:7d4e637d3f21 46460:d25a320cd821
   235   nonstatic_field(CompiledICHolder,            _holder_klass,                                 Klass*)                                \
   235   nonstatic_field(CompiledICHolder,            _holder_klass,                                 Klass*)                                \
   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,                _resolved_klasses,                             Array<Klass*>*)                        \
   240   nonstatic_field(ConstantPool,                _length,                                       int)                                   \
   241   nonstatic_field(ConstantPool,                _length,                                       int)                                   \
   241   nonstatic_field(ConstantPoolCache,           _resolved_references,                          jobject)                               \
   242   nonstatic_field(ConstantPoolCache,           _resolved_references,                          jobject)                               \
   242   nonstatic_field(ConstantPoolCache,           _reference_map,                                Array<u2>*)                            \
   243   nonstatic_field(ConstantPoolCache,           _reference_map,                                Array<u2>*)                            \
   243   nonstatic_field(ConstantPoolCache,           _length,                                       int)                                   \
   244   nonstatic_field(ConstantPoolCache,           _length,                                       int)                                   \
   244   nonstatic_field(ConstantPoolCache,           _constant_pool,                                ConstantPool*)                         \
   245   nonstatic_field(ConstantPoolCache,           _constant_pool,                                ConstantPool*)                         \