OSDN Git Service

gcc/java
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index d52d8ab..b08cf78 100644 (file)
@@ -1,3 +1,606 @@
+2006-06-08  Tom Tromey  <tromey@redhat.com>
+
+       * gnu/classpath/natSystemProperties.cc (insertSystemProperties):
+       Set gnu.gcj.user.realname.
+
+2006-06-09  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * scripts/jar.in: Replace hardcoded /bin/sh with @SHELL@.
+
+2006-06-07  Andrew Haley  <aph@redhat.com>
+
+       * include/jvm.h (_Jv_Linker::maybe_adjust_signature): New.
+       (_Jv_Linker::uaddr): New.
+       * link.cc (resolve_pool_entry): Call search_method_in_superclasses
+       instead of an open-coded loop around search_method_in_class.
+       (search_method_in_class): Add a new arg, check_perms.
+       (search_method_in_superclasses): New.
+       (link_symbol_table): Call maybe_adjust_signature() to extract the
+       least significnt bit of the signature pointer.  Do this three
+       times, for instace method calls, static methods, and interfaces.
+       Call search_method_in_superclasses() instead of
+       _Jv_LookupDeclaredMethod.
+       (typedef uaddr): Delete.
+       
+2006-06-07  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * scripts/makemake.tcl (emit_bc_rule): Do not skip
+       gnu-java-awt-peer-qt.lo.
+       * configure.ac (QT_AWT): Remove conditional.
+       Do not add gnu/java/awt/peer/qt to standard.omit.
+       * classpath/native/jni/qt-peer/Makefile.am: Install libqtpeer.so
+       in GCJ's versioned library directory.
+       * classpath/gnu/java/awt/peer/qt/QtToolkit.java (initToolkit):
+       Load libqtpeer.so unconditionally.
+       * gij.cc (main): Do not re-exec gij.
+       * Makefile.am: Remove lib-gnu-java-awt-peer-qt.lo build logic.
+       (gij_LDFLAGS): Point -rpath at GCJ's versioned library directory
+       when linking gij.
+
+2006-06-06  David Daney  <ddaney@avtrex.com>
+
+       * gnu/gcj/runtime/NameFinder.java (show_raw): New field.
+       (showRaw): New method.
+       * stacktrace.cc : Include gnu/gcj/runtime/StringBuffer.h.
+       (getLineNumberForFrame): Show IP offset in trace if line number
+       not available and show_raw true.
+
+2006-06-06  Gary Benson  <gbenson@redhat.com>
+
+       * java/io/natFilePosix.cc (getCanonicalPath): Rewritten.
+       * configure.ac: Remove realpath check and add checks for
+       lstat and readlink.
+       * configure: Rebuilt.
+       * include/config.h.in: Likewise.
+       * java/io/File.java: Javadoc fix.
+
+2006-06-05  Andreas Schwab  <schwab@suse.de>
+
+       PR libgcj/27860
+       * link.cc: Check for closure support in libffi with FFI_CLOSURES.
+
+2006-06-05  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/27892:
+       * gij.cc (main): Use putenv.
+
+2006-06-03  Paolo Bonzini  <bonzini@gnu.org>
+
+       * scripts/jar.in: Ensure return with argument has non-empty argument.
+
+2006-06-01  Paolo Bonzini  <bonzini@gnu.org>
+
+       * configure.ac (ZIP, UNZIP): New programs.
+       (JAR): Fall back to bash script.  Generate it.
+       (BASH_JAR): New conditional.
+       * Makefile.am (bin_SCRIPTS): New.
+       * scripts/jar.in: New file.
+
+2006-06-01  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * gnu/java/lang/MainThread (run): Revert exception chaining change.
+
+2006-05-31  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * prims.cc (_Jv_RunMain): Use JvNewStringUTF for command-line class
+       name, not Latin1.
+       * gnu/java/lang/MainThread.java (run): Allow file separator char to
+       be used in place of '.' as class-name separator. Don't chain
+       ClassNotFoundException.
+
+2006-05-31  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * java/lang/VMClassLoader.java (initialize): Set default library
+       control to LIB_NEVER.
+
+2006-05-31  Alan Modra  <amodra@bigpond.net.au>
+
+       * stacktrace.cc (_Jv_StackTrace::UpdateNCodeMap): Don't add
+       interpreted classes.
+
+2006-05-30  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * scripts/makemake.tcl (emit_bc_rule): Do not skip
+       gnu-java-awt-peer-gtk.lo.
+       Include gnu/java/awt/peer/gtk Java objects in libgcj.so.  Use C++
+       ABI for gnu/java/awt/peer/gtk package.
+       * gnu/classpath/natSystemProperties.cc (PrependVersionedLibdir):
+       New function.
+       (insertSystemProperties): Only set java.ext.dirs if it is not
+       already defined.  Prepend GCJ_VERSIONED_LIBDIR to module search
+       path where necessary.
+       * configure.ac (GTK_AWT): Remove automake conditional.
+       Do not add gnu/java/awt/peer/gtk to standard.omit.
+       * include/jvm.h (_Jv_PrependVersionedLibdir): New function
+       declaration.
+       * gij.cc (main): Prepend LD_LIBRARY_PATH with GCJ_VERSIONED_LIBDIR
+       and re-exec self.
+       * Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR and
+       PATH_SEPARATOR macros.
+       Remove lib-gnu-java-awt-peer-gtk.la and libgcjawt.la build logic.
+       * prims.cc (_Jv_PrependVersionedLibdir): New function.
+
+2006-05-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * java/lang/natThread.cc (countStackFrames): Do not throw
+       UnsupportedOperationException.
+       (resume): Likewise.
+       (stop): Likewise.
+       (suspend): Likewise.
+
+2006-05-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+        * configure.ac: Add sys/rw_lock.h to AC_CHECK_HEADERS.
+        * configure: Rebuilt.
+        * include/config.h.in: Likewise.
+       * include/posix.h: If HAVE_SYS_RW_LOCK_H is defined, include
+       <sys/rw_lock.h>.
+
+2006-05-24  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/27024:
+       * sources.am, Makefile.in: Rebuilt.
+       * gnu/java/net/DefaultContentHandlerFactory.java: Removed.
+       * java/net/URLConnection.java: Removed.
+
+2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * Makefile.am: Add install-html target. Add install-html to .PHONY
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * gcj/Makefile.in: Regenerate.
+       * include/Makefile.in: Regenerate.
+       * testsuite/Makefile.in: Regenerate.
+
+2006-05-24  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * testsuite/libjava.lang/stacktrace.java: New file.
+       * testsuite/libjava.lang/stacktrace.out: Likewise.
+
+2006-05-24  Tom Tromey  <tromey@redhat.com>
+
+       * sources.am, Makefile.in: Rebuilt.
+       * scripts/makemake.tcl: Accept -verbose command-line option.
+       (is_verbose): New global.
+       (verbose): Use it.
+       (classify_source_file): Don't special case '.' for 'package'
+       type.
+
+2006-05-24  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/27729:
+       * java/lang/reflect/natField.cc (getAddr): Added parens.
+       * java/lang/reflect/natConstructor.cc (getModifiersInternal):
+       Renamed.  Don't mask flags.
+       * java/lang/reflect/Constructor.java (CONSTRUCTOR_MODIFIERS): New
+       constant.
+       (getModifiersInternal): Renamed.
+       (getModifiers): Rewrote.
+       (isSynthetic, isVarArgs): New methods.
+       (hashCode): Rewrote.
+       (addTypeParameters, toGenericString): New methods.
+       (getTypeParameters): Rewrote.
+       (getSignature): New method.
+       (getGenericParameterTypes, getGenericExceptionTypes): Likewise.
+       * java/lang/reflect/natMethod.cc (getModifiersInternal):
+       Renamed.  Don't mask flags.
+       * java/lang/reflect/natField.cc (getModifiersInternal): Renamed.
+       Don't mask flags.
+       * java/lang/reflect/Modifier.java (BRIDGE, VARARGS, SYNTHETIC,
+       ENUM): New constants.
+       (INVISIBLE): Changed value.
+       * java/lang/reflect/Method.java: Mostly merged with Classpath.
+       (getModifiersInternal): Renamed.
+       (getModifiers): Rewrote.
+       (isBridge, isSynthetic, isVarArgs): New methods.
+       (toGenericString): Likewise.
+       (getTypeParameters): Likewise.
+       (getSignature): Likewise.
+       (getGenericExceptionTypes, getGenericParameterTypes,
+       getGenericReturnType): Likewise.
+       (METHOD_MODIFIERS): New constant.
+       * java/lang/reflect/Field.java: Mostly merged with Classpath.
+       Added javadoc everywhere.
+       (getModifiersInternal): Renamed.
+       (getModifiers, isSynthetic, isEnumConstant): Rewrote.
+       (toGenericString): New method.
+       (getGenericType, getSignature): Likewise.
+       (FIELD_MODIFIERS): New constant.
+
+2006-05-24  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/27731:
+       * java/lang/natMath.cc (cbrt, cosh, expm1, hypot, log1p, sinh,
+       tanh): New methods.
+       * java/lang/Math.java (cbrt, cosh, expm1, hypot, log1p, sinh,
+       tanh): Declare.
+
+2006-05-22  Mark Wielaard  <mark@klomp.org>
+
+       * HACKING: Update GNU Classpath import instructions.
+
+2006-05-21  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * java/lang/natClass.cc (_Jv_FindMethodInCache): Mark klass, name and
+       signature as MAYBE_UNUSED for HAVE_TLS == 0.
+       (_Jv_AddMethodToCache): Mark klass and method as MAYBE_UNUSED for
+       HAVE_TLS == 0.
+
+2006-05-20  Andreas Tobler  <a.tobler@schweiz.ch>
+           John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * configure.ac: Add the POSIX thread libs to the HP-UX PA
+       configuration. Add signal specification for HP-UX PA.
+       * configure: Rebuilt.
+       * configure.host: Add defaults for the HP-UX PA architecture.
+       Add descriptor files for HP-UX PA 32-bit and 64-bit.
+       * include/hppa-signal.h: New file.
+       * include/posix.h: Add shared library suffix for HP-UX.
+       * sysdep/pa/descriptor-pa32-hpux.h: New file.
+       * sysdep/pa/descriptor-pa64-hpux.h: Likewise.
+
+2006-05-19  Ranjit Mathew  <rmathew@gcc.gnu.org>
+
+       * ChangeLog: Correct incorrect GNU Classpath version in the
+       entry for the latest import.
+
+2006-05-18  Tom Tromey  <tromey@redhat.com>
+
+       * source.am, Makefile.in: Rebuilt.
+       * Makefile.am (property_files): Removed.
+       * scripts/makemake.tcl (properties_map): New global.
+       (properties_files): Likewise.
+       (emit_property_files): New proc.
+       (scan_packages): Scan META-INF.
+       Print property_files variable.  Scan classpath/resource.
+
+2006-05-18  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.special/special.exp (gcj_special_pr21115):
+       Renamed.
+       (gcj_write_and_byte_compile): New proc.
+       (gcj_special_lazy_illegal_access): Likewise.
+
+2006-05-18  Mark Wielaard  <mark@klomp.org>
+
+       Imported GNU Classpath 0.91
+       * scripts/makemake.tcl: LocaleData.java moved to gnu/java/locale.
+
+       * sources.am: Regenerated.
+       * gcj/javaprims.h: Regenerated.
+       * Makefile.in: Regenerated.
+       * gcj/Makefile.in: Regenerated.
+       * include/Makefile.in: Regenerated.
+       * testsuite/Makefile.in: Regenerated.
+
+       * gnu/java/lang/VMInstrumentationImpl.java: New override.
+       * gnu/java/net/local/LocalSocketImpl.java: Likewise.
+       * gnu/classpath/jdwp/VMMethod.java: Likewise.
+       * gnu/classpath/jdwp/VMVirtualMachine.java: Update to latest
+       interface.
+       * java/lang/Thread.java: Add UncaughtExceptionHandler.
+       * java/lang/reflect/Method.java: Implements GenericDeclaration and
+       isSynthetic(),
+       * java/lang/reflect/Field.java: Likewise.
+       * java/lang/reflect/Constructor.java
+       * java/lang/Class.java: Implements Type, GenericDeclaration,
+       getSimpleName() and getEnclosing*() methods.
+       * java/lang/Class.h: Add new public methods.
+       * java/lang/Math.java: Add signum(), ulp() and log10().
+       * java/lang/natMath.cc (log10): New function.
+       * java/security/VMSecureRandom.java: New override.
+       * java/util/logging/Logger.java: Updated to latest classpath
+       version.
+       * java/util/logging/LogManager.java: New override.
+
+2006-05-15  Bryce McKinlay  <mckinlay@redhat.com>
+
+       PR libgcj/27352
+       * java/lang/Class.java (getClassLoaderInternal): New method.
+       (forName (String, Class)): Use getClassLoaderInternal.
+       (getPackage): Likewise.
+       (getResource): Likewise.
+       (getResourceAsStream): Likewise.
+       (desiredAssertionStatus): Likewise.
+
+2006-05-15  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * stacktrace.cc (StackTrace::FillInFrameInfo): Use
+       UNWRAP_FUNCTION_DESCRIPTOR to compare frame->start_ip against the
+       klass->methods[j].ncode.
+
+2006-05-13  Tom Tromey  <tromey@redhat.com>
+
+       * sources.am, Makefile.in: Rebuilt.
+       * Makefile.am (nat_source_files): Mention natVMChannels.cc, not
+       natChannels.cc.
+       * java/nio/channels/natVMChannels.cc: Renamed from
+       natChannels.cc.
+       * java/nio/channels/Channels.java: Removed.
+       * java/nio/channels/natChannels.cc: Removed.
+       * java/nio/channels/VMChannels.java: New file.
+
+2006-05-13  Tom Tromey  <tromey@redhat.com>
+
+       * sources.am, Makefile.in: Rebuilt.
+       * java/text/DateFormat.java: Removed.
+
+2006-05-13  Tom Tromey  <tromey@redhat.com>
+
+       * sources.am, Makefile.in: Rebuilt.
+       * gnu/java/net/protocol/jar/Connection.java: Removed.
+       * java/net/JarURLConnection.java: Removed.
+
+2006-05-13  Tom Tromey  <tromey@redhat.com>
+
+       * include/java-interp.h (_Jv_InterpMethod::dump_object): Removed
+       declaration.
+
+2006-05-12  Tom Tromey  <tromey@redhat.com>
+
+       * sources.am, Makefile.in: Rebuilt.
+       * java/util/logging/LogManager.java: Removed.
+       * java/util/logging/Logger.java (resetLogger): New method, from
+       Classpath.
+       * java/io/RandomAccessFile.java: Removed.
+       * gnu/java/nio/channels/FileChannelImpl.java (create): New
+       method.
+       (FileChannelImpl): Now private.
+       * java/io/FileInputStream.java: Removed.
+       * java/io/FileOutputStream.java: Removed.
+       * java/security/AccessControlContext.java: Removed.
+       * java/lang/ThreadLocal.java: Removed.
+       * java/lang/InheritableThreadLocal.java: Removed.
+       * java/lang/Thread.java (locals): New field.
+       (getThreadLocals): New method.
+       * java/lang/natThread.cc (finish_): Clear 'locals'.
+
+2006-05-11  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * gnu/gcj/runtime/NameFinder.java (lookup): If exec'ing addr2line
+       fails, don't try again.
+       (use_addr2line): Field no longer final.
+
+2006-05-11  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * gnu/gcj/runtime/NameFinder.java (blacklist): New static field.
+       (lookup): If addr2line fails to find an address, flag the binary as
+       having no debug info and avoid calling addr2line on it again.
+
+2006-05-11  David Daney  <ddaney@avtrex.com>
+
+       * testsuite/libjava.compile/PR20418.java: New.
+       * testsuite/libjava.compile/PR20418.xfail: New.
+
+2006-05-11  Andrew Haley  <aph@redhat.com>
+
+       * gnu/gcj/runtime/natSharedLibLoader.cc (init): Remove debugging
+       line.
+
+2006-05-10  Andrew Haley  <aph@redhat.com>
+
+       * java/lang/natClassLoader.cc: Add comments.
+
+2006-05-09  Andrew Haley  <aph@redhat.com>
+
+       * prims.cc (_Jv_soleIndirectCompiledEngine): New.
+       * include/execution.h (Jv_CompiledEngine::do_allocate_static_fields):
+       Remove body.
+       (_Jv_CompiledEngine::allocate_field_initializers): New.
+       (_Jv_CompiledEngine::_Jv_CompiledEngine): Initialize
+       allocate_field_initializers.
+       (class _Jv_IndirectCompiledClass): New.
+       (struct _Jv_IndirectCompiledEngine): New.
+       * java/lang/Class.h: (IndirectCompiledEngine): New.
+       * java/lang/natClassLoader.cc (_Jv_NewClassFromInitializer): Set
+       engine to _Jv_soleIndirectCompiledEngine
+       * link.cc (ensure_fields_laid_out): Call
+       engine->allocate_field_initializers().
+
+2006-05-06  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Add check for
+       HP-UX and add appropriate extension for shared libraries, sl.
+       (gcj_jni_test_one): Likewise.
+
+       * testsuite/lib/libjava.exp (libjava_find_lib): Add sl to the shared
+       library extensions.
+
+2006-05-05  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/27294:
+       * java/lang/natVMClassLoader.cc (defineClass): Throw
+       VirtualMachineError if no interpreter configured.
+
+2006-05-03  Andrew Haley  <aph@redhat.com>
+
+       PR libgcj/27352
+       * java/lang/Class.java (getClassLoader(Class)): New.
+       forName(String, Class): New.
+       * java/lang/natClass.cc (getClassLoader(Class)): New.
+
+2006-05-02  Andrew Haley  <aph@redhat.com>
+
+       * prims.cc (_Jv_NewMultiArray): Check for phantom class.
+
+2006-05-04  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/26861:
+       * interpret.cc (run) <insn_getfield>: Removed 0xffff check.
+       <insn_putfield>: Likewise.
+       (NULLCHECK): Define unconditionally.
+       * link.cc (ensure_class_linked): Removed dead code.
+
+2006-05-04  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/Class.h (JV_STATE_LOADING): Added comment.
+       * Makefile.in: Rebuilt.
+       * Makefile.am (nat_source_files): Added natSystemClassLoader.cc.
+       * gnu/gcj/runtime/natSystemClassLoader.cc: New file.
+       * gnu/gcj/runtime/SystemClassLoader.java (nativeClasses):
+       New field.
+       (loadedClasses): Removed.
+       (findClass): Declare.
+       (addClass): Add to nativeClasses, not loadedClasses.
+
+2006-05-04  Andrew Haley  <aph@redhat.com>
+
+       PR java/26858
+       * testsuite/libjava.lang/PR26858.xfail: Delete.
+
+2006-05-02  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * testsuite/lib/libjava.exp (test_libjava): Test bytecode->native
+       -findirect-dispatch compilation.
+
+2006-05-01  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * configure.ac: Simplify the mmap check a bit more.
+       * configure: Rebuilt.
+       * include/config.h.in: Likewise.
+
+2006-05-01  Roger Sayle  <roger@eyesopen.com>
+           Andrew Haley  <aph@redhat.com>
+
+       * boehm.cc (_Jv_InitGC): Check both HAVE_DLFCN_H and HAVE_DLADDR
+       before calling GC_register_has_static_roots_callback.
+       (_Jv_RegisterLibForGc): Likewise, test for both HAVE_DLFCN_H and
+       HAVE_DLADDR before calling dladdr.
+
+2006-04-28  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index
+       to resolve_method.
+       * interpret.cc (insn_invokevirtual): Use method->index, not
+       vtable_index. Check accflag FINAL to determine finals. Only do
+       explicit null check if calling a final method. Use
+       throw_null_pointer_exception.
+       (invokevirtual_resolved): Likewise.
+       (null_pointer_exc): Remove static field.
+       (throw_null_pointer_exception): Always define. Throw a new
+       NullPointerException every time.
+       * include/java-interp.h (_Jv_ResolvedMethod): Remove vtable_index
+       field.
+       * include/execution.h (resolve_method): Remove vtable_index argument.
+
+2006-04-28  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * configure.ac: Add an additional checks for dladdr and dlopen on dld.
+       * configure: Rebuilt.
+
+2006-04-25  Tom Tromey  <tromey@redhat.com>
+
+       * gnu/gcj/runtime/natSharedLibLoader.cc: Include gc.h later.
+       Include platform.h.  Set GC_DEBUG before including gc.h, if
+       needed.
+
+2006-04-25  Andrew Haley  <aph@redhat.com>
+
+       * java/lang/natClassLoader.cc: Don't include link.h or dladdr.h.
+       * boehm.cc: Don't include link.h.
+       (_Jv_RegisterLibForGc): Cast away const when calling dladdr().
+
+2006-04-24  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>.
+
+2006-04-21  Andrew Haley  <aph@redhat.com>
+
+       * include/execution.h (struct _Jv_CompiledEngine): Define for
+       compiled classes.
+       * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Call
+       _Jv_RegisterLibForGc.
+       (_Jv_RegisterClasses_Counted): Likewise.
+       (_Jv_NewClassFromInitializer): New.
+       (_Jv_RegisterNewClasses): New.
+       * sources.am: Regenerate.
+       * boehm.cc (_Jv_GC_has_static_roots): new.
+       (_Jv_InitGC): Call GC_register_has_static_roots_callback.
+       (filename_node, find_file, _Jv_print_gc_store, new_node,
+       _Jv_GC_has_static_roots, _Jv_RegisterLibForGc): New.
+       * scripts/makemake.tcl: Add -fno-indirect-classes.
+       * Makefile.in: Regenerate.
+       * link.cc (resolve_pool_entry): Allocate constant pool.
+       Allocate fields.
+       
+2006-04-22  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * configure.ac: Weaken the check for MMAP.
+       * configure: Rebuilt.
+       * include/config.h.in: Likewise.
+
+2006-04-20  Bryce McKinlay  <mckinlay@redhat.com>
+
+       PR libgcj/27170
+       * gnu/gcj/runtime/natSharedLibLoader.cc: Include gc.h to override
+       dlopen(). From Anthony Green.
+
+2006-04-20  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/21941:
+       * gnu/java/net/natPlainDatagramSocketImplPosix.cc (send): Throw
+       UnknownHostException if needed.
+       * gnu/java/net/natPlainSocketImplPosix.cc (connect): Throw
+       UnknownHostException if needed.
+
+2006-04-19  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.am (CLEANFILES): Removed all_java_filelist_files,
+       all_java_deps_files.
+
+2006-04-19  Tom Tromey  <tromey@redhat.com>
+
+       * gnu/java/nio/channels/natFileChannelPosix.cc (write): Properly
+       handle EINTR.
+
+2006-04-17  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/27171:
+       * testsuite/libjava.lang/pr27171.java: New file.
+       * testsuite/libjava.lang/pr27171.out: New file.
+       * gnu/gcj/convert/Output_UTF8.java (havePendingBytes): Return
+       true if we've seen a high surrogate.
+       (write): Handle high surrogates at the end of the stream.
+       Properly emit isolated low surrogates.
+
+2006-04-17  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * testsuite/libjava.lang/stringconst2.java: Print a stack trace in case
+       of failure.
+
+2006-04-13  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/26522:
+       * Makefile.in: Rebuilt.
+       * Makefile.am (libsubdir): New variable.
+
+2006-04-12  NAKATA Maho  <maho@FreeBSD.org> 
+
+       PR libgcj/23829
+       * configure.ac: Link against -lpthread rather than -lc_r on
+       FreeBSD 5 and above.
+       * configure: Regenerate.
+
+2006-04-11  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * gnu/gcj/runtime/SystemClassLoader.java (addClass): Get the value
+       of package-private field "loadedClasses" using reflection.
+       * java/lang/VMCompiler.java (compileClass): Remove unreachable catch
+       block.
+
+2006-04-10  Matthias Klose  <doko@debian.org>
+
+       * testsuite/lib/libjava.exp (libjava_init): Recognize multilib
+       directory names containing underscores.
+
+2006-04-10  Andrew Haley  <aph@redhat.com>
+
+       * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): New.
+       (SIGNAL_HANDLER): Mark arg as unused.
+       * configure.host (x86_64-* DIVIDESPEC): Use
+       fno-use-divide-subroutine.
+
 2006-04-07  Andrew Haley  <aph@redhat.com>
 
        * java/net/InetAddress.java: Throw an UnknownHostException if