comparison src/share/vm/runtime/vmStructs.cpp @ 152:c70a245cad3a

6670684: 4/5 SA command universe did not print out CMS space information Summary: Forward port of Yumin's fix for 6670684 from HSX-11; Yumin verified the port was correct. Reviewed-by: dcubed
author dcubed
date Fri, 09 May 2008 08:55:13 -0700
parents a61af66fc99e
children 5bba3366a9a2
comparison
equal deleted inserted replaced
83:d3cd40645d0d 152:c70a245cad3a
891 /* in order to do platform-independent address -> integer coercion */ \ 891 /* in order to do platform-independent address -> integer coercion */ \
892 /* (note: these will be looked up by name) */ \ 892 /* (note: these will be looked up by name) */ \
893 /*******************************************************************/ \ 893 /*******************************************************************/ \
894 \ 894 \
895 declare_unsigned_integer_type(size_t) \ 895 declare_unsigned_integer_type(size_t) \
896 declare_integer_type(ssize_t) \
896 declare_unsigned_integer_type(const size_t) \ 897 declare_unsigned_integer_type(const size_t) \
897 declare_integer_type(intx) \ 898 declare_integer_type(intx) \
898 declare_integer_type(intptr_t) \ 899 declare_integer_type(intptr_t) \
899 declare_unsigned_integer_type(uintx) \ 900 declare_unsigned_integer_type(uintx) \
900 declare_unsigned_integer_type(uintptr_t) \ 901 declare_unsigned_integer_type(uintptr_t) \