diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-02 19:05:57 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-02 19:05:57 +0000 |
commit | 58a868e4ddd9ed63e39b3559ca3cadbc061dee9d (patch) | |
tree | fa7dbba8055bf92572480812956e3f27f2774e19 /libjava/sources.am | |
parent | ceb6f07a6d552bbebec0951a039a0d59a6124354 (diff) | |
download | gcc-58a868e4ddd9ed63e39b3559ca3cadbc061dee9d.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122483 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/sources.am')
-rw-r--r-- | libjava/sources.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/sources.am b/libjava/sources.am index 77e7796ff33..e9adc2178f7 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 \ |