7089709: type "jushort" not found

Mon, 12 Sep 2011 13:51:40 -0700

author
never
date
Mon, 12 Sep 2011 13:51:40 -0700
changeset 3139
ab577c97a5f3
parent 3138
f6f3bb0ee072
child 3140
2209834ccb59

7089709: type "jushort" not found
Reviewed-by: kvn, twisti

src/share/vm/runtime/vmStructs.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/vmStructs.cpp	Sun Sep 11 14:48:24 2011 -0700
     1.2 +++ b/src/share/vm/runtime/vmStructs.cpp	Mon Sep 12 13:51:40 2011 -0700
     1.3 @@ -1341,6 +1341,7 @@
     1.4    declare_unsigned_integer_type(unsigned int)                             \
     1.5    declare_unsigned_integer_type(uint)                                     \
     1.6    declare_unsigned_integer_type(unsigned short)                           \
     1.7 +  declare_unsigned_integer_type(jushort)                                  \
     1.8    declare_unsigned_integer_type(unsigned long)                            \
     1.9    /* The compiler thinks this is a different type than */                 \
    1.10    /* unsigned short on Win32 */                                           \
    1.11 @@ -3216,7 +3217,7 @@
    1.12    if (!isRecurse) {
    1.13      tty->print_cr("type \"%s\" not found", typeName);
    1.14    }
    1.15 -  return 2;
    1.16 +  return 0;
    1.17  }
    1.18  
    1.19  

mercurial