OSDN Git Service

2005-12-08 Andrew Haley <aph@redhat.com>
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index 31962c6..57f1d4d 100644 (file)
@@ -1,3 +1,169 @@
+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'.
+       Remove `@' from start of line.
+
+2005-11-28  Tom Tromey  <tromey@redhat.com>
+
+       PR java/18278:
+       * testsuite/libjava.jni/pr18278.out: New file.
+       * testsuite/libjava.jni/pr18278.c: New file.
+       * testsuite/libjava.jni/pr18278.java: New file.
+       * include/jvm.h (_Jv_UnwrapJNIweakReference): Declare.
+       * jni.cc (_Jv_UnwrapJNIweakReference): New function.
+       (call): Unwrap return value if needed.
+
+2005-11-25  Mark Wielaard  <mark@klomp.org>
+
+       * standard.omit.in: Remove javax/rmi, org/omg, gnu/CORBA and
+       gnu/javax/rmi.
+       * scripts/makemake.tcl: Set javax/rmi, org/omg, gnu/CORBA and
+       gnu/javax/rmi to bc.
+       * gnu/CORBA/ObjectCreator.java: New override file for missing
+       VMStackWalker issue.
+       * gnu/CORBA/DynAn/gnuDynValue.java: New override file for bug #24938
+       * gnu/CORBA/DynAn/RecordAny.java: Likewise
+       * sources.am: Regenerated.
+       * Makefile.in: Regenerated
+
+2005-11-25  Andrew Haley  <aph@redhat.com>
+
+       PR libgcj/25016
+       * posix-threads.cc (_Jv_CondWait): Rewrite calculation of the
+       struct timespec we pass to pthread_cond_timedwait.
+
+2005-11-25  Ranjit Mathew  <rmathew@gcc.gnu.org>
+
+       * testsuite/libjava.jacks/jacks.xfail: Remove
+       non-jls-argument-expansion-13 and add
+       non-jls-argument-expansion-error-1 in response to the @file support
+       patch in the main GCC driver.
+
+2005-11-24  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * sysdep/ia64-frame.h: Removed.
+       * sysdep/ia64.c: Removed.
+       * sysdep/dwarf2-backtrace.cc: Removed.
+       * configure.ac: Remove references to HAVE_BACKTRACE and
+       SUPPLY_BACKTRACE.
+       * Makefile.am: Remove SUPPLY_BACKTRACE support.
+       * configure: Rebuilt.
+       * Makefile.in: Rebuilt.
+
+2005-11-24  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * gij.cc (nonstandard_opts_help): Add entry for -Xss.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       Imported GNU Classpath gcj-import-20051117.
+       * gnu/java/net/protocol/file/Connection.java: Removed, fully merged.
+       * sources.am: Regenerated.
+       * Makefile.in: Likewise.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       * gnu/java/net/protocol/file/Handler.java: Removed, fully merged now.
+       * java/net/ServerSocket.java: Likewise.
+       * sources.am: Regenerated.
+       * Makefile.in: Regenerated.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       Fixes bug #24006
+       * java/net/ServerSocket.java (implAccept): Set Socket.bound to true.
+
+2005-11-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/net/ServerSocket.java (accept): Use correct security manager
+       call.
+
+2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
+
+       * java/net/ServerSocket.java
+       (bound): Removed.
+       (local): New field.
+       (bind): Cache local socket address.
+       (getInetAddress, getLocalPort, getLocalSocketAddress, isBound):
+       Use cached local socket address.
+       (close): bound field was removed.
+
+2005-11-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/net/URLConnection.java (setDoInput): Javadoc fix.
+       (setDoOutput): Likewise.
+       (setContentHandlerFactory): Likewise.
+       (setFileNameMap): Likewise.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       * java/net/URLClassloader.java (addURLs): Add comment about jboss.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       * java/net/URLClassLoader.java (addURLs): Don't call addURL(), but
+       call urls.add() and addURLImpl() directly on each URL.
+
+2005-11-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/net/URLClassLoader.java (definePackage): Javadoc fixes.
+
+2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
+
+       * java/net/URLClassLoader.java
+       (Resource.name): Removed field.
+       (JarURLResource.name): Added field.
+       (FileResource.getURL): Use File.toURL() instead of doing it in
+       a way that breaks on Windows.
+
+2005-11-17  Roman Kennke  <roman@kennke.org>
+
+       Reported by: Ingo Proetel  <proetel@aicas.com>
+       * java/net/URLClassLoader.java
+       (findClass): Added null check to avoid NullPointerException.
+
+2005-11-17  David Gilbert  <david.gilbert@object-refinery.com>
+
+       * java/net/URLClassLoader.java: reordered some API doc comments to
+       suppress Eclipse warnings, and fixed API doc link.
+
+2005-11-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/net/URLClassLoader.java (URLClassLoader): Removed
+       unused constructor.
+
+2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
+
+       * java/net/URLClassLoader (findClass): Close InputStream after we're
+       done with it.
+
 2005-11-17  Bryce McKinlay  <mckinlay@redhat.com>
 
        Implement -Xss.