aboutsummaryrefslogtreecommitdiff
path: root/libjava/sources.am
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2007-03-02 19:05:57 +0000
committerAndrew Haley <aph@gcc.gnu.org>2007-03-02 19:05:57 +0000
commit0618281a42577cb71aee6013a60654e17564a410 (patch)
treefa7dbba8055bf92572480812956e3f27f2774e19 /libjava/sources.am
parentdebac9f40daa8a953f770a0303e09f6d54d02c51 (diff)
downloadgcc-0618281a42577cb71aee6013a60654e17564a410.zip
gcc-0618281a42577cb71aee6013a60654e17564a410.tar.gz
gcc-0618281a42577cb71aee6013a60654e17564a410.tar.bz2
AnnotationInvocationHandler.java: Generify in a few places.
2007-03-02 Andrew Haley <aph@redhat.com> * sun/reflect/annotation/AnnotationInvocationHandler.java: Generify in a few places. (equals): Rewrite to use invoke on local proxy. (deepToString): Remove most of it. (toString): Make nonstatic. (arrayClone): Delete. (coerce): New method. (invoke): Rewrite to handle gcj's structures correctly. * java/lang/natClass.cc (getDeclaredAnnotations): Fix test for null loader. * sources.am: Regenerate. * Makefile.am: Likewise. From-SVN: r122483
Diffstat (limited to 'libjava/sources.am')
-rw-r--r--libjava/sources.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/sources.am b/libjava/sources.am
index 77e7796..e9adc21 100644
--- a/libjava/sources.am
+++ b/libjava/sources.am
@@ -8373,7 +8373,7 @@ sun/reflect.list: $(sun_reflect_source_files)
sun_reflect_annotation_source_files = \
-classpath/sun/reflect/annotation/AnnotationInvocationHandler.java \
+sun/reflect/annotation/AnnotationInvocationHandler.java \
classpath/sun/reflect/annotation/AnnotationParser.java \
classpath/sun/reflect/annotation/AnnotationType.java \
classpath/sun/reflect/annotation/EnumConstantNotPresentExceptionProxy.java \