* gcj/field.h (struct _Jv_Field): Use "jshort" as type for
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jan 2000 00:55:50 +0000 (00:55 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jan 2000 00:55:50 +0000 (00:55 +0000)
commit5b531d6bcb6f441a52d7f7ec75ea61dfd4fbd835
tree6c3038a38358879f55bd5b4e821d7309ad027cca
parent655ee98ed1239f4c9fb067ae0b52ed1691451597
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31621 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/gcj/array.h
libjava/gcj/field.h
libjava/java/lang/Class.h