src/share/vm/runtime/vmStructs.cpp

changeset 2272
f42a2f0c16bb
parent 2268
3b2dea75431e
child 2314
f95d63e2154a
equal deleted inserted replaced
2271:e62345fd6a46 2272:f42a2f0c16bb
84 nonstatic_field(compiledICHolderOopDesc, _holder_method, methodOop) \ 84 nonstatic_field(compiledICHolderOopDesc, _holder_method, methodOop) \
85 nonstatic_field(compiledICHolderOopDesc, _holder_klass, klassOop) \ 85 nonstatic_field(compiledICHolderOopDesc, _holder_klass, klassOop) \
86 nonstatic_field(constantPoolOopDesc, _tags, typeArrayOop) \ 86 nonstatic_field(constantPoolOopDesc, _tags, typeArrayOop) \
87 nonstatic_field(constantPoolOopDesc, _cache, constantPoolCacheOop) \ 87 nonstatic_field(constantPoolOopDesc, _cache, constantPoolCacheOop) \
88 nonstatic_field(constantPoolOopDesc, _pool_holder, klassOop) \ 88 nonstatic_field(constantPoolOopDesc, _pool_holder, klassOop) \
89 nonstatic_field(constantPoolOopDesc, _operands, typeArrayOop) \
89 nonstatic_field(constantPoolOopDesc, _length, int) \ 90 nonstatic_field(constantPoolOopDesc, _length, int) \
90 nonstatic_field(constantPoolCacheOopDesc, _length, int) \ 91 nonstatic_field(constantPoolCacheOopDesc, _length, int) \
91 nonstatic_field(constantPoolCacheOopDesc, _constant_pool, constantPoolOop) \ 92 nonstatic_field(constantPoolCacheOopDesc, _constant_pool, constantPoolOop) \
92 nonstatic_field(instanceKlass, _array_klasses, klassOop) \ 93 nonstatic_field(instanceKlass, _array_klasses, klassOop) \
93 nonstatic_field(instanceKlass, _methods, objArrayOop) \ 94 nonstatic_field(instanceKlass, _methods, objArrayOop) \

mercurial