src/share/vm/classfile/vmSymbols.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/classfile/vmSymbols.hpp

src/share/vm/classfile/vmSymbols.hpp

Print this page
rev 7046 : 8059340: ConstantPool::_resolved_references is missing in heap dump
Reviewed-by: ?

*** 241,250 **** --- 241,251 ---- template(parameterTypes_name, "parameterTypes") \ template(returnType_name, "returnType") \ template(signature_name, "signature") \ template(slot_name, "slot") \ template(selectAlternative_name, "selectAlternative") \ + template(resolved_references_name, "resolved_references") \ \ /* Support for annotations (JDK 1.5 and above) */ \ \ template(annotations_name, "annotations") \ template(index_name, "index") \
src/share/vm/classfile/vmSymbols.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File