comparison src/share/vm/runtime/vmStructs.cpp @ 692:23276f80d930

6825642: nsk sajdi tests fail with NullPointerException Reviewed-by: xlu, coleenp, kamg, swamyv
author acorn
date Thu, 02 Apr 2009 14:26:42 -0400
parents f30ba3b36599
children b9fba36710f2
comparison
equal deleted inserted replaced
691:956304450e80 692:23276f80d930
1318 /****************/ \ 1318 /****************/ \
1319 /* Object sizes */ \ 1319 /* Object sizes */ \
1320 /****************/ \ 1320 /****************/ \
1321 \ 1321 \
1322 declare_constant(oopSize) \ 1322 declare_constant(oopSize) \
1323 declare_constant(heapOopSize) \
1324 declare_constant(LogBytesPerWord) \ 1323 declare_constant(LogBytesPerWord) \
1325 declare_constant(BytesPerLong) \ 1324 declare_constant(BytesPerLong) \
1326 \ 1325 \
1327 /********************/ \ 1326 /********************/ \
1328 /* Object alignment */ \ 1327 /* Object alignment */ \