LocaleData.class: Regenerate
[official-gcc.git] / libjava / ChangeLog
blobde3ce7202d27478479c2d885eaece3842b0aeba9
1 2007-10-18  David Daney  <ddaney@avtrex.com>
3         * classpath/lib/gnu/java/locale/LocaleData.class: Regenerate
4         * classpath/lib/gnu/javax/sound/sampled/gstreamer: Add generated
5         files.
6         * gnu/javax/sound/sampled/gstreamer: Add generated files.
7         
8 2007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>
10         * configure: Regenerate following changes to ../config/tls.m4.
12 2007-09-17  Tom Tromey  <tromey@redhat.com>
14         * defineclass.cc (MAJOR_1_6): New define.
15         (MINOR_1_6): Likewise.
16         (_Jv_ClassReader::parse): Handle 1.6 bytecode.
18 2007-09-12  David Daney  <ddaney@avtrex.com>
20         * configure.host: Enable interpreter for mips64.  Enable hash
21         synchronization for all mips*-*-linux* targets.
22         * sysdep/mips/locks.h (compare_and_swap, compare_and_swap_release) Use
23         __sync_bool_compare_and_swap instead of in-line asm.
24         (release_set, read_barrier, write_barrier): Use __sync_synchronize
25         instead of in-line asm.
27 2007-09-09  Andreas Tobler  <a.tobler@schweiz.org>
29         PR libgcj/33326
30         * testsuite/lib/libjava.exp (libjava_arguments): Append the test spec
31         only for linux targets.
33 2007-09-09  Andrew Haley  <aph@redhat.com>
35         * interpret-run.cc (invokevirtual_resolved): Nullcheck object on
36         TOS.
38 2007-09-06  Tom Tromey  <tromey@redhat.com>
40         * testsuite/libjava.lang/StackTrace2.jar: Rebuilt.
41         * testsuite/libjava.lang/StackTrace2.java (checkLine): Print file
42         name.
44 2007-09-06  Roman Zippel  <zippel@linux-m68k.org>
46         * sysdep/m68k/locks.h: New file.
47         * configure.host: Set sysdeps_dir and libgcj_interpreter for m68k.
48         * configure.ac: Set SIGNAL_HANDLER for m68*-*-linux*.
49         * configure: Regenerate.
51 2007-09-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53         * configure.host(gnu*): Set use_libgcj_bc to yes.
55 2007-09-04  Matthias Klose  <doko@ubuntu.com>
57         * configure.ac: Do not pass --with-native-libdir to classpath.
58         * configure: Regenerate.
60 2007-09-04  Matthias Klose  <doko@ubuntu.com>
62         PR libgcj/33278
63         * configure.ac: Robustify extraction of gcj version.
64         * configure: Regenerate.
66 2007-09-04  Andrew Haley  <aph@redhat.com>
68         PR java/27908
69         * testsuite/libjava.lang/PR27908.java
70         ({run1,run2,run3}.isRunning): New Method.
71         (main): Fix race condition.
73 2007-08-29  Andrew Haley  <aph@redhat.com>
75         * gnu/classpath/natVMStackWalker.cc (VMStackWalker::getCallingClass):
76         Make sure we're not sibcalled.
77         (GET_CALLING_CLASS): Define for ARM EABI.
79 2007-08-22  Andrew Haley  <aph@redhat.com>
81         * configure.host (BACKTRACESPEC): Add arm*-linux*.
83 2007-08-22  Andrew Haley  <aph@redhat.com>
85         * configure.ac (LIBSTDCXXSPEC): New.
86         * configure.host: Add arm*-linux* to pthread test.
87         * configure.ac (LIBGCJTESTSPEC): Add path to libstdc++ for ARM
88         EABI.
89         * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use
90         -fexceptions for ARM EABI.
91         * testsuite/lib/libjava.exp (libjava_arguments): Add libgcj-test.spec.
92         (libjava_invoke): Log the invocation.
94 2007-08-15  Andrew Haley  <aph@redhat.com>
96         * configure.ac (extra_ldflags): Define.
97         * Makefile.am: Use extra_ldflags for all executables.
99 2007-08-14  Andrew Haley  <aph@redhat.com>
101         * sysdep/arm/backtrace.h: Remove stubs for _Unwind_GetIPInfo,
102         _Unwind_GetRegionStart, and _Unwind_Backtrace.
104 2007-07-27  Andrew Haley  <aph@redhat.com>
106         * gnu/classpath/natVMStackWalker.cc (GET_CALLING_CLASS): Stub for
107         ARM EABI.
108         * exception.cc (get_exception_header_from_ue): New.
109         (get_ttype_entry): ARM EABI version.
110         (PERSONALITY_FUNCTION): Add ARM EABI code.
111         * sysdep/arm/backtrace.h: New file.
112         * stacktrace.cc (_URC_NORMAL_STOP): New.
113         * configure.ac (extra_ldflags_libjava): Add libsupc++.la for ARM
114         EABI.
115         * configure.host (BACKTRACESPEC): Add arm/backtrace.h.
117 2007-08-31  Matthias Klose  <doko@ubuntu.com>
119         * classpath/lib/java/util/EnumSet*.class: Regenerate
121 2007-08-30  Andreas Tobler  <a.tobler@schweiz.org>
123         * gij.cc (version): Update Copyright year.
125 2007-08-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
127         * configure.host (gnu*): Set use_libgcj_bc to yes.
129 2007-08-15  Tom Tromey  <tromey@redhat.com>
131         * java/lang/Class.java (internalGetFields): Use LinkedHashSet.
132         * classpath/lib/java/lang/Class.class: Rebuilt.
134 2007-08-15  Samuel Thibault  <samuel.thibault@ens-lyon.org>
136         * java/lang/natPosixProcess.cc (sigchld_handler) [!SA_SIGINFO]: Remove
137         'si' and 'third' parameters.  Disable calling
138         pmi->old_sigaction.sa_sigaction.
139         (java::lang::PosixProcess*ProcessManager::init) [!SA_SIGINFO]: Set
140         sa.sa_handler instead of sa.sa_sigaction, don't set SA_SIGINFO flag.
142 2007-08-09  Andrew Haley  <aph@redhat.com>
144         * testsuite/lib/libjava.exp (libjava_invoke): Log the invocation.
146 2007-08-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
148         * java/net/natVMInetAddressPosix.cc
149         (java::net::VMInetAddress::getLocalHostname) [!MAXHOSTNAMELEN]:
150         Allocate buffer dynamically.
152 2007-08-04  Alfred M. Szmidt  <ams@gnu.org>
154         * java/io/natFilePosix.cc (init_native) [!MAXPATHLEN]: Define to 0.
155         * java/io/File.java (createTempFile): Don't truncate if the system
156         doesn't have a limit on the length of a file name.
157         * classpath/lib/java/io/File.class: Regenerate.
159 2007-08-04  Matthias Klose  <doko@ubuntu.com>
161         Import GNU Classpath (libgcj-import-20070727).
163         * Regenerate class and header files.
164         * Regenerate auto* files.
166         * include/jvm.h:
167         * jni-libjvm.cc (Jv_JNI_InvokeFunctions): Rename type.
168         * jni.cc (_Jv_JNIFunctions, _Jv_JNI_InvokeFunctions): Likewise.
169         * jni.cc (_Jv_JNI_CallAnyMethodA, _Jv_JNI_CallAnyVoidMethodA,
170         _Jv_JNI_CallMethodA, _Jv_JNI_CallVoidMethodA,
171         _Jv_JNI_CallStaticMethodA, _Jv_JNI_CallStaticVoidMethodA,
172         _Jv_JNI_NewObjectA, _Jv_JNI_SetPrimitiveArrayRegion): Constify
173         jvalue parameter.
174         * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Likewise.
176         * java/lang/VMFloat.java (toString, parseFloat): New.
178         * gnu/awt/xlib/XToolkit.java (setAlwaysOnTop, isModalityTypeSupported,
179         isModalExclusionTypeSupported): New (stub only).
180         * gnu/awt/xlib/XCanvasPeer.java (requestFocus): Likewise.
181         * gnu/awt/xlib/XFramePeer.java (updateMinimumSize, updateIconImages,
182         updateFocusableWindowState, setModalBlocked, getBoundsPrivate,
183         setAlwaysOnTop): Likewise.
184         * gnu/awt/xlib/XFontPeer.java (canDisplay): Update signature.
186         * scripts/makemake.tcl: Ignore gnu/javax/sound/sampled/gstreamer,
187         ignore javax.sound.sampled.spi.MixerProvider, ignore .in files.
189         * HACKING: Mention --enable-gstreamer-peer, removal of generated files.
191 2007-07-31  David Daney  <ddaney@avtrex.com>
193         * HACKING: Document regenerating configure and aclocal.m4.
195 2007-07-31  David Daney  <ddaney@avtrex.com>
197         * configure.ac (INTERPRETER): New AM_CONDITIONAL.
198         * scripts/makemake.tcl (package_map): Mark jdwp and jvmti packages
199         as being for interpreter only.  Place interpreter related files in
200         'if INTERPRETER' block.
201         (interpreter_package_files): New list.
202         (interpreter_header_vars): Ditto.
203         (emit_package_rule_to_list): Renamed from emit_package_rule with
204         new target list parameter.
205         (emit_package_rule): Rewritten to call emit_package_rule_to_list.
206         (emit_interpreter_rule): New function.
207         (emit_source_var): Place interpreter related files in
208         interpreter_header_vars.
209         * Makefile.am (ACLOCAL_AMFLAGS): Add -I libltdl.
210         (libgcj_interpret_source_files): New variable.
211         (libgcj_la_SOURCES): Move jvmti.cc and  interpret.cc to
212         libgcj_interpret_source_files and include
213         libgcj_interpret_source_files.
214         (nat_jdwp_source_files): New variable.
215         (nat_jvmti_source_files): Ditto.
216         (nat_source_files): Move jdwp and jvmti related files to
217         nat_jdwp_source_files and nat_jvmti_source_files and include
218         nat_jdwp_source_files and nat_jvmti_source_files.
219         * Makefile.in: Regenerate.
220         * include/Makefile.in: Ditto.
221         * testsuite/Makefile.in: Ditto.
222         * gcj/Makefile.in: Ditto.
223         * sources.am: Ditto.
224         * configure: Ditto.
225         * include/config.h.in: Ditto.
226         * interpret.cc: Remove #ifdef INTERPRETER block.
227         * stacktrace.cc (UnwindTraceFn): Do not handle proxy frames if
228         interpreter disabled.
229         * include/java-interp.h (_Jv_FrameType): Move outside of
230         #ifdef INTERPRETER block.
231         * include/execution.h (_Jv_IndirectCompiledEngine::do_get_closure_list,
232         _Jv_InterpreterEngine, _Jv_soleInterpreterEngine): Place in
233         #ifdef INTERPRETER block.
234         * jni.cc (jvmti.h, jvmti-int.h):  Only include if INTERPRETER is
235         defined.
236         (_Jv_JNI_PopSystemFrame, _Jv_JNI_GetEnv): Only do jvmti processing
237         if INTERPRETER is defined.
238         * prims.cc (jvmti.h, jvmti-int.h, Jdwp.h, VMVirtualMachine.h):  Only
239         include if INTERPRETER is defined.
240         (defaultJdwpOptions, jdwpOptions, jvmti_agent_onload_func,
241         jvmti_agent_onunload_func, jvmti_agentonload, jvmti_agentonunload,
242         jvmti_agent_opts, load_jvmti_agent): Only define if INTERPRETER is
243         defined.
244         (parse_x_arg): Only process 'runjdwp:' if INTERPRETER is defined.
245         (parse_init_args): Only process jvmti related options if
246         INTERPRETER is defined.
247         (_Jv_CreateJavaVM): Only call _Jv_JVMTI_Init if INTERPRETER is
248         defined.
249         (_Jv_RunMain): Only do jvmti and jdwp processing if INTERPRETER is
250         defined.
251         * link.cc (jvmti.h, jvmti-int.h):  Only include if INTERPRETER is
252         defined.
253         (_Jv_ThrowNoClassDefFoundError, _Jv_Linker::create_error_method):
254         Define if if INTERPRETER is not defined.
255         (_Jv_Linker::wait_for_state): Only do jvmti proccessing if
256         INTERPRETER is defined.
257         * boehm.cc (closure_list_pointer, finalize_closure_list,
258         _Jv_ClosureListFinalizer): Only define if INTERPRETER is
259         defined.
260         * java/lang/natThread.cc (jvmti.h, jvmti-int.h):  Only include if
261         INTERPRETER is defined.
262         (finish_, _Jv_NotifyThreadStart): Only do jvmti proccessing if
263         INTERPRETER is defined.
264         * java/lang/Class.h (_Jv_InterpreterEngine): Move declaration
265         and friend declaration inside #ifdef INTERPRETER block.
266         * java/lang/natClass.cc (_Jv_ClosureList::releaseClosures,
267         _Jv_ClosureList::registerClosure, _Jv_GetInterpClassSourceFile):
268         Only define if INTERPRETER is defined.
269         * java/lang/reflect/natVMProxy.cc (UnsupportedOperationException.h):
270         Include.
271         (generateProxyClass): Throw UnsupportedOperationException unless
272         INTERPRETER is defined.
274 2007-07-29  Matthias Klose  <doko@ubuntu.com>
276         * HACKING: Document regenerating configure.
278 2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
280         PR libgcj/32929
281         * aclocal.m4: Regenerated.
282         * configure: Likewise.
284 2007-07-28  Matthias Klose  <doko@ubuntu.com>
286         * configure.ac: Encode the libgcj soversion in dbexecdir,
287         pass --with-native-libdir to classpath configure.
288         * configure: Regenerate.
290 2007-07-28  Matthias Klose  <doko@ubuntu.com>
292         * classpath/jvmti.h: Remove.
294 2007-07-27  Tom Tromey  <tromey@redhat.com>
296         * Rebuild .class files with new ecj.
298 2007-07-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
300         * configure.ac (mips-sgi-irix6*): Override SYSTEMSPEC.
301         * configure: Regenerate.
303 2007-07-16  Rask Ingemann Lambertsen  <rask@sygehus.dk>
305         PR target/32340
306         * configure.host (arm*-elf | strongarm*-elf | xscale*-elf): Use the
307         new sysdeps/arm directory.
309 2007-07-15  Tom Tromey  <tromey@redhat.com>
311         * java/io/File.java: Implement Comparable<File>.
312         (compareTo): Removed.
313         * java/io/File.h: Rebuilt.
314         * classpath/lib/java/io/File.class: Rebuilt.
316 2007-07-14  Tom Tromey  <tromey@redhat.com>
318         * Rebuilt .class files.
320 2007-07-15  Andrew Haley  <aph@redhat.com>
322         * configure.host: 
323         arm*-linux-gnu -> arm*-linux*.
325 2007-07-14  Krister Walfridsson  <cato@df.lth.se>
327         * gnu/gcj/util/natGCInfo.cc: Use HAVE_STRERROR_R.
328         * configure.ac: Remove check for strerror, add check for strerror_r.
329         * configure: Regenerate.
330         * include/config.h.in: Regenerate.
332 2007-07-13  Andrew Haley  <aph@redhat.com>
334         * libgcj.ver: Add __gcj_personality_sj0.
336         * testsuite/libjava.jvmti/jvmti-interp.exp: Likewise.
337         * testsuite/libjava.jni/jni.exp: Use -fdollars-in-identifiers.
338         * testsuite/libjava.jni/cni.exp: Use -fdollars-in-identifiers.
339         * testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_compile_cxx_to_o): Likewise.
341         * gnu/classpath/natVMStackWalker.cc (getCallingClassLoader): Check
342         klass is non-null.
343         * java/lang/reflect/natField.cc (getAddr): Call
344         _Jv_StackTrace::GetCallingClass only if CALLER is non-null.
345         * java/lang/reflect/natVMProxy.cc (run_proxy): Use
346         _Jv_getFieldInternal to get field proxyClass.m.
347         (_Jv_getFieldInternal): New function.
349 2007-07-11  Andrew Haley  <aph@redhat.com>
351         * configure.host (arm*-linux-gnu): New.
352         * sysdep/arm/locks.h: New.
354 2007-07-13  Roger Sayle  <roger@eyesopen.com>
356         * java/lang/natPosixProcess.cc: Include <sys/time.h> before
357         <sys/resource.h> to restore bootstrap on powerpc-apple-darwin7.9.0.
359 2007-07-12  Matthias Klose  <doko@ubuntu.com>
361         * gnu/classpath/jdwp/util/MethodResult.h,
362         gnu/classpath/jdwp/value/ObjectValue.h: Regenerate.
364 2007-07-11  Keith Seitz  <keiths@redhat.com>
366         * interpret.cc (get_local_var_table) [DIRECT_THREADED]: Make sure the
367         method is compiled.
368         * testsuite/libjava.jvmti/interp/getlocalvartable.out: Revise
369         for compiled methods.
371 2007-07-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
373         PR libgcj/32651
374         * configure.host (mips-sgi-irix6*): Set sysdeps_dir.
375         Disable interpreter.
376         
377 2007-07-05  Andreas Tobler  <a.tobler@schweiz.org>
379         * java/lang/natPosixProcess.cc: Reorder includes to fix compilation
380         on hppa2.0w-hp-hpux11.11.
381         Remove include of <gcj/cni.h>.
383 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
385         * aclocal.m4: Regenerated.
387 2007-07-03  Andreas Tobler  <a.tobler@schweiz.org>
389         * java/lang/Class.h: Remove redundant 'class java::*::* declarations.
391 2007-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
393         PR libgcj/30513
394         * configure.host (i[3-6]86-*): Undef sun.
396 2007-06-28  H.J. Lu  <hongjiu.lu@intel.com>
398         * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one):
399         Fix a typo.
401 2007-06-28  Jan Nijtmans  <nijtmans@users.sourceforge.net>
403         PR libgcj/30999:
404         * jni_md.h: Add the possibility to compile jni code with.
405         -fvisibility=hidden. This causes all symbols to be hidden
406         except the JNI functions which need to be exported.
408 2007-06-28  Andreas Tobler  <a.tobler@schweiz.org>
410         * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Pass
411         the cxxldlibflags to exec_gij to have the right libstdc++ invoked.
413 2007-07-21  Keith Seitz  <keiths@redhat.com>
415         * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerate.
417 2007-07-20  Keith Seitz  <keiths@redhat.com>
419         * classpath/lib/gnu/classpath/jdwp/value/StringValue.class:
420         Regenerate.
422 2007-07-20  Keith Seitz  <keiths@redhat.com>
424         * gnu/classpath/jdwp/VMVirtualMachine.java (executeMethod):
425         Update from reference implementation.
426         * gnu/classpath/jdwp/natVMVirtualMachine.cc (executeMethod):
427         Update parameter list to match new VMVirtualMachine interface.
428         * classpath/lib/gnu/classpath/jdwp/processor/ClassTypeCommandSet.class:
429         Regenerate.
430         * classpath/lib/gnu/classpath/jdwp/processor/
431         ObjectReferenceCommandSet.class: Regenerate.
432         * classpath/lib/gnu/classpath/jdwp/value/ObjectValue.class: Regenerate.
433         * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class: Regenerate.
434         * classpath/lib/gnu/classpath/jdwp/util/MethodResult.class: Regenerate.
436 2007-06-18  Keith Seitz  <keiths@redhat.com>
438         * gnu/gcj/jvmti/Breakpoint.java: Make abstract.
439         (method): Change from private to protected.
440         (location): Likewise.
441         (Breakpoint): Change argument list to take only integer type.
442         Add default constructor.
443         (initialize_native): Renamed to ...
444         (_save_insn): ... this to make function more explicit.
445         (execute): New method.
446         * gnu/gcj/jvmti/Breakpoint.h: Regenerate.
447         * gnu/gcj/jvmti/natBreakpoint.cc (initialize_native): Rename to...
448         (_save_insn): ... this.
449         (install): Save the original instruction.
450         * gnu/gcj/jvmti/NormalBreakpoint.java: New file.
451         * gnu/gcj/jvmti/NormalBreakpoint.h: New file.
452         * gnu/gcj/jvmti/natNormalBreakpoint.cc: New file.
453         * gnu/gcj/jvmti/BreakpointManager.java (newBreakpoint):
454         Instantiate a NormalBreakpoint instead of Breakpoint.
455         * interpret-run.cc (insn_breakpoint): Remove breakpoint actions
456         and call Breakpoint.execute to do them.
457         * classpath/lib/gnu/gcj/jvmti/Breakpoint.class: Regenerate.
458         * classpath/lib/gnu/gcj/jvmti/BreakpointManager.class: Likewise.
459         * classpath/lib/gnu/gcj/jvmti/NormalBreakpoint.class: New file.
460         * sources.am: Regenerate.
461         * Makefile.am (nat_source_files): Add natNormalBreakpoint.cc.
462         * Makefile.in: Regenerated.
464 2007-06-14  Keith Seitz  <keiths@redhat.com>
466         * include/java-interp.h (_Jv_LocalVarTableEntry): Add union
467         for bytecode_pc and direct-threaded pc.
468         Add field descriptions inline.
469         * defineclass.cc (read_one_code_attribute): Change from
470         bytecode_start_pc to bytecode_pc.
471         Remove unused variable "len".
472         * interpret.cc (compile): Remap the variable table, too.
473         (get_local_var_table) [DIRECT_THREADED]: Use insn_index on the
474         start location to map from pc_t to code index.
476 2007-06-09  Keith Seitz  <keiths@redhat.com>
478         * testsuite/libjava.jvmti/dummyagent.c (Agent_OnLoad):
479         Add missing return value.
481 2007-06-03  Matthias Klose  <doko@ubuntu.com>
483         * java/io/natFileWin32.cc (setFilePermissions): New (stub only).
484         _access: Handle EXEC query, stub only.
486 2007-06-03  Matthias Klose  <doko@ubuntu.com>
488         Merged from classpath:
489         * gnu/java/nio/SelectorProviderImpl.java: Whitespace merge.
490         * java/lang/System.java(inheritedChannel): New.
491         * java/lang/Character.java: Remove stray`;'.
492         * java/net/MulticastSocket.java: Merged.
493         * java/text/DateFormatSymbols.java(getInstance): New, comment updates.
494         * java/text/Collator.java(getInstance): Merged.
495         * java/util/Calendar.java: New attributes ALL_STYLES, SHORT, LONG.
496         getDisplayName, getDisplayNames: New.
497         * java/util/logging/Logger.java: Merged.
498         * Regenerate .class and .h files.
500 2007-06-03  Matthias Klose  <doko@ubuntu.com>
502         * java/io/File.java: Merge with classpath-0.95, new method
503         setFilePermissions, new attribute EXEC.
504         * java/io/natFilePosix.cc (setFilePermissions): New.
505         _access: Handle EXEC query.
506         * classpath/lib/java/io/File.class, java/io/File.h: Regenerate.
508 2007-06-03  Matthias Klose  <doko@ubuntu.com>
510         Imported GNU Classpath 0.95.
512         * classpath/Makefile.in,
513         classpath/native/jni/midi-dssi/Makefile.in,
514         classpath/native/jni/classpath/Makefile.in,
515         classpath/native/jni/Makefile.in,
516         classpath/native/jni/gconf-peer/Makefile.in,
517         classpath/native/jni/java-io/Makefile.in,
518         classpath/native/jni/native-lib/Makefile.in,
519         classpath/native/jni/java-util/Makefile.in,
520         classpath/native/jni/midi-alsa/Makefile.in,
521         classpath/native/jni/java-lang/Makefile.in,
522         classpath/native/jni/java-nio/Makefile.in,
523         classpath/native/jni/java-net/Makefile.in,
524         classpath/native/jni/xmlj/Makefile.in,
525         classpath/native/jni/qt-peer/Makefile.in,
526         classpath/native/jni/gtk-peer/Makefile.in,
527         classpath/native/Makefile.in, classpath/native/jawt/Makefile.in,
528         classpath/native/fdlibm/Makefile.in,
529         classpath/native/plugin/Makefile.in,
530         classpath/resource/Makefile.in, classpath/scripts/Makefile.in,
531         classpath/tools/Makefile.in, classpath/doc/Makefile.in,
532         classpath/doc/api/Makefile.in, classpath/lib/Makefile.in,
533         classpath/external/Makefile.in, classpath/external/jsr166/Makefile.in,
534         classpath/external/sax/Makefile.in,
535         classpath/external/w3c_dom/Makefile.in,
536         classpath/external/relaxngDatatype/Makefile.in,
537         classpath/include/Makefile.in,
538         classpath/examples/Makefile.in: Regenerate.
539         * classpath/config.guess, classpath/config.sub,
540         classpath/ltmain.sh : Update.
541         * classpath/configure, classpath/depcomp, classpath/missing,
542         classpath/aclocal.m4, classpath/install-sh: Regenerate.
544         * gnu/classpath/Configuration.java (CLASSPATH_VERSION): Now 0.95.
545         * sources.am: Regenerate.
546         * Makefile.in: Regenerate.
548         * Update the .class files and generated CNI header files, add new
549         .class and generated CNI header files.
550         * Remove generated files for removed java source files:
551         classpath/gnu/java/net/BASE64.java,
552         classpath/gnu/java/security/util/Base64.java,
553         classpath/gnu/java/awt/peer/gtk/GThreadMutex.java,
554         classpath/gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java,
555         classpath/gnu/java/awt/font/autofit/Scaler.java,
556         classpath/gnu/classpath/jdwp/util/Value.java,
557         classpath/gnu/javax/net/ssl/Base64.java.
558         * Remove empty directories.
560         * Makefile.am(nat_source_files): Add natVMOperatingSystemMXBeanImpl.cc.
561         * java/lang/Class.java(setAccessible): Merge from classpath.
562         * java/util/Locale.java: Remove.
563         * gnu/java/lang/management/VMOperatingSystemMXBeanImpl.java,
564         gnu/java/lang/management/natVMOperatingSystemMXBeanImpl.cc: New.
565         * gcj/javaprims.h: Update class declarations.
566         * scripts/classes.pl: Update usage.
567         * HACKING: Mention to build all peers.
569 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
571         * configure: Regenerate.
573 2007-05-31  Andrew Haley  <aph@redhat.com>
575         * java/lang/natClassLoader.cc (_Jv_NewClassFromInitializer): Clear
576         INTERPRETED access modifier.
578 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
580         PR libjava/32098
581         * configure: Regenerated.
582         * aclocal.m4: Regenerated.
584 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
586         PR libjava/32098
587         * configure: Regenerated.
589 2007-05-29  H.J. Lu  <hongjiu.lu@intel.com>
591         * configure.ac: Don't include ../config/confsubdir.m4.
592         * aclocal.m4: Regenerated.
593         * configure: Likewise.
595 2007-05-27  Paolo Bonzini  <bonzini@gnu.org>
597         PR bootstrap/32078
598         * configure.ac: Include confsubdir.m4.
599         * configure: Regenerate.
601 2007-05-24  Keith Seitz  <keiths@redhat.com>
603         * include/java-interp.h (_Jv_InterpFrame::get_pc): Only deduct
604         one when pc_ptr is non-NULL.
606         * prims.cc (parse_init_args): Enable JVMTI with agentlib
607         and agentpath options.
609         * testsuite/lib/libjava.exp (exec_gij): Add new addl_flags
610         parameter.
611         * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one):
612         Pass '-agentlib:dummyagent' when executing gij.
613         (gij_jvmti_run): Build dummy JVMTI agent before running tests,
614         and remove it when finished.
615         * testsuite/libjava.jvmti/dummyagent.c: New file.
617 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
619         * Makefile.in: Regenerate.
620         * configure: Regenerate.
621         * aclocal.m4: Regenerate.
622         * gcj/Makefile.in: Regenerate.
623         * include/Makefile.in: Regenerate.
624         * testsuite/Makefile.in: Regenerate.
626 2007-05-17  Kyle Galloway  <kgallowa@redhat.com>
628         * classpath/gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
629         (executeMethods): Remove cast to ClassReferenceTypeId.
630         * classpath/lib/gnu/classpath/jdwp/processor/
631         ReferenceTypeCommandSet.class: Rebuilt.
633 2007-05-17  Kyle Galloway  <kgallowa@redhat.com>
635         * gnu/classpath/jdwp/natVMMethod.cc (getModifiers): Check for native
636         classes and mark methods as native appropriately.
638 2007-05-17  Kyle Galloway  <kgallowa@redhat.com>
640         * gnu/classpath/jdwp/VMFrame.java (<init>): Add parameter for "this"
641         pointer.
642         * gnu/classpath/jdwp/VMFrame.h: Regenerated.
643         * classpath/lib/gnu/classpath/jdwp/VMFrame.class: Rebuilt.
644         * gnu/classpath/jdwp/natVMVirtualMachine.cc (getFrame): Use new
645         VMFrame constructor.
647 2007-05-16  David Daney  <ddaney@avtrex.com>
649         * include/java-stack.h (_Jv_FrameInfo): Remove union definition.
650         (_Jv_StackFrame): Remove commented out code.
651         (_Jv_UnwindState): Remove superfluous 'typedef'.
652         * sun/misc/natUnsafe.cc (spinlock): Add white space to quiet
653         compiler warnings.
654         * gnu/java/lang/management/natVMMemoryPoolMXBeanImpl.cc
655         (getCollectionUsage): Don't declare unused parameter n.
656         (getMemoryManagerNames): Same.
657         * gnu/gcj/util/natGCInfo.cc (gc_debug_info): Remove superfluous
658         'typedef'.
660 2007-05-16  Keith Seitz  <keiths@redhat.com>
662         * include/java-interp.h (breakpoint_at): Declare.
663         * interpret.cc (breakpoint_at): New function.
664         * gnu/classpath/jdwp/VMVirtualMachine.java (_event_list):
665         New member.
666         * gnu/classpath/jdwp/natVMVirtualMachine.cc (initialize):
667         Initialize _event_list.
668         (handle_single_step): If there is a breakpoint at the
669         location at which we are stopping, do not send the notification.
670         Instead add the event to a list of events that occur at this
671         location.
672         (jdwpBreakpointCB): If the event list is not empty, send
673         whatever events are in it and the breakpoint event in a single
674         notification.
675         Mark parameter jni_env as MAYBE_UNUSED.
676         * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class:
677         Regenerated.
678         * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerated.
680 2007-05-15  David Daney  <ddaney@avtrex.com>
682         * classpath/lib/javax/swing/text/html/HTMLEditorKit.class: Regenerate
683         * gnu/java/awt/peer/gtk/ComponentGraphics.h: Same.
685 2007-05-15  Keith Seitz  <keiths@redhat.com>
687         * interpret.cc (STOREA): Rewrite using temporary variable to
688         avoid double-macro expansion side-effects.
689         (STOREI): Likewise.
690         (STOREF): Likewise.
691         (STOREL)[SIZEOF_VOID_P == 8]: Likewise.
692         (STORED)[SIZEOF_VOID_P == 8]: Likewise.
693         (STOREL)[SIZEOF_VOID_P != 8]: Likewise.
694         (STORED)[SIZEOF_VOID_P != 8]: Likewise.
695         (POKEI): Likewise.
697 2007-05-12  David Daney  <ddaney@avtrex.com>
699         PR libgcj/29324
700         * include/posix-threads.h (_Jv_BlockSigchld): Declare.
701         (_Jv_UnBlockSigchld): Same.
702         * posix-threads.cc: Include posix-threads.h.
703         (block_sigchld) Rename to...
704         (_Jv_BlockSigchld) ... this.
705         (_Jv_UnBlockSigchld): New function.
706         (_Jv_InitThreads): Call _Jv_BlockSigchld in place of block_sigchld.
707         (_Jv_ThreadStart): Same.
708         * java/lang/PosixProcess$ProcessManager.h: Regenerate.
709         * java/lang/PosixProcess.java: Clean up imports.
710         (ProcessManager): Make final.
711         (ProcessManager.queue): Genericise and make private.
712         (ProcessManager.pidToProcess): Remove.
713         (ProcessManager.liveProcesses): New field.
714         (ProcessManager.reaperPID): Remove.
715         (ProcessManager.nativeData): New field.
716         (ProcessManager.removeProcessFromMap): Remove.
717         (ProcessManager.addProcessToMap):Remove.
718         (ProcessManager.addToLiveProcesses): New method.
719         (ProcessManager.run): Rewritten.
720         (ProcessManager.reap): Change method signature,
721         (getErrorStream): Correct formatting.
722         (getInputStream): Same.
723         (spawn): Add process to liveProcesses list.
724         (pid): Make package private.
725         * java/lang/PosixProcess.h: Regenerate.
726         * java/lang/natPosixProcess.cc: Include posix.h and posix-threads.h.
727         Add useing namespace java::lang.
728         (ProcessManagerInternal): New struct.
729         (sigchld_handler): Rewritten.
730         (init): Rewritten.
731         (waitForSignal): Same.
732         (reap): Same.
733         (signalReaper): Same.
734         (nativeDestroy): Call kill as ::kill.
735         (nativeSpawn): Correct formatting.
736         * classpath/lib/java/lang/PosixProcess$EOFInputStream.class: Regenerate.
737         * classpath/lib/java/lang/PosixProcess.class: Same.
738         * classpath/lib/java/lang/PosixProcess$ProcessManager.class: Same.
740 2007-05-07  Ian Lance Taylor  <iant@google.com>
742         PR java/31842
743         * java/lang/natString.cc (_Jv_FormatInt): Avoid undefined signed
744         overflow.
746 2007-05-07  Keith Seitz  <keiths@redhat.com>
748         * classpath/lib/gnu/classpath/jdwp/Jdwp.class: Regenerate.
749         * classpath/lib/gnu/classpath/jdwp/Jdwp$1.class: Regenerate.
750         * classpath/lib/gnu/classpath/jdwp/event/Event.class:
751         Regenerate.
752         * classpath/lib/gnu/classpath/jdwp/transport/JdwpConnection.class:
753         Regenerate.
754         * gnu/classpath/jdwp/Jdwp.h: Regenerate.
755         * gnu/classpath/jdwp/event/Event.h: Regenerate.
756         * gnu/classpath/jdwp/transport/JdwpConnection.h: Regenerate.
758 2007-05-04  Kyle Galloway  <kgallowa@redhat.com>
760         * gnu/classpath/jdwp/natVMVirtualMachine.cc (getClassMethod): Change
761         to use JVMTI.
763 2007-05-03  Keith Seitz  <keiths@redhat.com>
765         * interpret.cc: Don't include ExceptionEvent.h.
766         * gnu/gcj/jvmti/natExceptionEvent.cc: Remove.
767         * Makefile.am (nat_source_files): Remove natExceptionEvent.cc.
768         * Makefile.in: Regenerated.
770 2007-05-03  Keith Seitz  <keiths@redhat.com>
772         * include/jvmti-int.h (_Jv_ReportJVMTIExceptionThrow):
773         Declare.
774         * interpret.cc (_Jv_ReportJVMTIExceptionThrow): New function.
775         (find_catch_location): New function.
776         (REPORT_EXCEPTION): New macro.
777         (throw_internal_error): Use REPORT_EXCEPTION.
778         (throw_incompatible_class_change_error): Likewise.
779         (throw_null_pointer_exception): Likewise.
780         (throw_class_format_error): Likewise.
781         * interpret-run.cc (INTERP_REPORT_EXCEPTION)[DEBUG]: Set
782         to REPORT_EXCEPTION.
783         (INTERP_REPORT_EXCEPTION)[!DEBUG]: Make nop.
784         (insn_new): Use INTERP_REPORT_EXCEPTION.
785         (insn_athrow): Likewise.
786         Remove previous JVMTI exception notifications.
787         Add JVMTI ExceptionCatch notificatin.
788         * jni.cc (_Jv_PopSystemFrame): Notify JVMTI clients of
789         exception throw.
790         * gnu/gcj/jvmti/ExceptionEvent.java: Removed.
791         * gnu/gcj/jvmti/ExceptionEvent.h: Removed. 
792         * classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class: Removed.
793         * gnu/classpath/jdwp/natVMVirtualMachine.cc
794         (jdwpExceptionCB): New function.
795         (jdwpVMInitCB): Set Exception event handler and enable.
796         * sources.am: Regenerated.
797         * Makefile.in: Regenerated.
799 2007-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
801         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237304
802         * Makefile.in: Regenerate.
803         * scripts/makemake.tcl (scan_directory): Treat default.css as a
804         property file.
805         * classpath/javax/swing/text/html/default.css: Move to...
806         * classpath/resource/javax/swing/text/html/default.css: New file.
807         * classpath/javax/swing/text/html/HTMLEditorKit.java
808         (getStyleSheet): Throw RuntimeException when style loading fails.
809         * sources.am (property_files): Add
810         classpath/resource/javax/swing/text/html/default.css.
812 2007-05-02  Tom Tromey  <tromey@redhat.com>
814         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238755
815         * java/lang/natCharacter.cc (Character::getType): Handle negative
816         code points.
817         (Character::toLowerCase): Likewise.
818         (Character::toUpperCase): Likewise.
819         (Character::digit): Likewise.
820         (Character::getNumericValue): Likewise.
821         (Character::getDirectionality): Likewise.
822         (Character::toTitleCase): Likewise.
824 2007-04-30  Keith Seitz  <keiths@redhat.com>
826         * interpret-run.cc (NEXT_INSN)[DEBUG]: Advance PC before
827         executing the instruction.
828         * include/java-interp.h (_Jv_InterpFrame::get_pc): Subtract
829         one insn from the frame's PC. _Jv_InterpMethod::run et al
830         will advance the PC before executing the instruction.
832 2007-04-27  Keith Seitz  <keiths@redhat.com>
834         * classpath/lib/gnu/classpath/jdwp/Jdwp.class: Regenerated.
835         * classpath/lib/gnu/classpath/jdwp/event/EventManager.class:
836         Regenerated.
837         * gnu/classpath/jdwp/event/EventManager.h: Regenerated.
839 2007-04-27  Keith Seitz  <keiths@redhat.com>
841         * classpath/lib/gnu/classpath/jdwp/event/filters/
842         LocationOnlyFilter.class: Regenerated;
843         * classpath/lib/gnu/classpath/jdwp/util/Location.class:
844         Regenerated.
845         * gnu/classpath/jdwp/VMMethod.java
846         * classpath/lib/gnu/classpath/jdwp/VMMethod.class:
847         Regenerated.
848         * gnu/classpath/jdwp/VMMethod.h: Regenerated.
849         * gnu/classpath/jdwp/util/Location.h: Regenerated.
851 2007-04-27  Thomas Fitzsimmons  <fitzsim@redhat.com>
853         * gnu/java/awt/peer/gtk/CairoGraphics2D.h: Regenerate.
854         * gnu/java/awt/peer/gtk/ComponentGraphics.h: Regenerate.
856 2007-04-25  Kyle Galloway  <kgallowa@redhat.com>
858         * gnu/classpath/jdwp/VMIdManager.java (getObjectId): Deal with null
859         objects.
860         (get): Deal with ObjectId of 0. 
862 2007-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
864         PR libgcj/31084
865         * java/lang/natVMProcess.cc: Include platform.h before jvm.h.
867 2007-04-24  Kyle Galloway  <kgallowa@redhat.com>
869         * gnu/classpath/jdwp/natVMVirtualMachine.java
870         (getThreadStatus): Implement.
872 2007-04-24  Keith Seitz  <keiths@redhat.com>
874         * headers.txt (gnu/gcj/jvmti/Breakpoint.h)[DIRECT_THREADED]:
875         Add _Jv_RewriteBreakpointInsn friend declaration.
876         * gnu/gcj/jvmti/natBreakpoint.cc (_Jv_RewriteBreakpointInsn)
877         [DIRECT_THREADED]: New function.
878         * gnu/gcj/jvmti/Breakpoint.h: Regenerate.
879         * interpret-run.cc: Define new REWRITE_INSN macro.
880         Changed all occurrences of insn rewriting to call REWRITE_INSN.
882 2007-04-23  Keith Seitz  <keiths@redhat.com>
884         * include/no-gc.h (_Jv_IsThreadSuspended): Declare.
885         * include/boehm-gc.h (_Jv_IsThreadSuspended): Likewise.
886         * boehm.cc (_Jv_IsThreadSuspended): New function.
887         * nogc.cc (_Jv_IsThreadSuspended): Likewise.
888         * jvmti.cc (_Jv_JVMTI_GetThreadState): New function.
889         (_Jv_JVMTI_Interface): Define GetThreadState.
891 2007-04-23  Kyle Galloway  <kgallowa@redhat.com>
893         * include/java-interp.h (_Jv_InterpFrame): Add pointer to the
894         interpreter PC.
895         (<init>): Add a pointer to the interpreter PC as a parameter with
896         default value NULL.
897         (get_pc): New method.
898         * interpret-run.cc: If debugging, pass a pointer to the PC when
899         creating the stack frame.
900         * jvmti.cc (_Jv_JVMTI_GetStackTrace): Call _Jv_InterpFrame::get_pc
901         to get the PC.
903 2007-04-23  Kyle Galloway  <kgallowa@redhat.com>
905         * gnu/classpath/jdwp/natVMVirtualMachine.cc (getSourceFile): Check
906         for null source file and throw an exception indicating this.
908 2007-04-20  Keith Seitz  <keiths@redhat.com>
910         * gnu/gcj/jvmti/BreakpointManager.java (newBreakpoint):
911         Install the new breakpoint into the bytecode.
912         (deleteBreakpoint): Remove the breakpoint from the bytecode.
913         * classpath/lib/gnu/gcj/jvmti/BreakpointManager.class:
914         Regenerate.
915         * gnu/gcj/jvmti/natBreakpoint.cc (initialize_native):
916         Don't install the breakpoint here.
918 2007-04-19  Keith Seitz  <keiths@redhat.com>
920         * interpret-run.cc [insn_breakpoint]: Save the original
921         insn for the breakpoint before posting the JVMTI notification.
923 2007-04-19  Tom Tromey  <tromey@redhat.com>
925         * gnu/javax/net/ssl/provider/SSLSocketFactoryImpl.h: Rebuilt.
927 2007-04-18  Tom Tromey  <tromey@redhat.com>
929         * Regenerated headers with new gjavah.
931 2007-04-18  Andrew Haley  <aph@redhat.com>
933         * java/lang/reflect/natVMProxy.cc (ncode_closure): Add
934         method_index.
935         (generateProxyClass): Add field $Proxy0.m.  Store methods array in
936         it.
937         (run_proxy): Retrieve the method to invoke from in $Proxy0.m.
938         * java/lang/Class.h: Remove _Jv_LookupProxyMethod.
939         * java/lang/natClass.cc: Likewise.
940         * headers.txt: Likewise.
941         * java/lang/reflect/Method.h: Likewise.
943 2007-04-16  Andrew Haley  <aph@redhat.com>
945         * gnu/gcj/runtime/BootClassLoader.java (getBootURLLoader): New
946         method.
947         (bootGetResource): Use getBootURLLoader() to load resources.
948         (bootGetResources): Likewise.
950         * java/lang/reflect/natMethod.cc (Method::invoke): In invoke also
951         check that the method's declaring class is accessible.
953 2007-04-10  Keith Seitz  <keiths@redhat.com>
955         * sources.am: Regenerate.
956         * Makefile.in: Likewise.
958 2007-04-09  Kyle Galloway  <kgallowa@redhat.com>
960         * interpret-run.cc: If debugging, check if args is NULL before
961         getting the "this" pointer.
963 2007-04-09  Kyle Galloway  <kgallowa@redhat.com>
965         * classpath/gnu/classpath/jdwp/value/ArrayValue.java: New file.
966         * classpath/lib/gnu/classpath/jdwp/value/ArrayValue.class: New file.
967         * gnu/classpath/jdwp/ArrayValue.h: New file.
968         * gnu/classpath/jdwp/natVMFrame.cc (getValue): Add array case.
969         (setValue): Ditto. 
971 2007-04-09  David Daney  <ddaney@avtrex.com>
973         PR libgcj/23758
974         * java/lang/natPosixProcess.cc (nativeSpawn): Move building of
975         environment before the fork.
976         * testsuite/libjava.lang/Process_7.java: New test.
977         * testsuite/libjava.lang/Process_7.out: Its expected results.
978         * testsuite/libjava.lang/Process_7.jar: Generated file.
980 2007-04-09  H.J. Lu  <hongjiu.lu@intel.com>
982         * prims.cc (load_jvmti_agent): Add the missing `,'.
984 2007-04-09  Kyle Galloway  <kgallowa@redhat.com>
986         * gij.cc (main): Accept -agentlib and -agentpath options.
987         * prims.cc (parse_init_args): Deal with -agentlib and -agentpath.
988         (load_jvmti_agent): New function.
990 2007-04-04  Tania Bento  <tbento@redhat.com>
992         * java/text/DecimalFormatSymbols.java: Added the year 2007 to
993         Copyright information and introduced new variable, currency.
994         (DecimalFormatSymbols(Locale)): Define currency and intlCurrencySymbol
995         to "XXX", currencySymbol to "?" and localCurrency appropriately.
996         (getCurrency): Fixed documentation and return the value of currency.
997         (setCurrency): Fixed documentation and update the value of currency.
998         (setInternationalCurrencySymbol): Fixed documentation and update the
999         value of currency.
1000         * java/util/Currency.java: Introduced two new variables, properties
1001         and fractionDigits. In the static block, a properties object is
1002         created and the currency resource is loaded.
1003         (Currency(Locale)): fractionDigits is defined.
1004         (Currency(String)): New method.
1005         (getDefaultFractionDigits): Return the value of fractionDigits.
1006         (getInstance(String)): Check if String is equal to "XXX".
1008 2007-04-04  Kyle Galloway  <kgallowa@redhat.com>
1010         * classpath/gnu/classpath/jdwp/util/VariableTable.java: Change longs
1011         to ints for argCnt and slots.
1012         (write): Replace writeLong with writeInt for the above. 
1014 2007-04-03  Andrew Haley  <aph@redhat.com>
1016         * testsuite/libjava.lang/ProxyTest.java: New test.
1018 2007-04-02  Tom Tromey  <tromey@redhat.com>
1020         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205157
1021         * gnu/java/nio/channels/natFileChannelPosix.cc (mapImpl): Extend
1022         file, when writing, if it is too short.
1024 2007-04-02  Tom Tromey  <tromey@redhat.com>
1026         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=233406
1027         * gnu/java/net/natPlainSocketImplPosix.cc (create): Return if
1028         already created.
1029         * gnu/java/net/PlainSocketImpl.java (getLocalAddress): Handle case
1030         where localport is -1.
1031         (create): Now public.
1032         * gnu/java/nio/SocketChannelImpl.java (SocketChannelImpl): Call
1033         'create' on the socket.
1035 2007-04-02  Andrew Haley  <aph@redhat.com>
1037         * java/lang/reflect/natVMProxy.cc (run_proxy): Use
1038         _Jv_LookupProxyMethod to find the Method.
1039         If parameter_types->length == 0, pass a null paramameter list,
1040         not a zero-length parameter list.
1041         * java/lang/natClass.cc (_Jv_LookupProxyMethod): New function.
1042         * java/lang/Class.h (_Jv_LookupProxyMethod): Declare.
1044 2007-04-02  Kyle Galloway  <kgallowa@redhat.com>
1046         * interpret-run.cc: Add code to properly set up variable slots
1047         when debugging.
1048         * gnu/classpath/jdwp/natVMFrame.cc (checkJVMTIError): New function.
1049         (getObjectJVMTI): New function.
1050         (setObjectJVMTI): New function.
1051         (getIntJVMTI): New function.
1052         (setIntJVMTI): New function.
1053         (getLongJVMTI): New function.
1054         (setLongJVMTI): New function.
1055         (getFloatJVMTI): New function.
1056         (setFloatJVMTI): New function.
1057         (getDoubleJVMTI): New function.
1058         (setDoubleJVMTI): New function.
1059         (getFrameDepth): New function.
1060         (getValue): Implement.
1061         (setValue): Implement. 
1063 2007-04-02  Kyle Galloway  <kgallowa@redhat.com>
1065         * classpath/gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java
1066         (executeResume): Call VMVirtualMachine.resumeThread.
1068 2007-03-29  Tom Tromey  <tromey@redhat.com>
1070         PR libgcj/29869:
1071         * java/util/logging/LogManager.java (readConfiguration): Handle
1072         comma-separated 'handlers'.  Don't try to add a non-existing
1073         handler.
1075 2007-03-27  Tom Tromey  <tromey@redhat.com>
1077         * sources.am, Makefile.in: Rebuilt.
1078         * scripts/mime.types: Removed.
1079         * scripts/MakeDefaultMimeTypes.java: Removed.
1080         * gnu/gcj/io/MimeTypes.java: Removed.
1081         * gnu/gcj/io/MimeTypes.h: Removed.
1082         * gnu/gcj/io/DefaultMimeTypes.java: Removed.
1083         * gnu/gcj/io/DefaultMimeTypes.h: Removed.
1085 2007-03-27  Keith Seitz  <keiths@redhat.com>
1087         * gnu/classpath/jdwp/VMFrame.java: Update from upstream
1088         classpath.
1089         * gnu/classpath/jdwp/natVMFrame.cc: Likewise.
1090         * gnu/classpath/jdwp/VMVirtualMachine.java: Likewise.
1091         * gnu/classpath/jdwp/natVMVirtualMachine.cc: Likewise.
1092         (initialize): Fix compiler type-punning warning.
1093         (getAllLoadedClasses): Return empty list instead of NULL.
1094         (getLoadRequests): Likewise.
1095         * gnu/classpath/jdwp/exception/InvalidTagException.h: New file.
1096         * gnu/classpath/jdwp/exception/InvalidSlotException.h: New file.
1097         * gnu/classpath/jdwp/exception/TypeMismatchException.h: New file.
1098         * gnu/classpath/jdwp/VMVirtualMachine.h: Rebuilt.
1099         * gnu/classpath/jdwp/value/CharValue.h: New file.
1100         * gnu/classpath/jdwp/value/LongValue.h: New file.
1101         * gnu/classpath/jdwp/value/ShortValue.h: New file.
1102         * gnu/classpath/jdwp/value/Value.h: New file.
1103         * gnu/classpath/jdwp/value/BooleanValue.h: New file.
1104         * gnu/classpath/jdwp/value/VoidValue.h: New file.
1105         * gnu/classpath/jdwp/value/ByteValue.h: New file.
1106         * gnu/classpath/jdwp/value/FloatValue.h: New file.
1107         * gnu/classpath/jdwp/value/ObjectValue.h: New file.
1108         * gnu/classpath/jdwp/value/StringValue.h: New file.
1109         * gnu/classpath/jdwp/value/ValueFactory.h: New file.
1110         * gnu/classpath/jdwp/value/IntValue.h: New file.
1111         * gnu/classpath/jdwp/value/DoubleValue.h: New file.
1112         * gnu/classpath/jdwp/VMFrame.h: Rebuilt.
1113         * gnu/classpath/jdwp/id/NullObjectId.h: New file.
1114         * gnu/classpath/jdwp/util/MethodResult.h: Rebuilt.
1115         * gnu/classpath/jdwp/util/NullObject.h: New file.
1116         * gnu/classpath/jdwp/util/MonitorInfo.h: New file.
1117         * Makefile.in: Rebuilt.
1118         * sources.am: Rebuilt.
1120 2006-03-26  David Daney  <ddaney@avtrex.com>
1122         * configure.ac: Remove checks for mktime, alloca, ioctl, gmtime_r,
1123         fork, execvp, execinfo.h, pthread_mutexattr_settype,
1124         pthread_mutexattr_setkind_np and sys/wait.h.
1125         * Makefile.in: Regenerate.
1126         * include/Makefile.in: Regenerate.
1127         * include/config.h.in: Regenerate.
1128         * testsuite/Makefile.in: Regenerate.
1129         * configure: Regenerate.
1130         * gcj/Makefile.in: Regenerate.
1132 2007-03-23  Gary Benson  <gbenson@redhat.com>
1134         * link.cc (_Jv_Linker::resolve_method_entry):
1135         Ensure that the argument types and the return type of the
1136         found method match those expected by the calling method.
1138 2007-03-22  David Daney  <ddaney@avtrex.com>
1140         PR libgcj/31228
1141         * configure.ac: Add checks for getrlimit and sys/resource.h.
1142         * include/posix.h (_Jv_platform_close_on_exec): Remove.
1143         * include/config.h.in: Regenerate.
1144         * configure: Regenerate.
1145         * gnu/java/nio/channels/natFileChannelPosix.cc (open): Remove call to
1146         _Jv_platform_close_on_exec;
1147         * gnu/java/net/natPlainSocketImplPosix.cc (create): Likewise.
1148         (accept): Likewise.
1149         * gnu/java/net/natPlainDatagramSocketImplPosix.cc (create):Likewise.
1150         * java/lang/natPosixProcess.cc: Include sys/resource.h.
1151         (nativeSpawn): Close all file descriptors.  Don't set FD_CLOEXEC on
1152         pipes.
1154 2007-03-20  Andrew Haley  <aph@redhat.com>
1156         * testsuite/libjava.lang/PR31264.java: New test.
1158 2007-03-14  Jakub Jelinek  <jakub@redhat.com>
1160         * Makefile.am (AM_MAKEFLAGS): Pass through mandir.
1161         * Makefile.in: Rebuilt.
1163 2007-03-13  Keith Seitz  <keiths@redhat.com>
1165         * include/java-interp.h (_Jv_InterpClass): Declare
1166         friend function _Jv_GetInterpClassSourceFile.
1167         * java/lang/Class.h (Class): Likewise.
1168         * java/lang/natClass.cc (_Jv_GetInterpClassSourceFile):
1169         New function.
1170         * gnu/classpath/jdwp/natVMVirtualMachine.cc
1171         (getSourceFile): Implement.
1173 2007-03-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
1175         * Makefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE.
1176         * classpath/configure.ac: Add --with-ecj-jar configure option.
1177         * classpath/gnu/classpath/Configuration.java.in (ECJ_JAR): New
1178         field.
1179         * classpath/INSTALL: Document --with-ecj-jar configure option and
1180         ecj jar requirement for com.sun.tools.javac support.
1181         * classpath/tools/Makefile.am: Build decendents of com and sun
1182         directories.
1183         * configure.ac: Substitute ECJ_JAR in stub Configuration.java.
1184         * gnu/classpath/Configuration.java,
1185         gnu/classpath/natConfiguration.cc (ecj): New method.
1186         (ECJ_JAR): New field.
1187         * scripts/makemake.tcl (scan_packages): Add com directory.
1188         * sources.am (property_files): Add
1189         classpath/resource/sun/rmi/rmic/messages.properties and
1190         classpath/resource/com/sun/tools/javac/messages.properties.
1191         * classpath/resource/com, classpath/resource/com/sun,
1192         classpath/resource/com/sun/tools,
1193         classpath/resource/com/sun/tools/javac, classpath/resource/sun,
1194         classpath/resource/sun/rmi, classpath/resource/sun/rmi/rmic,
1195         classpath/tools/classes/com, classpath/tools/classes/com/sun,
1196         classpath/tools/classes/com/sun/javadoc,
1197         classpath/tools/classes/com/sun/tools,
1198         classpath/tools/classes/com/sun/tools/doclets,
1199         classpath/tools/classes/sun, classpath/tools/classes/sun/rmi,
1200         classpath/tools/classes/sun/rmi/rmic, classpath/tools/com,
1201         classpath/tools/com/sun, classpath/tools/com/sun/javadoc,
1202         classpath/tools/com/sun/tools,
1203         classpath/tools/com/sun/tools/doclets,
1204         classpath/tools/com/sun/tools/javac, classpath/tools/sun,
1205         classpath/tools/sun/rmi, classpath/tools/sun/rmi/rmic: New
1206         directories.
1207         * classpath/resource/com/sun/tools/javac/messages.properties,
1208         classpath/resource/sun/rmi/rmic/messages.properties,
1209         classpath/tools/classes/com/sun/javadoc/ClassDoc.class,
1210         classpath/tools/classes/com/sun/javadoc/ConstructorDoc.class,
1211         classpath/tools/classes/com/sun/javadoc/Doc.class,
1212         classpath/tools/classes/com/sun/javadoc/DocErrorReporter.class,
1213         classpath/tools/classes/com/sun/javadoc/Doclet.class,
1214         classpath/tools/classes/com/sun/javadoc/ExecutableMemberDoc.class,
1215         classpath/tools/classes/com/sun/javadoc/FieldDoc.class,
1216         classpath/tools/classes/com/sun/javadoc/MemberDoc.class,
1217         classpath/tools/classes/com/sun/javadoc/MethodDoc.class,
1218         classpath/tools/classes/com/sun/javadoc/PackageDoc.class,
1219         classpath/tools/classes/com/sun/javadoc/ParamTag.class,
1220         classpath/tools/classes/com/sun/javadoc/Parameter.class,
1221         classpath/tools/classes/com/sun/javadoc/ProgramElementDoc.class,
1222         classpath/tools/classes/com/sun/javadoc/RootDoc.class,
1223         classpath/tools/classes/com/sun/javadoc/SeeTag.class,
1224         classpath/tools/classes/com/sun/javadoc/SerialFieldTag.class,
1225         classpath/tools/classes/com/sun/javadoc/SourcePosition.class,
1226         classpath/tools/classes/com/sun/javadoc/Tag.class,
1227         classpath/tools/classes/com/sun/javadoc/ThrowsTag.class,
1228         classpath/tools/classes/com/sun/javadoc/Type.class,
1229         classpath/tools/classes/com/sun/javadoc/TypeVariable.class,
1230         classpath/tools/classes/com/sun/tools/doclets/Taglet.class,
1231         classpath/tools/classes/sun/rmi/rmic/Main.class,
1232         classpath/tools/classes/sun/rmi/rmic/Messages.class,
1233         classpath/tools/com/sun/javadoc/ClassDoc.java,
1234         classpath/tools/com/sun/javadoc/ConstructorDoc.java,
1235         classpath/tools/com/sun/javadoc/Doc.java,
1236         classpath/tools/com/sun/javadoc/DocErrorReporter.java,
1237         classpath/tools/com/sun/javadoc/Doclet.java,
1238         classpath/tools/com/sun/javadoc/ExecutableMemberDoc.java,
1239         classpath/tools/com/sun/javadoc/FieldDoc.java,
1240         classpath/tools/com/sun/javadoc/MemberDoc.java,
1241         classpath/tools/com/sun/javadoc/MethodDoc.java,
1242         classpath/tools/com/sun/javadoc/PackageDoc.java,
1243         classpath/tools/com/sun/javadoc/ParamTag.java,
1244         classpath/tools/com/sun/javadoc/Parameter.java,
1245         classpath/tools/com/sun/javadoc/ProgramElementDoc.java,
1246         classpath/tools/com/sun/javadoc/RootDoc.java,
1247         classpath/tools/com/sun/javadoc/SeeTag.java,
1248         classpath/tools/com/sun/javadoc/SerialFieldTag.java,
1249         classpath/tools/com/sun/javadoc/SourcePosition.java,
1250         classpath/tools/com/sun/javadoc/Tag.java,
1251         classpath/tools/com/sun/javadoc/ThrowsTag.java,
1252         classpath/tools/com/sun/javadoc/Type.java,
1253         classpath/tools/com/sun/javadoc/TypeVariable.java,
1254         classpath/tools/com/sun/tools/doclets/Taglet.java,
1255         classpath/tools/com/sun/tools/javac/Main.java,
1256         classpath/tools/com/sun/tools/javac/Messages.java,
1257         classpath/tools/sun/rmi/rmic/Main.java,
1258         classpath/tools/sun/rmi/rmic/Messages.java: New files.
1259         * Makefile.in, classpath/Makefile.in, classpath/configure,
1260         classpath/doc/Makefile.in, classpath/doc/api/Makefile.in,
1261         classpath/examples/Makefile.in, classpath/external/Makefile.in,
1262         classpath/external/jsr166/Makefile.in,
1263         classpath/external/relaxngDatatype/Makefile.in,
1264         classpath/external/sax/Makefile.in,
1265         classpath/external/w3c_dom/Makefile.in,
1266         classpath/include/Makefile.in, classpath/include/config.h.in,
1267         classpath/lib/Makefile.in,
1268         classpath/lib/gnu/classpath/Configuration.class,
1269         classpath/native/Makefile.in, classpath/native/fdlibm/Makefile.in,
1270         classpath/native/jawt/Makefile.in,
1271         classpath/native/jni/Makefile.in,
1272         classpath/native/jni/classpath/Makefile.in,
1273         classpath/native/jni/gconf-peer/Makefile.in,
1274         classpath/native/jni/gtk-peer/Makefile.in,
1275         classpath/native/jni/java-io/Makefile.in,
1276         classpath/native/jni/java-lang/Makefile.in,
1277         classpath/native/jni/java-net/Makefile.in,
1278         classpath/native/jni/java-nio/Makefile.in,
1279         classpath/native/jni/java-util/Makefile.in,
1280         classpath/native/jni/midi-alsa/Makefile.in,
1281         classpath/native/jni/midi-dssi/Makefile.in,
1282         classpath/native/jni/native-lib/Makefile.in,
1283         classpath/native/jni/qt-peer/Makefile.in,
1284         classpath/native/jni/xmlj/Makefile.in,
1285         classpath/native/plugin/Makefile.in,
1286         classpath/resource/Makefile.in, classpath/scripts/Makefile.in,
1287         classpath/tools/Makefile.in, configure,
1288         gnu/classpath/Configuration.h: Regenerate.
1290 2007-03-12  Kyle Galloway  <kgallowa@redhat.com>
1292         * jvmti.cc (_Jv_JVMTI_GetArgumentsSize): Make wide type arrays count
1293         as a sigle slot.
1295 2007-03-12  Marco Trudel  <mtrudel@gmx.ch>
1297         * java/lang/natString.cc (getBytes (jstring enc)):
1298         Fixed the loop for multiple cycles, Code cleanup
1300 2007-03-09  Tom Tromey  <tromey@redhat.com>
1302         * sources.am, Makefile.in: Rebuilt.
1303         * scripts/makemake.tcl (scan_directory): Allow service files to be
1304         omitted.
1305         Omit all XML-related service files.
1307 2007-03-07  Tom Tromey  <tromey@redhat.com>
1309         * configure: Rebuilt.
1310         * configure.ac: Clear vm-tools-packages.
1312 2007-03-07  Mohan Embar  <gnustuff@thisiscool.com>
1314         * java/lang/Win32Process.java: Added nested class EOFInputStream.
1315         * java/lang/natWin32Process.cc (ChildProcessPipe): Added DUMMY
1316         enum and implementation.
1317         (startProcess): Use redirect flag.
1318         * classpath/lib/java/lang/Win32Process.class: Regenerated.
1319         * classpath/lib/java/lang/Win32Process$EOFInputStream.class: New.
1320         * gcj/javaprims.h: Regenerated.
1321         * java/lang/Win32Process$EOFInputStream.h: New.
1323 2007-03-07  Andrew Haley  <aph@redhat.com>
1325         * libgcj_bc.c (JvRunMainName): Declare.
1327 2007-03-07  Gary Benson  <gbenson@redhat.com>
1329         * sources.am, Makefile.in: Rebuilt.
1331 2007-03-07  Mohan Embar  <gnustuff@thisiscool.com>
1333         * gcj/javaprims.h: Regenerated.
1335 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
1337         * include/jvm.h (_Jv_ClosureListFinalizer): New.
1338         (_Jv_Linker::create_error_method): Adjust.
1339         * boehm.cc (_Jv_ClosureListFinalizer): New.
1340         * nogc.cc (_Jv_ClosureListFinalizer): New.
1341         * java/lang/Class.h (class _Jv_ClosureList): New.
1342         (class java::lang::Class): Declare it as friend.
1343         * java/lang/natClass.cc (_Jv_ClosureList::releaseClosures): New.
1344         (_Jv_ClosureList::registerClousure): New.
1345         * include/execution.h (_Jv_ExecutionEngine): Add get_closure_list.
1346         (_Jv_CompiledEngine::do_get_closure_list): New.
1347         (_Jv_CompiledEngine::_Jv_CompiledEngine): Use it.
1348         (_Jv_IndirectCompiledClass): Add closures.
1349         (_Jv_IndirectCompiledEngine::get_aux_info): New.
1350         (_Jv_IndirectCompiledEngine::do_allocate_field_initializers): Use
1351         it.
1352         (_Jv_IndirectCompiledEngine::do_get_closure_list): New.
1353         (_Jv_IndirectCompiledEngine::_Jv_IndirectCompiledEngine): Use it.
1354         (_Jv_InterpreterEngine::do_get_closure_list): Declare.
1355         (_Jv_InterpreterEngine::_Jv_InterpreterEngine): Use it.
1356         * interpret.cc (FFI_PREP_RAW_CLOSURE): Use _loc variants.
1357         (node_closure): Add closure list.
1358         (_Jv_InterpMethod::ncode): Add jclass argument.  Use
1359         ffi_closure_alloc and the separate code pointer.  Register the
1360         closure for finalization.
1361         (_Jv_JNIMethod::ncode): Likewise.
1362         (_Jv_InterpreterEngine::do_create_ncode): Pass klass to ncode.
1363         (_Jv_InterpreterEngine::do_get_closure_list): New.
1364         * include/java-interp.h (_Jv_InterpMethod::ncode): Adjust.
1365         (_Jv_InterpClass): Add closures field.
1366         (_Jv_JNIMethod::ncode): Adjust.
1367         * defineclass.cc (_Jv_ClassReader::handleCodeAttribute): Adjust.
1368         (_Jv_ClassReader::handleMethodsEnd): Likewise.
1369         * link.cc (struct method_closure): Add closure list.
1370         (_Jv_Linker::create_error_method): Add jclass argument.  Use
1371         ffi_closure_alloc and the separate code pointer.  Register the
1372         closure for finalization.
1373         (_Jv_Linker::link_symbol_table): Remove outdated comment about
1374         sharing of otable and atable.  Adjust.
1375         * java/lang/reflect/natVMProxy.cc (ncode_closure): Add closure
1376         list.
1377         (ncode): Add jclass argument.  Use ffi_closure_alloc and the
1378         separate code pointer.  Register the closure for finalization.
1379         (java::lang::reflect::VMProxy::generateProxyClass): Adjust.
1380         * testsuite/libjava.jar/TestClosureGC.java: New.
1381         * testsuite/libjava.jar/TestClosureGC.out: New.
1382         * testsuite/libjava.jar/TestClosureGC.xfail: New.
1383         * testsuite/libjava.jar/TestClosureGC.jar: New.
1385 2007-03-06  Kyle Galloway  <kgallowa@redhat.com>
1387         * classpath/gnu/classpath/jdwp/exception/AbsentInformationException.java: New file.
1388         * classpath/lib/gnu/classpath/jdwp/exception/AbsentInformationException.class: Ditto.
1389         * gnu/classpath/jdwp/exception/AbsentInformationException.h: Ditto.
1390         * gnu/classpath/jdwp/natVMMethod.cc: Add CHECK_INTERP_CLASS macro.
1391         (VMMethod::getLineTable): Use new macro.
1392         (VMMethod::getVariableTable): Implement.
1393         * sources.am: Regenerated.
1394         * Makefile.in: Ditto.
1396 2007-03-06  Tom Tromey  <tromey@redhat.com>
1398         * Makefile.in: Rebuilt.
1399         * Makefile.am (bin_PROGRAMS): Added gcjh.
1400         (gcjh_SOURCES, gcjh_LDFLAGS, gcjh_LINK, gcjh_LDADD,
1401         gcjh_DEPENDENCIES): New variables.
1403 2007-03-06  Kyle Galloway  <kgallowa@redhat.com>
1405         * jvmti.cc(_Jv_JVMTI_GetLocalVariableTable): Fix _Jv_Malloc parameters.
1406         * testsuite/libjava.jvmti/interp/natgetlocalvartable.cc
1407         (do_getlocalvartable_tests): Add Deallocate calls to free strings.
1409 2007-03-05  Matthias Klose  <doko@debian.org>
1411         * Makefile.am (gij_LDFLAGS): Use dbexecdir.
1412         * Makefile.in: Regnerate.
1414 2007-03-05  Mark Wielaard  <mark@klomp.org>
1416         * java/lang/Character.java: Re-merged with Classpath.
1417         * java/lang/natString.cc (nativeCompareTo): Renamed from
1418         compareTo.
1419         * java/lang/StringBuilder.java: Re-merged with Classpath.
1420         * java/lang/String.java: Re-merged with Classpath.
1421         (nativeCompareTo): Renamed from compareTo.
1422         * java/lang/StringBuffer.java: Re-merged with Classpath.
1423         * jni.cc (_Jv_JNI_GetAnyMethodID): Split calls to append.
1425 2007-03-05  Andrew Haley  <aph@redhat.com>
1427         * java/lang/reflect/natVMProxy.cc (ncode_closure.meth): Delete.
1428         (generateProxyClass): Don't pass method to ncode.
1429         (run_proxy): Call _Jv_GetReflectedMethod to find the proxy method.
1430         * java/lang/reflect/Method.h: Rebuild.
1431         * java/lang/reflect/Method.java (internalGetParameterTypes,
1432         internalGetExceptionTypes): New methods.
1433         * headers.txt (class java/lang/reflect/Method): Declare
1434         _Jv_GetReflectedMethod.  Be its friend.
1435         * java/lang/natClass.cc (_Jv_GetReflectedMethod): New method.
1436         * java/lang/Class.h: Declare it.  Be its friend.
1438 2007-03-05  Tom Tromey  <tromey@redhat.com>
1440         * sources.am, Makefile.in: Rebuilt.
1441         * scripts/makemake.tcl (emit_package_rule): Don't omit
1442         VMProcess.java.
1443         * Makefile.am (nat_source_files): Added natVMProcess.cc.
1444         (inner_nat_headers): Added ImmediateEOFInputStream.h.
1445         * gcj/javaprims.h: Regenerated.
1446         * java/lang/System.java (EnvironmentMap): Now package-private.
1447         (EnvironmentMap(Map)): New constructor.
1448         (EnvironmentMap.put): New method.
1449         * java/lang/natWin32Process.cc (startProcess): Update.
1450         * java/lang/Win32Process.java (Win32Process): Added 'redirect'
1451         argument.
1452         (startProcess): Likewise.
1453         * java/lang/EcosProcess.java (EcosProcess): Added 'redirect'
1454         argument.
1455         * java/lang/natPosixProcess.cc (nativeSpawn): Handle redirection.
1456         * java/lang/PosixProcess.java (redirect): New field.
1457         (PosixProcess): Added 'redirect' argument.
1458         * java/lang/natRuntime.cc (execInternal): Added 'redirect'
1459         argument to Process creation.
1460         * java/lang/natVMProcess.cc: New file.
1461         * java/lang/ProcessBuilder.java: Removed.
1462         * java/lang/VMProcess.java: New file.
1464 2007-03-03  Andrew Haley  <aph@redhat.com>
1466         * java/lang/natClass.cc (parseAnnotationElement): Correct long
1467         annotations to read JV_CONSTANT_Long, not JV_CONSTANT_Double.
1469 2007-03-02  Andrew Haley  <aph@redhat.com>
1471         * sun/reflect/annotation/AnnotationInvocationHandler.java:
1472         Generify in a few places.
1473         (equals): Rewrite to use invoke on local proxy.
1474         (deepToString): Remove most of it.
1475         (toString): Make nonstatic.
1476         (arrayClone): Delete.
1477         (coerce): New method.
1478         (invoke): Rewrite to handle gcj's structures correctly.
1479         * java/lang/natClass.cc (getDeclaredAnnotations): Fix test for
1480         null loader.
1481         * sources.am: Regenerate.
1482         * Makefile.am: Likewise.        
1484 2007-03-02  Andrew Haley  <aph@redhat.com>
1486         * sun/reflect/annotation/AnnotationInvocationHandler.java:
1487         Whitespace only changes.
1489 2007-03-02  Andrew Haley  <aph@redhat.com>
1491         * sun/reflect/annotation/AnnotationInvocationHandler.java: Moved
1492         from Classpath to libgcj local.
1494 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1496         * Makefile.am: Add dummy install-pdf target.
1497         * Makefile.in: Regenerate
1498         * include/Makefile.in: Regenerate
1499         * testsuite/Makefile.in: Regenerate
1500         * gcj/Makefile.in: Regenerate
1502 2007-02-23  Gary Benson  <gbenson@redhat.com>
1504         * gnu/gcj/tools/gcj_dbtool/Main.java: Updated copyright year.
1506 2007-02-23  Gary Benson  <gbenson@redhat.com>
1508         * java/lang/VMCompiler.java
1509         (compileClass): Don't lose zeros from within the digest.
1511 2007-02-22  Jakub Jelinek  <jakub@redhat.com>
1513         PR libgcj/17002
1514         PR classpath/28550
1515         * java/util/VMTimeZone.java (getDefaultTimeZoneId): To read
1516         /etc/localtime, use ZoneInfo.readTZFile instead of
1517         VMTimeZone.readtzFile.  Get better timezone name for /etc/localtime,
1518         either if it is a symlink or through /etc/sysconfig/clock.
1519         (readSysconfigClockFile): New static method.
1520         (readtzFile): Removed.
1521         * java/lang/System.java: Add gnu.java.util.zoneinfo.dir to comments.
1522         * posix.cc (_Jv_platform_initProperties): Set
1523         gnu.java.util.zoneinfo.dir.
1524         * sources.am (gnu_java_util_source_files): Add
1525         classpath/gnu/java/util/ZoneInfo.java.
1526         * Makefile.in: Regenerated.
1527         * java/util/VMTimeZone.h: Regenerated.
1528         * java/util/TimeZone.h: Regenerated.
1529         * gnu/java/util/ZoneInfo.h: Generated.
1531 2007-02-22  Mohan Embar  <gnustuff@thisiscool.com>
1533         * include/win32-threads.h: Added #undef OUT.
1535 2007-02-21  Kyle Galloway  <kgallowa@redhat.com>
1537         * jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function.
1538         * testsuite/libjava.jvmti/interp/getargssize.java: New test.
1539         * testsuite/libjava.jvmti/interp/getargssize.h: Ditto.
1540         * testsuite/libjava.jvmti/interp/getargssize.jar: Ditto.
1541         * testsuite/libjava.jvmti/interp/getargssize.out: Ditto.
1542         * testsuite/libjava.jvmti/interp/natgetargssize.cc: Ditto.
1544 2007-02-21  Gary Benson  <gbenson@redhat.com>
1546         * java/util/GregorianCalendar.java: Removed.
1547         * sources.am, Makefile.in: Rebuilt.
1549 2007-02-20  Keith Seitz  <keiths@redhat.com>
1551         * gnu/classpath/jdwp/natVMVirtualMachine.cc
1552         (jdwpClassPrepareCB): Move class status stuff to ...
1553         (getClassStatus): ... here.
1555 2007-02-20  Gary Benson  <gbenson@redhat.com>
1557         * gnu/awt/xlib/XEventLoop.h: Regenerated.
1558         * gnu/java/awt/peer/gtk/GThreadMutex.h: Likewise.
1559         * gnu/java/rmi/server/ConnectionRunnerPool$ConnectionRunner.h:
1560         Likewise.
1561         * gnu/java/rmi/server/UnicastConnectionManager.h: Likewise.
1562         * java/lang/SecurityManager.h: Likewise.
1563         * java/lang/Thread.h: Likewise.
1564         * java/security/VMSecureRandom$Spinner.h: Likewise.
1565         * java/util/concurrent/atomic/AtomicBoolean.h: Likewise.
1566         * java/util/concurrent/atomic/AtomicInteger.h: Likewise.
1567         * java/util/concurrent/atomic/AtomicLong.h: Likewise.
1568         * java/util/concurrent/atomic/AtomicReference.h: Likewise.
1569         * java/util/concurrent/ConcurrentHashMap$HashEntry.h: Likewise.
1570         * java/util/concurrent/ConcurrentHashMap$Segment.h: Likewise.
1571         * java/util/concurrent/ConcurrentLinkedQueue.h: Likewise.
1572         * java/util/concurrent/ConcurrentLinkedQueue$Node.h: Likewise.
1573         * java/util/concurrent/ConcurrentSkipListMap.h: Likewise.
1574         * java/util/concurrent/ConcurrentSkipListMap$Index.h: Likewise.
1575         * java/util/concurrent/ConcurrentSkipListMap$Node.h: Likewise.
1576         * java/util/concurrent/Exchanger.h: Likewise.
1577         * java/util/concurrent/Exchanger$Node.h: Likewise.
1578         * java/util/concurrent/FutureTask$Sync.h: Likewise.
1579         * java/util/concurrent/LinkedBlockingQueue$Node.h: Likewise.
1580         * java/util/concurrent/locks/AbstractQueuedLongSynchronizer.h:
1581         Likewise.
1582         * java/util/concurrent/locks/AbstractQueuedLongSynchronizer$Node.h: 
1583         Likewise.
1584         * java/util/concurrent/locks/AbstractQueuedSynchronizer.h: Likewise.
1585         * java/util/concurrent/locks/AbstractQueuedSynchronizer$Node.h:
1586         Likewise.
1587         * java/util/concurrent/ScheduledThreadPoolExecutor.h: Likewise.
1588         * java/util/concurrent/SynchronousQueue.h: Likewise.
1589         * java/util/concurrent/SynchronousQueue$TransferQueue.h: Likewise.
1590         * java/util/concurrent/SynchronousQueue$TransferQueue$QNode.h:
1591         Likewise.
1592         * java/util/concurrent/SynchronousQueue$TransferStack.h: Likewise.
1593         * java/util/concurrent/SynchronousQueue$TransferStack$SNode.h:
1594         Likewise.
1595         * java/util/concurrent/ThreadPoolExecutor.h: Likewise.
1596         * java/util/concurrent/ThreadPoolExecutor$Worker.h: Likewise.
1597         * java/util/logging/ErrorManager.h: Likewise.
1598         * javax/swing/plaf/basic/BasicSpinnerUI$2.h: Likewise.
1599         * javax/swing/plaf/basic/BasicSpinnerUI$4.h: Likewise.
1601 2007-02-16  Keith Seitz  <keiths@redhat.com>
1603         * gnu/classpath/jdwp/natVMVirtualMachine.cc
1604         (get_line_table): New function.
1605         (handle_single_step): New function.
1606         (jdwpSingleStepCB): New function.
1607         (jdwpVMInitCB): Define a JVMTI single step
1608         callback, but don't enable it until needed.
1610 2007-02-16  David Daney  <ddaney@avtrex.com>
1612         * java/lang/Thread.java (Thread(ThreadGroup, Runnable, String)): Pass
1613         new parameter constructor.
1614         (Thread(ThreadGroup, Runnable, String, long)): Same.
1615         (Thread(String, boolean)): New constructor.
1616         (Thread(Thread, ThreadGroup, Runnable, String): Add parameter
1617         noInheritableThreadLocal, don't call
1618         InheritableThreadLocal.newChildThread if set.
1619         * java/lang/PosixProcess.java(ProcessManager()): Set
1620         noInheritableThreadLocal in super.
1621         * java/lang/natThread.cc (_Jv_AttachCurrentThread): Pass new
1622         parameter to Thread constructor.
1623         (_Jv_AttachCurrentThreadAsDaemon): Same.
1624         * java/lang/Thread.h: Regenerate.
1625         * classpath/lib/java/lang/Thread.class: Same.
1626         * classpath/lib/java/lang/PosixProcess$EOFInputStream.class: Same.
1627         * classpath/lib/java/lang/PosixProcess.class: Same.
1628         * classpath/lib/java/lang/Thread$State.class: Same.
1629         * classpath/lib/java/lang/PosixProcess$ProcessManager.class: Same.
1631 2007-02-16  Kyle Galloway  <kgallowa@redhat.com>
1633         * interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot
1634         variables to maintain type info.
1635         * interpret-run.cc: Add local variable info to frame in the debug
1636         interpreter.
1637         * jvmti.cc (getLocalFrame): New method.
1638         (_Jv_JVMTI_GetLocalObject): New method.
1639         (_Jv_JVMTI_GetLocallInt): New method.
1640         (_Jv_JVMTI_GetLocalFloat): New method.
1641         (_Jv_JVMTI_GetLocalLong): New method.
1642         (_Jv_JVMTI_GetLocalDouble): New method.
1643         (_Jv_JVMTI_SetLocalObject): New method.
1644         (_Jv_JVMTI_SetLocalInt): New method.
1645         (_Jv_JVMTI_SetLocalFloat): New method.
1646         (_Jv_JVMTI_SetLocalLong): New method.
1647         (_Jv_JVMTI_SetLocalDouble): New method.
1649 2007-02-16  Gary Benson  <gbenson@redhat.com>
1651         * gnu/gcj/tools/gcj_dbtool/Main.java
1652         (bytesToString): Don't lose zeros from within the digest.
1654 2007-02-15  Andrew Haley  <aph@redhat.com>
1656         * Makefile.am (nat_source_files): Remove
1657         java/lang/management/natVMManagementFactory.cc.
1658         * java/lang/Thread.java (getStackTrace): Use reflection to call
1659         the ManagementFactory.
1660         * java/lang/management/VMManagementFactory.java: Remove native
1661         methods.
1662         * java/lang/management/natVMManagementFactory.cc: Deleted.
1663         * sources.am: Regnerate.
1664         * scripts/makemake.tcl: Add new "bcheaders" type.
1665         Move java/lang/management and gnu/classpath/management to "bc".
1666         Move gnu/java/lang/management to "bcheaders".
1667         
1668 2007-02-15  Kyle Galloway  <kgallowa@redhat.com>
1669         
1670         * interpret.cc (_Jv_InterpMethod::check_handler): New method.
1671         * interpret-run.cc: Change the catch section to report exception
1672         events and to use the new check_handler method.
1673         * include/java-interp.h (_Jv_InterpMethod): Add check_handler.
1674         * gnu/gcj/jvmti/ExceptionEvent.java: New file.
1675         * gnu/gcj/jvmti/ExceptionEvent.h: New file.
1676         * gnu/gcj/jvmti/natExceptionEvent.cc: New file.
1677         * libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class: New
1678         file.
1679         * sources.am: Added ExceptionEvent.java.
1680         * Makefile.am: Added natExceptionEvent.cc
1681         * Makefile.in: Regenerated.
1682         * include/Makefile.in: Regenerated.
1683         * gcj/Makefile.in: Regenerated.
1685 2007-02-15  Johannes Schmidt  <jschmidt@avtrex.com>
1686         David Daney  <ddaney@avtrex.com>
1688         * configure.ac: Create vm-tools-packages file.  Add 
1689         gnu/gcj/tools/gc_analyze to standard.omit and vm-tools-packages.
1690         Check for /proc/self/maps.
1691         * Makefile.am (bin_PROGRAMS): Added gc-analyze.
1692         (gc_analyze_SOURCES): New.
1693         (gc_analyze_LDFLAGS): New.
1694         (gc_analyze_LINK): New.
1695         (gc_analyze_LDADD): New.
1696         (gc_analyze_DEPENDENCIES): New.
1697         (nat_source_files): Add gnu/gcj/util/natGCInfo.cc.
1698         * Makefile.in: Regenerated.
1699         * configure: Regenerated.
1700         * include/config.h.in: Regenerated.
1701         * sources.am: Regenerated.
1702         * scripts/makemake.tcl: Don't include gc-analyze classes in libgcj.
1703         * gnu/gcj/tools/gc_analyze/SymbolLookup.java: New.
1704         * gnu/gcj/tools/gc_analyze/ObjectMap.java: New.
1705         * gnu/gcj/tools/gc_analyze/MemoryMap.java: New.
1706         * gnu/gcj/tools/gc_analyze/SymbolTable.java: New.
1707         * gnu/gcj/tools/gc_analyze/BlockMap.java: New.
1708         * gnu/gcj/tools/gc_analyze/BytePtr.java: New.
1709         * gnu/gcj/tools/gc_analyze/ItemList.java: New.
1710         * gnu/gcj/tools/gc_analyze/ToolPrefix.java: New.
1711         * gnu/gcj/tools/gc_analyze/MemoryAnalyze.java: New.
1712         * gnu/gcj/util/GCInfo.java: New.
1713         * gnu/gcj/util/GCInfo.h: New.
1714         * gnu/gcj/util/natGCInfo.cc: New.
1715         * gnu/gcj/util/UtilPermission.java: New.
1716         * gnu/gcj/util/UtilPermission.h: New.
1717         * classpath/tools/gnu/gcj/tools/gc_analyze/SymbolTable.class: New.
1718         * classpath/tools/gnu/gcj/tools/gc_analyze/ObjectMap$ObjectItem.class: New.
1719         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryMap$RangeComparator.class: New.
1720         * classpath/tools/gnu/gcj/tools/gc_analyze/BlockMap$PtrMarks.class: New.
1721         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryMap$Range.class: New.
1722         * classpath/tools/gnu/gcj/tools/gc_analyze/BlockMap.class: New.
1723         * classpath/tools/gnu/gcj/tools/gc_analyze/BytePtr.class: New.
1724         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$SubstringComparator.class: New.
1725         * classpath/tools/gnu/gcj/tools/gc_analyze/ItemList.class: New.
1726         * classpath/tools/gnu/gcj/tools/gc_analyze/ToolPrefix.class: New.
1727         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze.class: New.
1728         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$1$Info.class: New.
1729         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$1.class: New.
1730         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$2.class: New.
1731         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$3.class: New.
1732         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$4.class: New.
1733         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$OptionParser.class: New.
1734         * classpath/tools/gnu/gcj/tools/gc_analyze/BlockMap$SizeKind.class: New.
1735         * classpath/tools/gnu/gcj/tools/gc_analyze/SymbolLookup.class: New.
1736         * classpath/tools/gnu/gcj/tools/gc_analyze/ObjectMap.class: New.
1737         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryMap.class: New.
1738         * classpath/lib/gnu/gcj/util/GCInfo.class: New.
1739         * classpath/lib/gnu/gcj/util/UtilPermission.class: New.
1741 2007-02-15  David Daney  <ddaney@avtrex.com>
1743         * gnu/java/net/PlainSocketImpl.h: Regenerate.
1744         * gnu/classpath/jdwp/VMVirtualMachine.h: Same.
1745         * gnu/classpath/jdwp/VMFrame.h: Same.
1746         * java/net/Socket.h: Same.
1747         * java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet.h: Same.
1749 2007-02-15  Kyle Galloway  <kgallowa@redhat.com>
1751         * defineclass.cc (_Jv_ClassReader::read_one_code_attribute):
1752         Added LocalVariableTable attribute handling.
1753         (_Jv_ClassReader::pool_Utf8_to_char_arr): New method.
1754         * jvmti.cc (_Jv_JVMTI_GetLocalVariableTable): New method.
1755         * include/java-interp.h: Added local_var_table and 
1756         local_var_table_len fields to _Jv_InterpMethod.
1757         (_Jv_InterpMethod::get_local_var_table): New method.
1758         * testsuite/libjava.jvmti/interp/getlocalvartable.java: New test.
1759         * testsuite/libjava.jvmti/interp/getlocalvartable.jar: New test.
1760         * testsuite/libjava.jvmti/interp/getlocalvartable.out: Output
1761         for new test.
1762         * testsuite/libjava.jvmti/interp/getlocalvartable.h: New test.
1763         * testsuite/libjava.jvmti/interp/natgetlocalvartable.cc: New test.
1765 2007-02-15  Kyle Galloway  <kgallowa@redhat.com>
1767         * gnu/classpath/jdwp/natVMVirtualMachine (getFrames): Implement.
1769 2007-02-13  Keith Seitz  <keiths@redhat.com>
1771         * gnu/classpath/jdwp/natVMVirtualMachine.cc
1772         (jdwpBreakpointCB): New function.
1773         (jdwpVMInitCB): Define and enable the breakpoint
1774         callback.
1776 2007-02-13  Andrew Haley  <aph@redhat.com>
1778         * testsuite/libjava.lang/Divide_2.out
1779         * testsuite/libjava.lang/Divide_2.java: New test.
1781 2007-02-12  Keith Seitz  <keiths@redhat.com>
1783         * jvmti.cc (_Jv_JVMTI_GetStackTrace): Remove cast
1784         from jthread to Thread *; it is no longer needed.
1785         (_Jv_JVMTI_GetFrameCount): Likewise.
1786         Fix small formatting typo.
1788 2007-02-12  Tom Tromey  <tromey@redhat.com>
1790         * sources.am, Makefile.in: Rebuilt.
1791         * java/lang/Socket.java: Removed override.
1792         * java/lang/DatagramSocket.java: Removed override.
1793         * gnu/java/net/PlainSocketImpl.java (localSocketAddress): New
1794         field.
1795         (getLocalAddress): New method.
1796         * gnu/java/net/PlainDatagramSocketImpl.java
1797         (PlainDatagramSocketImpl): Throws IOException.
1798         * gnu/java/net/natPlainSocketImplPosix.cc (write): Remove
1799         'sizeof'.
1800         (read): Likewise.
1802 2007-02-09  Jakub Jelinek  <jakub@redhat.com>
1804         * java/util/VMTimeZone.java: Rewrite to handle both the old
1805         'TZif\0' format and the new one.
1806         
1807 2007-02-10  Andrew Haley  <aph@redhat.com>
1809         PR java/30742
1810         * gnu/classpath/natVMStackWalker.cc (GET_CALLING_CLASS): New.
1811         (getCallingClass): Call GET_CALLING_CLASS.
1812         (getCallingClassLoader): Likewise.
1814 2007-02-10  Mohan Embar  <gnustuff@thisiscool.com>
1816         * configure: Rebuilt.
1817         * configure.ac (GCJH): Reverted second part of patch of 2006-12-20.
1819 2007-02-10  Mohan Embar  <gnustuff@thisiscool.com>
1821         * Makefile.in: Rebuilt.
1822         * Makefile.am (BUILD_ECJ1): Unify the command for renaming ecjx to
1823         the host's ecj1 executable.
1825 2007-02-09  Richard Henderson  <rth@redhat.com>
1827         * sysdep/alpha/locks.h (read_barrier): New.
1829 2007-02-09  Keith Seitz  <keiths@redhat.com>
1831         * gnu/classpath/jdwp/VMVirtualMachine.java
1832         (_stepping_threads): New member.
1833         * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class:
1834         Regenerated.
1835         * gnu/classpath/jdwp/VMVirtualMachine.h:
1836         Regenerated.
1837         * gnu/claspath/jdwp/natVMVirtualMachine.cc
1838         (get_request_step_filter): New function.
1839         (DISABLE_EVENT): New macro.
1840         (initialize): Initialize _stepping_threads.
1841         (registerEvent): Implement EVENT_SINGLE_STEP.
1842         (unregisterEvent): Likewise.
1844 2007-02-08  Keith Seitz  <keiths@redhat.com>
1846         * sources.am: Regenerate.
1847         * Makefile.in: Regenerate.
1848         * testsuite/Makefile.in: Regenerate.
1849         * gcj/Makefile.in: Regenerate.
1850         * include/Makefile.in: Regenerate.
1852         * classpath/lib/javax/management/MBeanServerFactory.class:
1853         Regenerate.
1855 2007-02-08  Kyle Galloway  <kgallowa@redhat.com>
1857         * classpath/gnu/classpath/jdwp/processor/
1858         StackFrameCommandSet.java (executeGetValues): Pass jlong instead
1859         of ByteBuffer.
1860         (executeSetValues): Ditto.
1861         (executeThisObject): Ditto.
1862         * classpath/gnu/classpath/jdwp/processor/
1863         StackFrameCommandSet.class: Rebuilt.
1864         * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class:
1865         Rebuilt.
1866         * classpath/lib/gnu/classpath/jdwp/VMFrame.class: Rebuilt.
1867         * classpath/lib/gnu/classpath/jdwp/exception/
1868         InvalidFrameException.java: New file.
1869         * gnu/classpath/jdwp/VMFrame.java: Added field for thread of
1870         frame.
1871         (Constructor): New method.
1872         * gnu/classpath/jdwp/VMFrame.h: Regenerated.
1873         * gnu/classpath/jdwp/VMVirtualMachine.java
1874         (getFrame): Changed ByteBuffer to jlong.
1875         * gnu/classpath/jdwp/natVMVirtualMachine.cc
1876         (getFrame): Implement.
1877         * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerated.
1879 2007-02-08  Kyle Galloway  <kgallowa@redhat.com>
1881         * include/java-interp.h (_Jv_InterpFrame): obj_ptr field added
1882         to hold "this" pointer for frame.
1883         (_Jv_InterpFrame::get_this_ptr): New method.
1884         * interpret-run.cc: Copy the "this" pointer into obj_ptr.
1886 2007-02-07  Keith Seitz  <keiths@redhat.com>
1888         * include/java-interp.h (_Jv_Frame::depth):
1889         New function.
1890         * jvmti.cc (_Jv_JVMTI_GetFrameCount): Use _Jv_Frame::depth.
1892 2007-02-07  Kyle Galloway  <kgallowa@redhat.com>
1894         * jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro.
1895         (_Jv_JVMTI_GetMaxLocals): New method.
1896         * include/java-interp.h
1897         (_Jv_InterpMethod::get_max_locals): New method.
1899 2007-02-01 Marco Trudel <mtrudel@gmx.ch>
1901         * jni.cc (_Jv_JNI_DeleteWeakGlobalRef): Check for NULL objects.
1903 2007-02-07  Tom Tromey  <tromey@redhat.com>
1905         * testsuite/libjava.jni/init.c: New file.
1906         * testsuite/libjava.jni/init.java: New file.
1907         * testsuite/libjava.jni/init.out: New file.
1908         * testsuite/libjava.jni/init.jar: New file.
1909         * testsuite/libjava.jni/init.h: New file.
1910         * testsuite/libjava.jni/init$NativeClass.h: New file.
1912 2007-02-07  Jakub Jelinek  <jakub@redhat.com>
1914         PR libgomp/28468
1915         * configure: Regenerate.
1917 2007-02-06  Andrew Haley  <aph@redhat.com>
1919         * scripts/makemake.tcl (emit_bc_rule): Set the source filename.
1920         * sources.am: Rebuild.
1922 2007-02-05  Keith Seitz  <keiths@redhat.com>
1924         * jvmti.cc (_envListLock): Change type to
1925         ReentrantReadWriteLock.
1926         (_Jv_JVMTI_DisposeEnvironment): Switch to read/write
1927         lock.
1928         (check_enabled_event): Likewise.
1929         (_Jv_GetJVMTIEnv): Likewise.
1930         (_Jv_JVMTI_Init): Likewise.
1931         (_Jv_JVMTI_PostEvent): Likewise. 
1933 2007-02-05  Keith Seitz  <keiths@redhat.com>
1935         * gnu/classpath/jdwp/natVMVirtualMachine.cc
1936         (registerEvent): Implement EVENT_BREAKPOINT.
1937         (unregisterEvent): Likewise.
1938         (get_request_location): New function.
1940 2007-02-05  Matthias Klose  <doko@debian.org>
1942         testsuite/Makefile.am (compile-tests): Fix typo.
1943         testsuite/Makefile.in: Regenerate.
1945 2007-02-02  Kyle Galloway  <kgallowa@redhat.com>
1947         * gnu/classpath/jdwp/natVMVirtualMachine.cc (getFrameCount):
1948         Implment.
1950 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
1952         * configure.ac (libjava_cv_anon_version_script): New test.
1953         (ANONVERSCRIPT): New AM_CONDITIONAL.
1954         * configure: Rebuilt.
1955         * Makefile.am (extra_ldflags_libjava): Link with -Wl,--version-script
1956         if ANONVERSCRIPT.
1957         * Makefile.in: Rebuilt.
1958         (libgcj_la_DEPENDENCIES): Depend on libgcj.ver.
1959         * libgcj.ver: New file.
1961 2007-02-01  David Daney  <ddaney@avtrex.com>
1963         * scripts/makemake.tcl: Replace gnu/xml build with build of all
1964         its subpackages.
1965         * sources.am: Regenerate.
1966         * Makefile.in: Regenerate.
1968 2007-02-01  Tom Tromey  <tromey@redhat.com>
1970         * java/lang/ClassLoader.java (getResources): No longer final.
1972 2007-02-01  Tom Tromey  <tromey@redhat.com>
1974         * java/util/logging/LogManager.java (loggers): Genericized.
1975         (addLogger): Merged.
1976         (findAncestor): Likewise.
1977         (getLogger): Likewise.
1978         (getLoggerNames): Genericized.
1979         (reset): Merged.
1980         (getLevelProperty): Likewise.
1981         * java/lang/reflect/Method.java (getDeclaringClass): Genericized.
1982         * java/lang/reflect/Constructor.java (getParameterTypes):
1983         Genericized.
1984         (getExceptionTypes): Likewise.
1985         (newInstance): Likewise.
1986         * java/lang/reflect/Array.java (newInstance): Genericized.
1987         * java/lang/Object.java (getClass): Genericized.
1988         * java/nio/charset/spi/CharsetProvider.java (charsets):
1989         Genericized.
1990         * java/text/Collator.java: Implement Comparable<Object>.
1992 2007-02-01  Tom Tromey  <tromey@redhat.com>
1994         * java/util/Calendar.java: Implement Comparable<Calendar>.  Update
1995         comments.
1996         (clear): Call complete.
1997         (setTimeZone): Call computeTime, computeFields.
1998         (compareTo): New method.
1999         * java/nio/charset/Charset.java: Implement Comparable<Charset>.
2000         (availableCharsets): Genericized.
2001         (aliases): Likewise.
2002         (compareTo): Changed argument type.
2003         * java/lang/ClassLoader.java (loadClass): Genericized.
2004         (findClass): Likewise.
2005         (defineClass): Likewise.
2006         (resolveClass): Likewise.
2007         (findSystemClass): Likewise.
2008         (setSigners): Likewise.
2009         (findLoadedClass): Likewise.
2010         (getResources): Likewise.
2011         (findResources): Likewise.
2012         (getSystemResources): Likewise.
2013         (checkInitialized): New method.
2014         * java/lang/Class.java (getCanonicalName): New method.
2016 2007-01-31  Keith Seitz  <keiths@redhat.com>
2018         * include/jvmti-int.h (JVMTI): Declare member "enabled".
2019         * jvmti.cc (JVMTI): Add member "enabled".
2020         (_Jv_GetJVMTIEnv): Mark JVMTI enabled.
2021         * interpret.cc (_Jv_InterpMethod::ncode): Use JVMTI::enabled
2022         instead of gnu::classpath::jdwp::Jdwp::isDebugging.
2023         (_Jv_CompileMethod): If JVMTI is enabled, use run_debug
2024         instead of run to compile the method.
2026         * interpret-run.cc [DEBUG] (NEXT_INSN): Add JVMTI single step
2027         notification.
2029 2007-01-31  Andreas Tobler  <a.tobler@schweiz.org>
2031         * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Add
2032         -shared-libgcc to the cxxflaglist for Darwin.
2034 2007-01-31  Tom Tromey  <tromey@redhat.com>
2036         * scripts.am, Makefile.in: Rebuilt.
2037         * scripts/makemake.tcl (gnu/javax/swing/text/html/parser): Build
2038         as 'ordinary'.
2039         (emit_ordinary_rule): New proc.
2041 2007-01-31  Keith Seitz  <keiths@redhat.com>
2043         * testsuite/libjava.jvmti/getmethodname.h: New file.
2044         * testsuite/libjava.jvmti/getmethodname.jar: New file.
2046 2007-01-31  Andrew Haley  <aph@redhat.com>
2048         * prims.cc (_Jv_Abort): fflush (stderr).
2049         * java/lang/natClassLoader.cc (_Jv_CheckABIVersion): Abort.
2051 2007-01-31  Tom Tromey  <tromey@redhat.com>
2053         * configure, Makefile.in: Rebuilt.
2054         * configure.ac (JAR): Check for -@ feature.
2055         * Makefile.am (libgcj-$(gcc_version).jar): Use find -prune.
2057 2007-01-31  Tom Tromey  <tromey@redhat.com>
2059         PR libgcj/30606:
2060         * configure, include/config.h.in: Rebuilt.
2061         * configure.ac: Check for magic_t in magic.h.
2062         * java/net/natVMURLConnection.cc: Use HAVE_MAGIC_T.
2064 2007-01-30  Tom Tromey  <tromey@redhat.com>
2066         * Makefile.in: Rebuilt.
2067         * Makefile.am (libgcj-$(gcc_version).jar): Rewrote.
2069 2007-01-30  Andreas Tobler  <a.tobler@schweiz.org>
2071         * testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use a
2072         cast to print it right.
2074 2007-01-29  Kaloian Doganov  <kaloian@doganov.org>
2076         PR libgcj/30600:
2077         * gnu/gcj/convert/BytesToCharsetAdaptor.java (read): Fix call to
2078         'limit'.
2080 2007-01-29  Kyle Galloway  <kgallowa@redhat.com>
2082         * include/java-interp.h:  Added _Jv_Frame class and its two
2083         subclasses _Jv_InterpFrame and _Jv_NativeFrame.  Also moved
2084         _Jv_FrameType from java-stack.h.
2085         * include/java-stack.h: Removed _Jv_FrameType.
2086         * java/lang/Thread.java: Added frame member to hold new
2087         composite frame stack.
2088         * java/lang/Thread.h: Regenerated.
2089         * java/lang/Thread.class: Rebuilt.
2090         * jni.cc (_Jv_JNIMethod::call): Push a frame onto the stack when
2091         calling a JNI method.
2092         * jvmti.cc (_Jv_JVMTI_GetStackTrace): New Method.
2093         (_Jv_JVMTI_GetFrameCount): New method.
2094         * stacktrace.cc (UnwindTraceFn): Modified to use new _Jv_Frame
2095         classes.
2096         * testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
2097         * testsuite/libjava.jvmti/interp/natgetstacktrace.cc: New test.
2098         * testsuite/libjava.jvmti/interp/getstacktrace.h: New test.
2099         * testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
2100         * testsuite/libjava.jvmti/interp/getstacktrace.out: Output file
2101         for test. 
2103 2007-01-29  Tom Tromey  <tromey@redhat.com>
2105         * interpret.cc (run_debug): Remove comment.
2106         (STOREA): Reformat.
2107         (STOREI): Likewise.
2108         (STOREF): Likewise.
2109         (STOREL): Likewise.
2110         (STORED): Likewise.
2111         (POKEI): Likewise.
2112         (run_normal_debug): Likewise.
2113         (run_synch_object_debug): Likewise.
2114         (run_class_debug): Likewise.
2115         (run_synch_class_debug): Likewise.
2116         (get1s): Likewise.
2117         (get1u): Likewise.
2118         (get2u): Likewise.
2119         (get4): Likewise.
2120         (NULLARRAYCHECK): Likewise.
2121         (ARRAYBOUNDSCHECK): Likewise.
2122         * interpret-run.cc (insn_target) <breakpoint>: Tidy.
2124 2007-01-29  Tom Tromey  <tromey@redhat.com>
2126         * configure, Makefile.in: Rebuilt.
2127         * Makefile.am (bin_SCRIPTS): Never install scripts/jar.
2128         * configure.ac (BASH_JAR): Removed conditional.
2129         (JAR): Prefer the jar found by AC_CHECK_PROGS.
2131 2007-01-29  Tom Tromey  <tromey@redhat.com>
2133         * Makefile.in: Rebuilt.
2134         * Makefile.am (interpret.lo): New target.  Add -fwrap to
2135         AM_CXXFLAGS.
2137 2007-01-29  Keith Seitz  <keiths@redhat.com>
2139         * include/jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED):
2140         Define.
2141         [__GCJ_JNI_IMPL__]: Define our own JVMTI types when building
2142         gcj. All jvmti object types now are defined to be their
2143         corresponding java classes.
2144         * jvmti.cc (_Jv_JVMTI_SuspendThread): Remove casting from
2145         jthread to Thread*.
2146         (_Jv_JVMTI_ResumeThread): Likewise.
2147         (_Jv_JVMTI_InterruptThread): Likewise.
2148         (_Jv_JVMTI_SetEventNotificationMode): Likewise.
2149         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2150         (jdwpClassPrepareCB): Likewise.
2151         (jdwpThreadEndCB): Likewise.
2152         (jdwpThreadStartCB): Likewise.
2153         (jdwpVMInitCB): Likewise.
2155 2007-01-28  Michele Sandri  <gpointorama@gmail.com>
2157         * gnu/java/nio/channels/natFileChannelWin32.cc
2158         (lock): Implemented.
2159         (unlock): Implemented.
2161 2007-01-27  Andreas Tobler  <a.tobler@schweiz.org>
2163         PR libgcj/30513
2164         * configure.host: Add forgottten sysdep_dir to sparc. Add a flag to
2165         libgcj_flags to undefine 'sun' at compile time.
2166         * sysdep/sparc/locks.h (read_barrier): New functions for 32 and 64 bit
2167         Sparc.
2168         (write_barrier): Likewise.
2170 2007-01-27  Keith Seitz  <keiths@redhat.com>
2172         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2173         (getAllClassMethods): Move error handling to ...
2174         (throw_jvmti_error): ... here.
2175         (jdwpClassPrepareCB): New function.
2176         (jdwpThreadEndCB): New function.
2177         (jdwpThreadStartCB): New function.
2178         (jdwpVMDeathCB): New function.
2179         (jdwpVMInitCB): Define and enable callbacks for
2180         ClassPrepare, ThreadEnd, ThreadStart, and VMDeath.
2182 2007-01-27  Jakub Jelinek  <jakub@redhat.com>
2184         * Makefile.am (generic_header_files): Add $(inner_nat_headers).
2185         * testsuite/Makefile.am (check-dejaGNU): Depend on compile-tests.
2186         (MYGCJH): New variable.
2187         (compile-tests): New goal.
2188         * Makefile.in: Rebuilt.
2189         * testsuite/Makefile.in: Rebuilt.
2191 2007-01-26  Andrew Haley  <aph@redhat.com>
2193         * java/lang/natClass.cc (initializeClass): Re-throw
2194         SecurityExceptions.
2195         * java/lang/natVMClassLoader.cc (loadClass): checkPackageAccess.
2196         * java/lang/ClassLoader.java: (loadClass): Likewise.
2198 2007-01-26  Tom Tromey  <tromey@redhat.com>
2200         * Updated headers.
2202 2007-01-25  Tom Tromey  <tromey@redhat.com>
2204         PR libgcj/29594:
2205         * gnu/gcj/convert/Convert.java (main): Correctly handle missing
2206         input or output encodings.  Removed unused local variables.
2208 2007-01-25  Keith Seitz  <keiths@redhat.com>
2210         * include/jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.
2211         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2212         (_Jv_GetJDWP_JVMTIEnv): New function.
2213         * gnu/classpath/jdwp/natVMMethod.cc (getName): Implement.
2214         (getSignature): Implement.
2215         (getModifiers): Implement.
2217 2007-01-25  Andrew Haley  <aph@redhat.com>
2219         * configure, Makefile.in, include/config.h.in: Rebuilt.
2220         * Makefile.am (libgcj_la_LIBADD): Removed $(LIBMAGIC).
2221         * configure.ac: Don't check for libmagic.
2222         * java/net/natVMURLConnection.cc (p_magic_open, p_magic_load,
2223         p_magic_close, p_magic_buffer): New globals.
2224         (init): Look up 'magic' functions.
2225         (guessContentTypeFromBuffer): Updated.
2227 2007-01-25  Keith Seitz  <keiths@redhat.com>
2229         * jvmti.cc (_Jv_JVMTI_GetMethodName): New function.
2230         (_Jv_JVMTI_Interface): Define GetMethodName.
2231         * testsuite/libjava.jvmti/getmethodname.java: New file.
2232         * testsuite/libjava.jvmti/natgetmethodname.cc: New file.
2233         * testsuite/libjava.jvmti/getmethodname.out: New file. 
2235 2007-01-24  Kyle Galloway  <kgallowa@redhat.com>
2237         * libjava/testsuite/libjava.jvmti/jvmti-interp.exp: New file.
2238         * libjava/testsuite/libjava.jvmti/interp: New folder.
2239         * libjava/testsuite/lib/libjava.exp (exec_gij): New Method.
2241 2007-01-24  Keith Seitz  <keiths@redhat.com>
2243         * link.cc (_Jv_Linker::wait_for_state): Add JVMTI
2244         CLASS_PREPARE notification.
2246 2007-01-24  Keith Seitz  <keiths@redhat.com>
2248         * interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h,
2249         gnu/gcj/jvmti/BreakpointManager.h, jvmti.h, and jvmti-int.h
2250         * interpret-run.cc: Implement insn_breakpoint.
2252 2007-01-24  Keith Seitz  <keiths@redhat.com>
2254         * prims.cc (_Jv_RunMain): Send JVMTI event notifications
2255         for VM_INIT and VM_DEATH instead of the JDWP notifications.
2257 2007-01-24  Keith Seitz  <keiths@redhat.com>
2259         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2260         (getAllClassMethods): Implement.
2262 2007-01-24  Andrew Haley  <aph@redhat.com>
2264         * gnu/classpath/natVMStackWalker.cc: Call InitClass everywhere.
2265         (getClassContext) Add a barrier to prevent GetStackWalkerStack()
2266         from being sibcalled.
2268 2007-01-24  Andrew Haley  <aph@redhat.com>
2270         * scripts/makemake.tcl (emit_bc_rule): Set the source filename.
2271         * sources.am: Rebuild.
2273 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
2275         * exception.cc (parse_lsda_header, PERSONALITY_FUNCTION): Replaced
2276         _Unwind_Word with _uleb128_t and _Unwind_SWord with _sleb128_t.
2278 2007-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2280         PR libgcj/30550
2281         * Makefile.am (ecjx_DEPENDENCIES): Add libgcj_bc.la if needed.
2282         * Makefile.in: Regenerated.
2284 2007-01-22  Keith Seitz  <keiths@redhat.com>
2286         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2287         (getClassMethod): Implement.
2289 2007-01-22  Keith  Seitz  <keiths@redhat.com>
2291         * java/lang/Class.h (_Jv_GetClassStatus): Declare.
2292         * java/lang/natClass.cc (_Jv_GetClassStatus): New function.
2293         * jvmti.cc (_Jv_JVMTI_GetClassStatus): New function.
2294         (_Jv_JVMTI_Interface): Define GetClassStatus.
2296 2007-01-22  Tom Tromey  <tromey@redhat.com>
2298         * configure: Rebuilt.
2299         * configure.ac (GCJ): Reverted patch of 2006-12-20.
2301 2007-01-22  Tom Tromey  <tromey@redhat.com>
2303         PR java/29812:
2304         * testsuite/libjava.jni/pr29812.java: New file.
2305         * testsuite/libjava.jni/pr29812_injar.java: New file.
2306         * testsuite/libjava.jni/pr29812_injar.jar: New file.
2307         * testsuite/libjava.jni/pr29812.out: New file.
2308         * testsuite/libjava.jni/pr29812_injar.c: New file.
2309         * testsuite/libjava.jni/pr29812_injar.h: New file.
2310         * testsuite/libjava.jni/pr29812.jar: New file.
2311         * testsuite/libjava.jni/pr29812.c: New file.
2312         * testsuite/libjava.jni/pr29812.h: New file.
2313         * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
2314         New proc.
2315         (gcj_jni_invocation_test_one): Use it.
2316         (gcj_jni_pr29812): New proc.
2317         (gcj_jni_run): Use it.
2318         * java/lang/natRuntime.cc (_load): Push a new system frame before
2319         calling JNI_OnLoad.
2320         * include/jvm.h (_Jv_JNI_PopSystemFrame): Declare.
2321         (_Jv_GetJNIEnvNewFrameWithLoader): Likewise.
2322         * jni.cc (struct _Jv_JNI_LocalFrame) <marker>: Now unsigned char.
2323         <allocated_p>: Now bool.
2324         <loader>: New field.
2325         (_Jv_JNI_EnsureLocalCapacity): Updated.
2326         (_Jv_JNI_NewLocalRef): Likewise.
2327         (_Jv_JNI_NewLocalRef): Likewise.
2328         (_Jv_JNI_PopLocalFrame): Likewise.
2329         (_Jv_JNI_FindClass): Likewise.
2330         (_Jv_GetJNIEnvNewFrame): Likewise.
2331         (_Jv_JNI_AttachCurrentThread): Likewise.
2332         (_Jv_GetJNIEnvNewFrameWithLoader): New function.
2333         (_Jv_GetJNIEnvNewFrame): Use it.
2334         * include/jni_md.h (_CLASSPATH_JNIENV_CONTENTS): Removed 'klass'.
2336 2007-01-22  Tom Tromey  <tromey@redhat.com>
2338         * libtool-version: Bump current to 9.
2340 2007-01-22  Andrew Haley  <aph@redhat.com>
2342         * sysdep/alpha/locks.h (write_barrier): New.
2344 2007-01-21  Matthias Klose  <doko@debian.org>
2346         * Makefile.am (install-exec-hook): Use transformed name.
2347         * Makefile.in: Regenerate.
2349 2007-01-19  Keith Seitz  <keiths@redhat.com>
2351         * gnu/classpath/jdwp/natVMVirtualMachine.cc: Mark unused parameters
2352         in methods and reformat.
2354         * gnu/classpath/jdwp/natVMFrame.cc: Mark unused parameters with
2355         MAYBE_UNUSED.
2357 2007-01-18  Keith Seitz  <keiths@redhat.com>
2359         From Macro Trudel <mtrudel@gmx.ch>:
2360         * gnu/classpath/jdwp/natVMVirtualMachine.cc (jdwpVMInitCB):
2361         Use JNICALL.
2363 2007-01-18  Marco Trudel  <mtrudel@gmx.ch>
2365         * jni.cc (_Jv_JNI_FindClass): Initialize class.
2366         * testsuite/libjava.jni/findclass2.jar: New file.
2367         * testsuite/libjava.jni/findclass2.h: New file.
2368         * testsuite/libjava.jni/findclass2.java: New file
2369         * testsuite/libjava.jni/findclass2.c: New file.
2370         * testsuite/libjava.jni/findclass2.out: New file.
2372 2007-01-18  Tom Tromey  <tromey@redhat.com>
2374         * configure: Rebuilt.
2375         * configure.ac: Use multi_basedir instead of libgcj_basedir.
2377 2007-01-18  Gary Benson  <gbenson@redhat.com>
2379         * gnu/java/nio/natVMPipeEcos.cc:
2380         Renamed from gnu/java/nio/natPipeImplEcos.cc.
2381         * gnu/java/nio/natVMPipePosix.cc:
2382         Renamed from gnu/java/nio/natPipeImplPosix.cc.
2383         * gnu/java/nio/natVMPipeWin32.cc:
2384         Renamed from gnu/java/nio/natPipeImplWin32.cc.
2385         * gnu/java/nio/natVMSelectorEcos.cc:
2386         Renamed from gnu/java/nio/natSelectorImplEcos.cc.
2387         * gnu/java/nio/natVMSelectorPosix.cc:
2388         Renamed from gnu/java/nio/natSelectorImplPosix.cc.
2389         * gnu/java/nio/natVMSelectorWin32.cc:
2390         Renamed from gnu/java/nio/natSelectorImplWin32.cc.
2391         * java/io/natVMObjectInputStream.cc:
2392         Renamed from java/io/natObjectInputStream.cc.
2393         * java/lang/natVMDouble.cc:
2394         Renamed from java/lang/natDouble.cc.
2395         * java/lang/natVMFloat.cc:
2396         Renamed from java/lang/natFloat.cc.     
2397         * Makefile.am, configure.ac: Reflect the above.
2398         * Makefile.in, configure: Rebuilt.
2400 2007-01-17  Andrew Haley  <aph@redhat.com>
2402         * Makefile.in: Rebuilt.
2403         * Makefile.am (ecjx_LDFLAGS): Pass -fbootclasspath.
2405 2007-01-17  Keith Seitz  <keiths@redhat.com>
2407         * java/lang/natThread.cc (finish_): Add JVMTI ThreadEnd notification.
2408         (_Jv_NotifyThreadStart): Add JVMTI ThreadStart notification.
2410 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
2412         * configure.ac: Use multi.m4 from aclocal rather than custom
2413         code.  Use multi_basedir instead libgcj_basedir.  Test for
2414         /proc/self/exe when not cross-compiling.
2415         * aclocal.m4: Regenerate.
2416         * configure: Regenerate.
2417         * Makefile.in: Regenerate.
2419 2007-01-17  Gary Benson  <gbenson@redhat.com>
2421         * java/nio/natVMDirectByteBufferImpl.cc:
2422         Renamed from java/nio/natDirectByteBufferImpl.cc.
2423         * Makefile.am: Reflect the above.
2424         * Makefile.in: Rebuilt.
2425         
2426 2007-01-17  Marco Trudel  <mtrudel@gmx.ch>
2428         * jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static.  Use JNICALL.
2429         Fixed indentation.  Removed unused variable.
2431 2007-01-16  Tom Tromey  <tromey@redhat.com>
2433         * java/lang/natThread.cc (finalize_native): Remove cast.
2434         (_Jv_GetCurrentJNIEnv): Likewise.
2435         * include/jvm.h (struct natThread) <jni_env>: Declare as
2436         _Jv_JNIEnv*.
2438 2007-01-16  Keith Seitz  <keiths@redhat.com>
2440         * testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use
2441         %#llx instead of %d for new_value.
2442         * testsuite/libjava.jvmti/events.out: Update expected output.
2443         * testsuite/libjava.jvmti/events.jar: Regenerate.
2445 2007-01-16  Keith Seitz  <keiths@redhat.com>
2447         * gnu/classpath/jdwp/natVMVirtualMachine.cc (DEFINE_CALLBACK):
2448         New macro.
2449         (ENABLE_EVENT): New macro.
2450         (initialize): Define and enable JVMTI VM_INIT callback.
2451         (jdwpVMInitCB): New function.
2453 2007-01-16  Kyle Galloway  <kgallowa@redhat.com>
2455         * jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.
2456         * testsuite/libjava.jvmti/getallthreads.java: New test.
2457         * testsuite/libjava.jvmti/natgetallthreads.cc: Ditto.
2458         * testsuite/libjava.jvmti/getallthreads.out: Ditto.
2459         * testsuite/libjava.jvmti/getallthreads.h: Ditto.
2460         * testsuite/libjava.jvmti/getallthreads.jar: Ditto. 
2462 2007-01-15  Keith Seitz  <keiths@redhat.com>
2464         * gnu/classpath/jdwp/natVMVirtualMachine.cc (suspendThread): Use
2465         java.lang.StringBuilder instead of java.lang.StringBuffer.
2466         (resumeThread): Likewise.
2468 2007-01-15  Gary Benson  <gbenson@redhat.com>
2470         * java/nio/MappedByteBuffer.java: Removed.
2471         * sources.am, Makefile.in: Rebuilt.
2473 2007-01-15  Gary Benson  <gbenson@redhat.com>
2475         * java/net/URLClassLoader.java: Removed.
2476         * gnu/java/net/loader/Load_gcjlib.java: New file.
2477         * gnu/gcj/runtime/BootClassLoader.java: Ensure core
2478         URL handler is present in static executables.
2479         * sources.am, Makefile.in: Rebuilt.
2481 2007-01-14  H.J. Lu  <hongjiu.lu@intel.com>
2483         * Makefile.am (libgcj_la_LDFLAGS): Add
2484         $(LIBGCJ_LD_SYMBOLIC_FUNCTIONS).
2485         (libgcj_tools_la_LDFLAGS): Likewise.
2486         (libgcj_bc_la_LDFLAGS): Likewise.
2487         * Makefile.in: Regenerated.
2489         * configure.ac: Use ACX_PROG_LD_GNU_SYMBOLIC.  Set
2490         LIBGCJ_LD_SYMBOLIC_FUNCTIONS to $SYMBOLIC_LDFLAGS.  Set
2491         libgcj_ld_symbolic to $SYMBOLIC_LDFLAGS if it isn't set.
2492         Substitute LIBGCJ_LD_SYMBOLIC_FUNCTIONS.
2493         * configure: Regenerated.
2494         * aclocal.m4: Likewise.
2495         * gcj/Makefile.in: Likewise.
2496         * include/Makefile.in: Likewise.
2497         * testsuite/Makefile.in: Likewise.
2499 2007-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
2501         * sysdep/sh/locks.h (read_barrier): New.
2502         (write_barrier): Likewise.
2504 2007-01-12  Andrew Haley  <aph@redhat.com>
2506         * include/i386-signal.h: Rewrite to use rt_sigaction.
2508 2007-01-11  Andrew Haley  <aph@redhat.com>
2510         * prims.cc (jdwpOptions) Fix deprecated cast from char[] constant
2511         to char*.
2512         * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): Rewrite to fix
2513         aliasing violation.
2515 2007-01-10  Tom Tromey  <tromey@redhat.com>
2517         * gnu/gcj/xlib/*.h: New files.
2518         * gnu/awt/xlib/*.h: Likewise.
2519         * classpath/lib/gnu/gcj/xlib: New class files.
2520         * classpath/lib/gnu/awt/xlib: Likewise.
2522 2007-01-10  Tom Tromey  <tromey@redhat.com>
2524         * HACKING: Various updates.
2526 2007-01-10  Tom Tromey  <tromey@redhat.com>
2528         * java/lang/natDouble.cc (toString): Added parens.
2529         * gnu/gcj/io/shs.h (PROTO): Define.
2530         * link.cc (resolve_pool_entry): Added missing braces.
2532 2007-01-10  H.J. Lu  <hongjiu.lu@intel.com>
2534         PR libgcj/30424
2535         * sysdep/ia64/locks.h (read_barrier): New.
2536         (write_barrier): New.
2538 2007-01-10  Gary Benson  <gbenson@redhat.com>
2540         * java/net/URL.java: Removed.
2541         * sources.am, Makefile.in: Rebuilt.
2543 2007-01-10  Matthias Klose  <doko@debian.org>
2545         * Makefile.am (install-exec-hook): Support $(DESTDIR).
2546         * Makefile.in: Regenerated.
2548 2007-01-05  Tom Tromey  <tromey@redhat.com>
2550         * testsuite/libjava.loader/loader.exp (gcj_loader_run): Find
2551         dummy.class in srcdir.
2553 2007-01-03  Tom Tromey  <tromey@redhat.com>
2555         * testsuite/libjava.cni/cni.exp (gcj_cni_compile_cxx_to_o): Add -I
2556         for srcdir.
2558 2007-01-03  Tom Tromey  <tromey@redhat.com>
2560         * testsuite/*: Added many .jar and .h files.
2561         * testsuite/libjava.special/special.exp
2562         (gcj_special_try_compiler): New proc.
2563         * testsuite/libjava.loader/loader.exp (gcj_loader_run): Don't
2564         bytecompile source.  Search for .jar files.
2565         (gcj_loader_test_one): Don't look for MyLoader.java.
2566         * testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_test_one): Don't
2567         bytecompile sources or build headers.
2568         (gcj_jvmti_run): Look for .jar files.
2569         * testsuite/libjava.jni/jni.exp (gcj_jni_run): Compile .jar
2570         files.
2571         (gcj_jni_test_one): Don't bytecompile sources or build headers.
2572         Set classpath when invoking gij.
2573         (gcj_jni_invocation_test_one): Likewise.
2574         * testsuite/libjava.cni/cni.exp (gcj_cni_test_one): Don't build
2575         headers or bytecompile sources.
2576         (gcj_cni_run): Use .jar files, not .java files.
2577         * testsuite/libjava.lang/lang.exp: Compile .jar files.
2579 2007-01-02  Tom Tromey  <tromey@redhat.com>
2581         * configure: Rebuilt.
2582         * configure.ac: Check for gjar.
2584 2007-01-02  Tom Tromey  <tromey@redhat.com>
2586         * testsuite/libjava.jacks/jacks.exp: Removed.
2587         * testsuite/libjava.jacks/jacks.xfail: Removed.