AnnotationInvocationHandler.java: Generify in a few places.
authorAndrew Haley <aph@gcc.gnu.org>
Fri, 2 Mar 2007 19:34:18 +0000 (19:34 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 2 Mar 2007 19:34:18 +0000 (19:34 +0000)
commit386e9d408b56891b27b419e89f67320ff36f71aa
tree562b74cc5c552b0b0ed296d931348bea16eafd22
parent6e7e772dceb2f238c2645ad4c695787fd69d381d
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: r122485
libjava/java/lang/natClass.cc