gcc/libjava/java
Bryce McKinlay a286e145de Class.h (_Jv_IDispatchTable): Make it a struct.
2006-02-09  Bryce McKinlay  <mckinlay@redhat.com>

	* java/lang/Class.h (_Jv_IDispatchTable): Make it a struct. Put 
	'itable' inline, instead of as a pointer.
	(java::lang::Class): Put 'idt' in anonymous union with 'ioffsets'.
	* link.cc (null_idt): Update definition.
	(_Jv_Linker::prepare_constant_time_tables): Allocate klass->idt
	as a single struct. Use _Jv_AllocBytes, not _Jv_AllocRawObj.
	(_Jv_Linker::generate_itable): Update to use 'ioffsets'.
	(_Jv_Linker::find_iindex): Likewise. Update comment.
	* java/lang/natClass.cc	(_Jv_LookupInterfaceMethodIdx): Update for
	_Jv_IDispatchTable change.
	(_Jv_IsAssignableFrom): Likewise.

From-SVN: r110818
2006-02-09 23:59:30 +00:00
..
io natThread.cc (finish_): Don't clear 'group'. 2006-01-06 01:03:45 +00:00
lang Class.h (_Jv_IDispatchTable): Make it a struct. 2006-02-09 23:59:30 +00:00
net re PR libgcj/25187 (dereferencing type-punned pointer warnings while building libgcj) 2006-02-09 01:35:33 +00:00
nio Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
security Imported GNU Classpath 0.20 2006-01-17 18:09:40 +00:00
text [multiple changes] 2005-11-17 14:03:22 +00:00
util ZipEntry.java: Removed, fully merged now. 2005-11-16 22:39:13 +00:00