gcc/libjava/java
Bryce McKinlay b9b5672b49 Constructor.java (toString): Avoid extra whitespace on constructor with no modifiers.
2003-10-26  Bryce McKinlay  <bryce@mckinlay.net.nz>

	* java/lang/reflect/Constructor.java (toString): Avoid extra
	whitespace on constructor with no modifiers.
	* java/lang/reflect/natConstructor.java (newInstance): Look up
	caller and perform accessibility check only if constructor is
	non-public and accessible flag is not set.

2003-10-26  Bryce McKinlay  <bryce@mckinlay.net.nz>

	* jni.cc (_Jv_JNI_CallAnyMethodV, _Jv_JNI_CallAnyMethodA,
	_Jv_JNI_CallAnyVoidMethodV, _Jv_JNI_CallAnyVoidMethodA): Don't
	use _Jv_LookupDeclaredMethod(). Call _Jv_CallAnyMethodA with
	is_virtual_call argument.
	* include/jvm.h (_Jv_isVirtualMethod): Moved and renamed from
	natClass.cc.
	* java/lang/natClass.cc (_Jv_LayoutVTableMethods): Use
	_Jv_isVirtualMethod.
	* java/lang/reflect/natMethod.cc (invoke): Don't use
	_Jv_LookupDeclaredMethod.
	(_Jv_CallAnyMethodA): New is_virtual_call argument. If specified,
	look up method in target object's vtable.

From-SVN: r72942
2003-10-26 02:25:42 +00:00
..
applet
awt GtkDialogPeer.java (handleEvent): Remove method. 2003-10-24 19:40:30 +00:00
beans Reported by M.Negovanovic 2003-10-21 13:21:33 +00:00
io 2003-10-22 Michael Koch <konqueror@gmx.de> 2003-10-22 08:47:12 +00:00
lang Constructor.java (toString): Avoid extra whitespace on constructor with no modifiers. 2003-10-26 02:25:42 +00:00
math
net 2003-10-13 Michael Koch <konqueror@gmx.de> 2003-10-13 05:34:53 +00:00
nio ByteOrder.java, [...]: Add code to load library with code for native methods if needed. 2003-10-21 12:55:02 +00:00
rmi
security
sql
text 2003-10-20 Michael Koch <konqueror@gmx.de> 2003-10-20 20:14:05 +00:00
util Fix for bug #2944, reported by David Holmes <dholmes@dltech.com.au> 2003-10-21 13:25:46 +00:00