comparison src/share/vm/runtime/vmStructs.cpp @ 3940:ab577c97a5f3

7089709: type "jushort" not found Reviewed-by: kvn, twisti
author never
date Mon, 12 Sep 2011 13:51:40 -0700
parents f6f3bb0ee072
children f08d439fab8c 4f93f0d00802
comparison
equal deleted inserted replaced
3939:f6f3bb0ee072 3940:ab577c97a5f3
1339 declare_unsigned_integer_type(unsigned char) \ 1339 declare_unsigned_integer_type(unsigned char) \
1340 declare_unsigned_integer_type(u_char) \ 1340 declare_unsigned_integer_type(u_char) \
1341 declare_unsigned_integer_type(unsigned int) \ 1341 declare_unsigned_integer_type(unsigned int) \
1342 declare_unsigned_integer_type(uint) \ 1342 declare_unsigned_integer_type(uint) \
1343 declare_unsigned_integer_type(unsigned short) \ 1343 declare_unsigned_integer_type(unsigned short) \
1344 declare_unsigned_integer_type(jushort) \
1344 declare_unsigned_integer_type(unsigned long) \ 1345 declare_unsigned_integer_type(unsigned long) \
1345 /* The compiler thinks this is a different type than */ \ 1346 /* The compiler thinks this is a different type than */ \
1346 /* unsigned short on Win32 */ \ 1347 /* unsigned short on Win32 */ \
1347 declare_unsigned_integer_type(u2) \ 1348 declare_unsigned_integer_type(u2) \
1348 declare_unsigned_integer_type(unsigned) \ 1349 declare_unsigned_integer_type(unsigned) \
3214 } 3215 }
3215 } 3216 }
3216 if (!isRecurse) { 3217 if (!isRecurse) {
3217 tty->print_cr("type \"%s\" not found", typeName); 3218 tty->print_cr("type \"%s\" not found", typeName);
3218 } 3219 }
3219 return 2; 3220 return 0;
3220 } 3221 }
3221 3222
3222 3223
3223 int 3224 int
3224 VMStructs::findType(const char* typeName) { 3225 VMStructs::findType(const char* typeName) {