--- old/src/share/vm/runtime/vmStructs.cpp 2017-04-16 02:30:41.809447559 -0700 +++ new/src/share/vm/runtime/vmStructs.cpp 2017-04-16 02:30:41.621440497 -0700 @@ -237,8 +237,8 @@ nonstatic_field(ConstantPool, _pool_holder, InstanceKlass*) \ nonstatic_field(ConstantPool, _operands, Array*) \ nonstatic_field(ConstantPool, _length, int) \ - nonstatic_field(ConstantPool, _resolved_references, jobject) \ - nonstatic_field(ConstantPool, _reference_map, Array*) \ + nonstatic_field(ConstantPoolCache, _resolved_references, jobject) \ + nonstatic_field(ConstantPoolCache, _reference_map, Array*) \ nonstatic_field(ConstantPoolCache, _length, int) \ nonstatic_field(ConstantPoolCache, _constant_pool, ConstantPool*) \ volatile_nonstatic_field(InstanceKlass, _array_klasses, Klass*) \