summaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-02 19:05:57 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-02 19:05:57 +0000
commit58a868e4ddd9ed63e39b3559ca3cadbc061dee9d (patch)
treefa7dbba8055bf92572480812956e3f27f2774e19 /libjava/ChangeLog
parentceb6f07a6d552bbebec0951a039a0d59a6124354 (diff)
downloadgcc-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/ChangeLog')
-rw-r--r--libjava/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 96cdf2dcbda..bddc9986302 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,6 +1,21 @@
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.
+
+2007-03-02 Andrew Haley <aph@redhat.com>
+
+ * sun/reflect/annotation/AnnotationInvocationHandler.java:
Whitespace only changes.
2007-03-02 Andrew Haley <aph@redhat.com>