src/share/vm/runtime/vmStructs.cpp

changeset 591
5bba3366a9a2
parent 582
83c868b757c0
parent 587
c70a245cad3a
child 623
c0ecab83e6f3
equal deleted inserted replaced
590:723be81c1212 591:5bba3366a9a2
892 /* in order to do platform-independent address -> integer coercion */ \ 892 /* in order to do platform-independent address -> integer coercion */ \
893 /* (note: these will be looked up by name) */ \ 893 /* (note: these will be looked up by name) */ \
894 /*******************************************************************/ \ 894 /*******************************************************************/ \
895 \ 895 \
896 declare_unsigned_integer_type(size_t) \ 896 declare_unsigned_integer_type(size_t) \
897 declare_integer_type(ssize_t) \
897 declare_unsigned_integer_type(const size_t) \ 898 declare_unsigned_integer_type(const size_t) \
898 declare_integer_type(intx) \ 899 declare_integer_type(intx) \
899 declare_integer_type(intptr_t) \ 900 declare_integer_type(intptr_t) \
900 declare_unsigned_integer_type(uintx) \ 901 declare_unsigned_integer_type(uintx) \
901 declare_unsigned_integer_type(uintptr_t) \ 902 declare_unsigned_integer_type(uintptr_t) \

mercurial