hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 31046 d01ad7a0ecb0
parent 31041 7d59fa6a48f1
child 31129 02ee7609f0e1
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri May 29 12:49:31 2015 +0200
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri May 29 17:04:21 2015 +0300
@@ -288,6 +288,7 @@
   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*)                         \