From 0618281a42577cb71aee6013a60654e17564a410 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Fri, 2 Mar 2007 19:05:57 +0000 Subject: AnnotationInvocationHandler.java: Generify in a few places. 2007-03-02 Andrew Haley * 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 --- .../annotation/AnnotationInvocationHandler.class | Bin 7471 -> 8487 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'libjava/classpath/lib') diff --git a/libjava/classpath/lib/sun/reflect/annotation/AnnotationInvocationHandler.class b/libjava/classpath/lib/sun/reflect/annotation/AnnotationInvocationHandler.class index e70c2bb..2e30363 100644 Binary files a/libjava/classpath/lib/sun/reflect/annotation/AnnotationInvocationHandler.class and b/libjava/classpath/lib/sun/reflect/annotation/AnnotationInvocationHandler.class differ -- cgit v1.1