OSDN Git Service

* gcc.dg/c99-math.h: Fix typo.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index b4c913b..a785068 100644 (file)
@@ -1,4 +1,251 @@
-2007-05-17  Kyle Galloway <kgallowa@redhat.com>
+2007-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       PR libgcj/30513
+       * configure.host (i[3-6]86-*): Undef sun.
+
+2007-06-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one):
+       Fix a typo.
+
+2007-06-28  Jan Nijtmans  <nijtmans@users.sourceforge.net>
+
+       PR libgcj/30999:
+       * jni_md.h: Add the possibility to compile jni code with.
+       -fvisibility=hidden. This causes all symbols to be hidden
+       except the JNI functions which need to be exported.
+
+2007-06-28  Andreas Tobler  <a.tobler@schweiz.org>
+
+       * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Pass
+       the cxxldlibflags to exec_gij to have the right libstdc++ invoked.
+
+2007-07-21  Keith Seitz  <keiths@redhat.com>
+
+       * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerate.
+
+2007-07-20  Keith Seitz  <keiths@redhat.com>
+
+       * classpath/lib/gnu/classpath/jdwp/value/StringValue.class:
+       Regenerate.
+
+2007-07-20  Keith Seitz  <keiths@redhat.com>
+
+       * gnu/classpath/jdwp/VMVirtualMachine.java (executeMethod):
+       Update from reference implementation.
+       * gnu/classpath/jdwp/natVMVirtualMachine.cc (executeMethod):
+       Update parameter list to match new VMVirtualMachine interface.
+       * classpath/lib/gnu/classpath/jdwp/processor/ClassTypeCommandSet.class:
+       Regenerate.
+       * classpath/lib/gnu/classpath/jdwp/processor/
+       ObjectReferenceCommandSet.class: Regenerate.
+       * classpath/lib/gnu/classpath/jdwp/value/ObjectValue.class: Regenerate.
+       * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class: Regenerate.
+       * classpath/lib/gnu/classpath/jdwp/util/MethodResult.class: Regenerate.
+
+2007-06-18  Keith Seitz  <keiths@redhat.com>
+
+       * gnu/gcj/jvmti/Breakpoint.java: Make abstract.
+       (method): Change from private to protected.
+       (location): Likewise.
+       (Breakpoint): Change argument list to take only integer type.
+       Add default constructor.
+       (initialize_native): Renamed to ...
+       (_save_insn): ... this to make function more explicit.
+       (execute): New method.
+       * gnu/gcj/jvmti/Breakpoint.h: Regenerate.
+       * gnu/gcj/jvmti/natBreakpoint.cc (initialize_native): Rename to...
+       (_save_insn): ... this.
+       (install): Save the original instruction.
+       * gnu/gcj/jvmti/NormalBreakpoint.java: New file.
+       * gnu/gcj/jvmti/NormalBreakpoint.h: New file.
+       * gnu/gcj/jvmti/natNormalBreakpoint.cc: New file.
+       * gnu/gcj/jvmti/BreakpointManager.java (newBreakpoint):
+       Instantiate a NormalBreakpoint instead of Breakpoint.
+       * interpret-run.cc (insn_breakpoint): Remove breakpoint actions
+       and call Breakpoint.execute to do them.
+       * classpath/lib/gnu/gcj/jvmti/Breakpoint.class: Regenerate.
+       * classpath/lib/gnu/gcj/jvmti/BreakpointManager.class: Likewise.
+       * classpath/lib/gnu/gcj/jvmti/NormalBreakpoint.class: New file.
+       * sources.am: Regenerate.
+       * Makefile.am (nat_source_files): Add natNormalBreakpoint.cc.
+       * Makefile.in: Regenerated.
+
+2007-06-14  Keith Seitz  <keiths@redhat.com>
+
+       * include/java-interp.h (_Jv_LocalVarTableEntry): Add union
+       for bytecode_pc and direct-threaded pc.
+       Add field descriptions inline.
+       * defineclass.cc (read_one_code_attribute): Change from
+       bytecode_start_pc to bytecode_pc.
+       Remove unused variable "len".
+       * interpret.cc (compile): Remap the variable table, too.
+       (get_local_var_table) [DIRECT_THREADED]: Use insn_index on the
+       start location to map from pc_t to code index.
+
+2007-06-09  Keith Seitz  <keiths@redhat.com>
+
+       * testsuite/libjava.jvmti/dummyagent.c (Agent_OnLoad):
+       Add missing return value.
+
+2007-06-03  Matthias Klose  <doko@ubuntu.com>
+
+       * java/io/natFileWin32.cc (setFilePermissions): New (stub only).
+       _access: Handle EXEC query, stub only.
+
+2007-06-03  Matthias Klose  <doko@ubuntu.com>
+
+       Merged from classpath:
+       * gnu/java/nio/SelectorProviderImpl.java: Whitespace merge.
+       * java/lang/System.java(inheritedChannel): New.
+       * java/lang/Character.java: Remove stray`;'.
+       * java/net/MulticastSocket.java: Merged.
+       * java/text/DateFormatSymbols.java(getInstance): New, comment updates.
+       * java/text/Collator.java(getInstance): Merged.
+       * java/util/Calendar.java: New attributes ALL_STYLES, SHORT, LONG.
+       getDisplayName, getDisplayNames: New.
+       * java/util/logging/Logger.java: Merged.
+       * Regenerate .class and .h files.
+
+2007-06-03  Matthias Klose  <doko@ubuntu.com>
+
+       * java/io/File.java: Merge with classpath-0.95, new method
+       setFilePermissions, new attribute EXEC.
+       * java/io/natFilePosix.cc (setFilePermissions): New.
+       _access: Handle EXEC query.
+       * classpath/lib/java/io/File.class, java/io/File.h: Regenerate.
+
+2007-06-03  Matthias Klose  <doko@ubuntu.com>
+
+       Imported GNU Classpath 0.95.
+
+       * classpath/Makefile.in,
+       classpath/native/jni/midi-dssi/Makefile.in,
+       classpath/native/jni/classpath/Makefile.in,
+       classpath/native/jni/Makefile.in,
+       classpath/native/jni/gconf-peer/Makefile.in,
+       classpath/native/jni/java-io/Makefile.in,
+       classpath/native/jni/native-lib/Makefile.in,
+       classpath/native/jni/java-util/Makefile.in,
+       classpath/native/jni/midi-alsa/Makefile.in,
+       classpath/native/jni/java-lang/Makefile.in,
+       classpath/native/jni/java-nio/Makefile.in,
+       classpath/native/jni/java-net/Makefile.in,
+       classpath/native/jni/xmlj/Makefile.in,
+       classpath/native/jni/qt-peer/Makefile.in,
+       classpath/native/jni/gtk-peer/Makefile.in,
+       classpath/native/Makefile.in, classpath/native/jawt/Makefile.in,
+       classpath/native/fdlibm/Makefile.in,
+       classpath/native/plugin/Makefile.in,
+       classpath/resource/Makefile.in, classpath/scripts/Makefile.in,
+       classpath/tools/Makefile.in, classpath/doc/Makefile.in,
+       classpath/doc/api/Makefile.in, classpath/lib/Makefile.in,
+       classpath/external/Makefile.in, classpath/external/jsr166/Makefile.in,
+       classpath/external/sax/Makefile.in,
+       classpath/external/w3c_dom/Makefile.in,
+       classpath/external/relaxngDatatype/Makefile.in,
+       classpath/include/Makefile.in,
+       classpath/examples/Makefile.in: Regenerate.
+       * classpath/config.guess, classpath/config.sub,
+       classpath/ltmain.sh : Update.
+       * classpath/configure, classpath/depcomp, classpath/missing,
+       classpath/aclocal.m4, classpath/install-sh: Regenerate.
+
+       * gnu/classpath/Configuration.java (CLASSPATH_VERSION): Now 0.95.
+       * sources.am: Regenerate.
+       * Makefile.in: Regenerate.
+
+       * Update the .class files and generated CNI header files, add new
+       .class and generated CNI header files.
+       * Remove generated files for removed java source files:
+       classpath/gnu/java/net/BASE64.java,
+       classpath/gnu/java/security/util/Base64.java,
+       classpath/gnu/java/awt/peer/gtk/GThreadMutex.java,
+       classpath/gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java,
+       classpath/gnu/java/awt/font/autofit/Scaler.java,
+       classpath/gnu/classpath/jdwp/util/Value.java,
+       classpath/gnu/javax/net/ssl/Base64.java.
+       * Remove empty directories.
+
+       * Makefile.am(nat_source_files): Add natVMOperatingSystemMXBeanImpl.cc.
+       * java/lang/Class.java(setAccessible): Merge from classpath.
+       * java/util/Locale.java: Remove.
+       * gnu/java/lang/management/VMOperatingSystemMXBeanImpl.java,
+       gnu/java/lang/management/natVMOperatingSystemMXBeanImpl.cc: New.
+       * gcj/javaprims.h: Update class declarations.
+       * scripts/classes.pl: Update usage.
+       * HACKING: Mention to build all peers.
+
+2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
+
+       * configure: Regenerate.
+
+2007-05-31  Andrew Haley  <aph@redhat.com>
+
+       * java/lang/natClassLoader.cc (_Jv_NewClassFromInitializer): Clear
+       INTERPRETED access modifier.
+
+2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR libjava/32098
+       * configure: Regenerated.
+       * aclocal.m4: Regenerated.
+
+2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR libjava/32098
+       * configure: Regenerated.
+
+2007-05-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.ac: Don't include ../config/confsubdir.m4.
+       * aclocal.m4: Regenerated.
+       * configure: Likewise.
+
+2007-05-27  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR bootstrap/32078
+       * configure.ac: Include confsubdir.m4.
+       * configure: Regenerate.
+
+2007-05-24  Keith Seitz  <keiths@redhat.com>
+
+       * include/java-interp.h (_Jv_InterpFrame::get_pc): Only deduct
+       one when pc_ptr is non-NULL.
+
+       * prims.cc (parse_init_args): Enable JVMTI with agentlib
+       and agentpath options.
+
+       * testsuite/lib/libjava.exp (exec_gij): Add new addl_flags
+       parameter.
+       * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one):
+       Pass '-agentlib:dummyagent' when executing gij.
+       (gij_jvmti_run): Build dummy JVMTI agent before running tests,
+       and remove it when finished.
+       * testsuite/libjava.jvmti/dummyagent.c: New file.
+
+2007-05-23  Steve Ellcey  <sje@cup.hp.com>
+
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * aclocal.m4: Regenerate.
+       * gcj/Makefile.in: Regenerate.
+       * include/Makefile.in: Regenerate.
+       * testsuite/Makefile.in: Regenerate.
+
+2007-05-17  Kyle Galloway  <kgallowa@redhat.com>
+
+       * classpath/gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
+       (executeMethods): Remove cast to ClassReferenceTypeId.
+       * classpath/lib/gnu/classpath/jdwp/processor/
+       ReferenceTypeCommandSet.class: Rebuilt.
+
+2007-05-17  Kyle Galloway  <kgallowa@redhat.com>
+
+       * gnu/classpath/jdwp/natVMMethod.cc (getModifiers): Check for native
+       classes and mark methods as native appropriately.
+
+2007-05-17  Kyle Galloway  <kgallowa@redhat.com>
 
        * gnu/classpath/jdwp/VMFrame.java (<init>): Add parameter for "this"
        pointer.