mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
6996563: 6984311 changes forgot to update vmStructs.cpp for new field _operands
Add missing line to vmStructs. Also fix bug with class dumper. Reviewed-by: twisti, kvn
This commit is contained in:
parent
b64a0fd5a4
commit
4b08c56f72
2 changed files with 7 additions and 6 deletions
|
@ -86,6 +86,7 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
nonstatic_field(constantPoolOopDesc, _tags, typeArrayOop) \
|
||||
nonstatic_field(constantPoolOopDesc, _cache, constantPoolCacheOop) \
|
||||
nonstatic_field(constantPoolOopDesc, _pool_holder, klassOop) \
|
||||
nonstatic_field(constantPoolOopDesc, _operands, typeArrayOop) \
|
||||
nonstatic_field(constantPoolOopDesc, _length, int) \
|
||||
nonstatic_field(constantPoolCacheOopDesc, _length, int) \
|
||||
nonstatic_field(constantPoolCacheOopDesc, _constant_pool, constantPoolOop) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue