diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Thu Nov 04 12:16:58 2010 -0700
+++ b/src/share/vm/runtime/vmStructs.cpp	Fri Nov 05 12:18:30 2010 -0700
@@ -86,6 +86,7 @@
   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)                       \