gcc/libjava/java/lang/reflect
Tom Tromey 8b6e769053 jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.
* jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.
	* java/lang/reflect/natMethod.cc (_Jv_GetTypesFromSignature):
	Rewrote to use _Jv_FindClassFromSignature.
	* verify.cc (resolve): throw NoClassDefFoundError.
	* link.cc (resolve_field): Throw NoClassDefFoundError.
	(find_field): Likewise.
	* prims.cc (_Jv_FindClassFromSignature): Removed recursion.
	Handle error cases.  Added 'endp' argument.
	* include/jvm.h (_Jv_FindClassFromSignature): Updated prototype.

From-SVN: r97660
2005-04-05 22:26:26 +00:00
..
AccessibleObject.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Array.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Constructor.java Constructor.java (toString): Avoid extra whitespace on constructor with no modifiers. 2003-10-26 02:25:42 +00:00
Field.java [multiple changes] 2005-02-22 03:13:35 +00:00
InvocationHandler.java Byte.java, [...]: Fixed javadocs, coding style and argument names all over. 2004-04-20 12:30:19 +00:00
InvocationTargetException.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Member.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
Method.java Method.java (toString): Avoid extra whitespace on method with no modifiers. 2003-10-25 07:55:21 +01:00
Modifier.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
natArray.cc New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
natConstructor.cc New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
natField.cc New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
natMethod.cc jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException. 2005-04-05 22:26:26 +00:00
natProxy.cc
Proxy.java Proxy.java, [...]: Don't catch java.lang.ThreadDeath. 2005-02-22 21:11:29 +00:00
ReflectPermission.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
UndeclaredThrowableException.java GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00