This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r122486 - in /branches/redhat/gcc-4_1-branch/li...


Author: aph
Date: Fri Mar  2 19:36:30 2007
New Revision: 122486

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122486
Log:
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.


Added:
    branches/redhat/gcc-4_1-branch/libjava/sun/reflect/annotation/AnnotationInvocationHandler.java
      - copied unchanged from r122483, trunk/libjava/sun/reflect/annotation/AnnotationInvocationHandler.java
Modified:
    branches/redhat/gcc-4_1-branch/libjava/ChangeLog
    branches/redhat/gcc-4_1-branch/libjava/Makefile.in
    branches/redhat/gcc-4_1-branch/libjava/java/lang/natClass.cc
    branches/redhat/gcc-4_1-branch/libjava/sources.am


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]