8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump

Reviewed-by: sspitsyn, coleenp
This commit is contained in:
Vladimir Ivanov 2015-05-29 17:04:21 +03:00
parent 59f2a0f85f
commit aae5102c06
17 changed files with 77 additions and 101 deletions

View file

@ -288,6 +288,7 @@ typedef CompactHashtable<Symbol*, char> SymbolCompactHashTable;
nonstatic_field(ConstantPool, _pool_holder, InstanceKlass*) \
nonstatic_field(ConstantPool, _operands, Array<u2>*) \
nonstatic_field(ConstantPool, _length, int) \
nonstatic_field(ConstantPool, _resolved_references, jobject) \
nonstatic_field(ConstantPool, _reference_map, Array<u2>*) \
nonstatic_field(ConstantPoolCache, _length, int) \
nonstatic_field(ConstantPoolCache, _constant_pool, ConstantPool*) \