gcc/libjava/java/lang/reflect
Tom Tromey 83c64db681 jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.
* jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.
	* java/lang/reflect/natField.cc (getType): Use _Jv_ResolveField
	unconditionally.
	* include/jvm.h (_Jv_ResolveField): Declare.
	* include/java-interp.h (_Jv_ResolveField): Don't declare.
	* resolve.cc (_Jv_ResolveField): No longer conditional on
	INTERPRETER.

From-SVN: r40785
2001-03-23 19:15:44 +00:00
..
AccessibleObject.java AccessibleObject.java (isAccessible, [...]): Now public. 2000-11-18 02:30:29 +00:00
Array.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Constructor.java Method.java (getExceptionTypes): Call getType() to initialize if exception_types is null. 2001-03-22 06:37:16 +00:00
Field.java Field.java (toString): Don't rely on Class.toString. 2000-09-11 22:49:29 +00:00
InvocationTargetException.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
Member.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Method.java Method.java (getExceptionTypes): Call getType() to initialize if exception_types is null. 2001-03-22 06:37:16 +00:00
Modifier.java mauve-libgcj: Activated serialization tests. 2000-07-27 23:57:07 +00:00
natArray.cc In gcc/java: 2001-01-08 23:28:56 +00:00
natConstructor.cc Method.java (getExceptionTypes): Call getType() to initialize if exception_types is null. 2001-03-22 06:37:16 +00:00
natField.cc jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields. 2001-03-23 19:15:44 +00:00
natMethod.cc In gcc/java: 2001-01-08 23:28:56 +00:00
ReflectPermission.java DataInputStream.java: update copyright notice 2001-02-17 13:59:13 +00:00