diff src/share/vm/runtime/vmStructs.cpp @ 689:f30ba3b36599

6822407: heapOopSize lookup is incorrect in Serviceability Agent. Summary: heapOopSize symbol should be declared as constant in vmStructs and should not be looked up in readVMIntConstants(). Reviewed-by: never, swamyv, coleenp
author poonam
date Fri, 27 Mar 2009 10:29:54 -0700
parents 660978a2a31a
children 23276f80d930
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Fri Mar 27 01:35:39 2009 -0500
+++ b/src/share/vm/runtime/vmStructs.cpp	Fri Mar 27 10:29:54 2009 -0700
@@ -1320,6 +1320,7 @@
   /****************/                                                      \
                                                                           \
   declare_constant(oopSize)                                               \
+  declare_constant(heapOopSize)                                           \
   declare_constant(LogBytesPerWord)                                       \
   declare_constant(BytesPerLong)                                          \
                                                                           \