# HG changeset patch # User never # Date 1315860700 25200 # Node ID ab577c97a5f313486facc7f81efb81f4c7070529 # Parent f6f3bb0ee072ee88f08eff2df7ca135b26948fb5 7089709: type "jushort" not found Reviewed-by: kvn, twisti diff -r f6f3bb0ee072 -r ab577c97a5f3 src/share/vm/runtime/vmStructs.cpp --- a/src/share/vm/runtime/vmStructs.cpp Sun Sep 11 14:48:24 2011 -0700 +++ b/src/share/vm/runtime/vmStructs.cpp Mon Sep 12 13:51:40 2011 -0700 @@ -1341,6 +1341,7 @@ 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 */ \ @@ -3216,7 +3217,7 @@ if (!isRecurse) { tty->print_cr("type \"%s\" not found", typeName); } - return 2; + return 0; }