comparison src/share/vm/runtime/vmStructs.cpp @ 1917:f42a2f0c16bb

6996563: 6984311 changes forgot to update vmStructs.cpp for new field _operands Summary: Add missing line to vmStructs. Also fix bug with class dumper. Reviewed-by: twisti, kvn
author jrose
date Fri, 05 Nov 2010 12:18:30 -0700
parents 3b2dea75431e
children f95d63e2154a
comparison
equal deleted inserted replaced
1916:e62345fd6a46 1917: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) \