comparison 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
comparison
equal deleted inserted replaced
659:520d43965b1f 689:f30ba3b36599
1318 /****************/ \ 1318 /****************/ \
1319 /* Object sizes */ \ 1319 /* Object sizes */ \
1320 /****************/ \ 1320 /****************/ \
1321 \ 1321 \
1322 declare_constant(oopSize) \ 1322 declare_constant(oopSize) \
1323 declare_constant(heapOopSize) \
1323 declare_constant(LogBytesPerWord) \ 1324 declare_constant(LogBytesPerWord) \
1324 declare_constant(BytesPerLong) \ 1325 declare_constant(BytesPerLong) \
1325 \ 1326 \
1326 /********************/ \ 1327 /********************/ \
1327 /* Object alignment */ \ 1328 /* Object alignment */ \