OSDN Git Service

2005-12-08 Andrew Haley <aph@redhat.com>
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index ddecdcd..57f1d4d 100644 (file)
@@ -1,3 +1,30 @@
+2005-12-08  Andrew Haley  <aph@redhat.com>
+
+       * java/lang/Object.h (throwNoSuchMethodError): New method.
+       * java/lang/Object.java (throwNoSuchMethodError): New method.
+       * include/jvm.h (_Jv_ThrowNoSuchFieldError): Declare.
+       * link.cc (_Jv_ThrowNoSuchFieldError): New.
+       (link_symbol_table): Don't throw a NoSuchFieldError if a field is
+       missing.  Instead, set the otable entry to zero.
+       (link_symbol_table): If we don't find a nonstatic method, insert
+       the vtable offset of Object.throwNoSuchMethodError() into the
+       otable.
+
+2005-12-05  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.compile/rh174912.java: New file.
+
+2005-12-01  Geoffrey Keating  <geoffk@apple.com>
+
+       * testsuite/lib/libjava.exp (test_libjava_from_javac): Support
+       xfail-byte-exec.
+       * testsuite/libjava.lang/Array_3.xfail: New file.
+
+2005-12-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * stacktrace.cc (UnwindTraceFn): Use UNWRAP_FUNCTION_DESCRIPTOR
+       to compare _Jv_InterpMethod::run against current func.
+
 2005-11-30  Andrew Haley  <aph@redhat.com>
 
        * classpath/lib/Makefile.am (resources): Use `cp -p'.