field.h (struct _Jv_Field): Use "jshort" as type for nameIndex.
authorTom Tromey <tromey@gcc.gnu.org>
Wed, 26 Jan 2000 00:55:50 +0000 (00:55 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 26 Jan 2000 00:55:50 +0000 (00:55 +0000)
commit0507a9b19f826d5f1000485b05623b51aa36af69
tree6c3038a38358879f55bd5b4e821d7309ad027cca
parent7554ad67e55b60098b0c2491e5966c0cff5d3d5f
field.h (struct _Jv_Field): Use "jshort" as type for nameIndex.

* gcj/field.h (struct _Jv_Field): Use "jshort" as type for
nameIndex.  Use "jint" as type for boffset.
* java/lang/Class.h (struct _Jv_Method): Made accflags a
_Jv_ushort.
(Class): Likewise.  Also changed type of method_count,
vtable_method_count, size_in_bytes, field_count,
static_field_count, interface_count.
* gcj/array.h (__JArray): Made `length' a const jsize, not an
int.

From-SVN: r31621
libjava/gcj/array.h
libjava/gcj/field.h
libjava/java/lang/Class.h