src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089709 Cdiff src/share/vm/runtime/vmStructs.cpp

src/share/vm/runtime/vmStructs.cpp

Print this page

        

*** 1339,1348 **** --- 1339,1349 ---- declare_unsigned_integer_type(unsigned char) \ declare_unsigned_integer_type(u_char) \ declare_unsigned_integer_type(unsigned int) \ declare_unsigned_integer_type(uint) \ declare_unsigned_integer_type(unsigned short) \ + declare_unsigned_integer_type(jushort) \ declare_unsigned_integer_type(unsigned long) \ /* The compiler thinks this is a different type than */ \ /* unsigned short on Win32 */ \ declare_unsigned_integer_type(u2) \ declare_unsigned_integer_type(unsigned) \
*** 3214,3224 **** } } if (!isRecurse) { tty->print_cr("type \"%s\" not found", typeName); } ! return 2; } int VMStructs::findType(const char* typeName) { --- 3215,3225 ---- } } if (!isRecurse) { tty->print_cr("type \"%s\" not found", typeName); } ! return 0; } int VMStructs::findType(const char* typeName) {
src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File