2007-03-01 Paul Brook <paul@codesourcery.com>
[official-gcc.git] / libjava / ChangeLog
blob3030dd24f4f84a495aa17cf451fd7aff193bd3b2
1 2007-02-23  Gary Benson  <gbenson@redhat.com>
3         * gnu/gcj/tools/gcj_dbtool/Main.java: Updated copyright year.
5 2007-02-23  Gary Benson  <gbenson@redhat.com>
7         * java/lang/VMCompiler.java
8         (compileClass): Don't lose zeros from within the digest.
10 2007-02-22  Jakub Jelinek  <jakub@redhat.com>
12         PR libgcj/17002
13         PR classpath/28550
14         * java/util/VMTimeZone.java (getDefaultTimeZoneId): To read
15         /etc/localtime, use ZoneInfo.readTZFile instead of
16         VMTimeZone.readtzFile.  Get better timezone name for /etc/localtime,
17         either if it is a symlink or through /etc/sysconfig/clock.
18         (readSysconfigClockFile): New static method.
19         (readtzFile): Removed.
20         * java/lang/System.java: Add gnu.java.util.zoneinfo.dir to comments.
21         * posix.cc (_Jv_platform_initProperties): Set
22         gnu.java.util.zoneinfo.dir.
23         * sources.am (gnu_java_util_source_files): Add
24         classpath/gnu/java/util/ZoneInfo.java.
25         * Makefile.in: Regenerated.
26         * java/util/VMTimeZone.h: Regenerated.
27         * java/util/TimeZone.h: Regenerated.
28         * gnu/java/util/ZoneInfo.h: Generated.
30 2007-02-22  Mohan Embar  <gnustuff@thisiscool.com>
32         * include/win32-threads.h: Added #undef OUT.
34 2007-02-21  Kyle Galloway  <kgallowa@redhat.com>
36         * jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function.
37         * testsuite/libjava.jvmti/interp/getargssize.java: New test.
38         * testsuite/libjava.jvmti/interp/getargssize.h: Ditto.
39         * testsuite/libjava.jvmti/interp/getargssize.jar: Ditto.
40         * testsuite/libjava.jvmti/interp/getargssize.out: Ditto.
41         * testsuite/libjava.jvmti/interp/natgetargssize.cc: Ditto.
43 2007-02-21  Gary Benson  <gbenson@redhat.com>
45         * java/util/GregorianCalendar.java: Removed.
46         * sources.am, Makefile.in: Rebuilt.
48 2007-02-20  Keith Seitz  <keiths@redhat.com>
50         * gnu/classpath/jdwp/natVMVirtualMachine.cc
51         (jdwpClassPrepareCB): Move class status stuff to ...
52         (getClassStatus): ... here.
54 2007-02-20  Gary Benson  <gbenson@redhat.com>
56         * gnu/awt/xlib/XEventLoop.h: Regenerated.
57         * gnu/java/awt/peer/gtk/GThreadMutex.h: Likewise.
58         * gnu/java/rmi/server/ConnectionRunnerPool$ConnectionRunner.h:
59         Likewise.
60         * gnu/java/rmi/server/UnicastConnectionManager.h: Likewise.
61         * java/lang/SecurityManager.h: Likewise.
62         * java/lang/Thread.h: Likewise.
63         * java/security/VMSecureRandom$Spinner.h: Likewise.
64         * java/util/concurrent/atomic/AtomicBoolean.h: Likewise.
65         * java/util/concurrent/atomic/AtomicInteger.h: Likewise.
66         * java/util/concurrent/atomic/AtomicLong.h: Likewise.
67         * java/util/concurrent/atomic/AtomicReference.h: Likewise.
68         * java/util/concurrent/ConcurrentHashMap$HashEntry.h: Likewise.
69         * java/util/concurrent/ConcurrentHashMap$Segment.h: Likewise.
70         * java/util/concurrent/ConcurrentLinkedQueue.h: Likewise.
71         * java/util/concurrent/ConcurrentLinkedQueue$Node.h: Likewise.
72         * java/util/concurrent/ConcurrentSkipListMap.h: Likewise.
73         * java/util/concurrent/ConcurrentSkipListMap$Index.h: Likewise.
74         * java/util/concurrent/ConcurrentSkipListMap$Node.h: Likewise.
75         * java/util/concurrent/Exchanger.h: Likewise.
76         * java/util/concurrent/Exchanger$Node.h: Likewise.
77         * java/util/concurrent/FutureTask$Sync.h: Likewise.
78         * java/util/concurrent/LinkedBlockingQueue$Node.h: Likewise.
79         * java/util/concurrent/locks/AbstractQueuedLongSynchronizer.h:
80         Likewise.
81         * java/util/concurrent/locks/AbstractQueuedLongSynchronizer$Node.h: 
82         Likewise.
83         * java/util/concurrent/locks/AbstractQueuedSynchronizer.h: Likewise.
84         * java/util/concurrent/locks/AbstractQueuedSynchronizer$Node.h:
85         Likewise.
86         * java/util/concurrent/ScheduledThreadPoolExecutor.h: Likewise.
87         * java/util/concurrent/SynchronousQueue.h: Likewise.
88         * java/util/concurrent/SynchronousQueue$TransferQueue.h: Likewise.
89         * java/util/concurrent/SynchronousQueue$TransferQueue$QNode.h:
90         Likewise.
91         * java/util/concurrent/SynchronousQueue$TransferStack.h: Likewise.
92         * java/util/concurrent/SynchronousQueue$TransferStack$SNode.h:
93         Likewise.
94         * java/util/concurrent/ThreadPoolExecutor.h: Likewise.
95         * java/util/concurrent/ThreadPoolExecutor$Worker.h: Likewise.
96         * java/util/logging/ErrorManager.h: Likewise.
97         * javax/swing/plaf/basic/BasicSpinnerUI$2.h: Likewise.
98         * javax/swing/plaf/basic/BasicSpinnerUI$4.h: Likewise.
100 2007-02-16  Keith Seitz  <keiths@redhat.com>
102         * gnu/classpath/jdwp/natVMVirtualMachine.cc
103         (get_line_table): New function.
104         (handle_single_step): New function.
105         (jdwpSingleStepCB): New function.
106         (jdwpVMInitCB): Define a JVMTI single step
107         callback, but don't enable it until needed.
109 2007-02-16  David Daney  <ddaney@avtrex.com>
111         * java/lang/Thread.java (Thread(ThreadGroup, Runnable, String)): Pass
112         new parameter constructor.
113         (Thread(ThreadGroup, Runnable, String, long)): Same.
114         (Thread(String, boolean)): New constructor.
115         (Thread(Thread, ThreadGroup, Runnable, String): Add parameter
116         noInheritableThreadLocal, don't call
117         InheritableThreadLocal.newChildThread if set.
118         * java/lang/PosixProcess.java(ProcessManager()): Set
119         noInheritableThreadLocal in super.
120         * java/lang/natThread.cc (_Jv_AttachCurrentThread): Pass new
121         parameter to Thread constructor.
122         (_Jv_AttachCurrentThreadAsDaemon): Same.
123         * java/lang/Thread.h: Regenerate.
124         * classpath/lib/java/lang/Thread.class: Same.
125         * classpath/lib/java/lang/PosixProcess$EOFInputStream.class: Same.
126         * classpath/lib/java/lang/PosixProcess.class: Same.
127         * classpath/lib/java/lang/Thread$State.class: Same.
128         * classpath/lib/java/lang/PosixProcess$ProcessManager.class: Same.
130 2007-02-16  Kyle Galloway  <kgallowa@redhat.com>
132         * interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot
133         variables to maintain type info.
134         * interpret-run.cc: Add local variable info to frame in the debug
135         interpreter.
136         * jvmti.cc (getLocalFrame): New method.
137         (_Jv_JVMTI_GetLocalObject): New method.
138         (_Jv_JVMTI_GetLocallInt): New method.
139         (_Jv_JVMTI_GetLocalFloat): New method.
140         (_Jv_JVMTI_GetLocalLong): New method.
141         (_Jv_JVMTI_GetLocalDouble): New method.
142         (_Jv_JVMTI_SetLocalObject): New method.
143         (_Jv_JVMTI_SetLocalInt): New method.
144         (_Jv_JVMTI_SetLocalFloat): New method.
145         (_Jv_JVMTI_SetLocalLong): New method.
146         (_Jv_JVMTI_SetLocalDouble): New method.
148 2007-02-16  Gary Benson  <gbenson@redhat.com>
150         * gnu/gcj/tools/gcj_dbtool/Main.java
151         (bytesToString): Don't lose zeros from within the digest.
153 2007-02-15  Andrew Haley  <aph@redhat.com>
155         * Makefile.am (nat_source_files): Remove
156         java/lang/management/natVMManagementFactory.cc.
157         * java/lang/Thread.java (getStackTrace): Use reflection to call
158         the ManagementFactory.
159         * java/lang/management/VMManagementFactory.java: Remove native
160         methods.
161         * java/lang/management/natVMManagementFactory.cc: Deleted.
162         * sources.am: Regnerate.
163         * scripts/makemake.tcl: Add new "bcheaders" type.
164         Move java/lang/management and gnu/classpath/management to "bc".
165         Move gnu/java/lang/management to "bcheaders".
166         
167 2007-02-15  Kyle Galloway  <kgallowa@redhat.com>
168         
169         * interpret.cc (_Jv_InterpMethod::check_handler): New method.
170         * interpret-run.cc: Change the catch section to report exception
171         events and to use the new check_handler method.
172         * include/java-interp.h (_Jv_InterpMethod): Add check_handler.
173         * gnu/gcj/jvmti/ExceptionEvent.java: New file.
174         * gnu/gcj/jvmti/ExceptionEvent.h: New file.
175         * gnu/gcj/jvmti/natExceptionEvent.cc: New file.
176         * libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class: New
177         file.
178         * sources.am: Added ExceptionEvent.java.
179         * Makefile.am: Added natExceptionEvent.cc
180         * Makefile.in: Regenerated.
181         * include/Makefile.in: Regenerated.
182         * gcj/Makefile.in: Regenerated.
184 2007-02-15  Johannes Schmidt  <jschmidt@avtrex.com>
185         David Daney  <ddaney@avtrex.com>
187         * configure.ac: Create vm-tools-packages file.  Add 
188         gnu/gcj/tools/gc_analyze to standard.omit and vm-tools-packages.
189         Check for /proc/self/maps.
190         * Makefile.am (bin_PROGRAMS): Added gc-analyze.
191         (gc_analyze_SOURCES): New.
192         (gc_analyze_LDFLAGS): New.
193         (gc_analyze_LINK): New.
194         (gc_analyze_LDADD): New.
195         (gc_analyze_DEPENDENCIES): New.
196         (nat_source_files): Add gnu/gcj/util/natGCInfo.cc.
197         * Makefile.in: Regenerated.
198         * configure: Regenerated.
199         * include/config.h.in: Regenerated.
200         * sources.am: Regenerated.
201         * scripts/makemake.tcl: Don't include gc-analyze classes in libgcj.
202         * gnu/gcj/tools/gc_analyze/SymbolLookup.java: New.
203         * gnu/gcj/tools/gc_analyze/ObjectMap.java: New.
204         * gnu/gcj/tools/gc_analyze/MemoryMap.java: New.
205         * gnu/gcj/tools/gc_analyze/SymbolTable.java: New.
206         * gnu/gcj/tools/gc_analyze/BlockMap.java: New.
207         * gnu/gcj/tools/gc_analyze/BytePtr.java: New.
208         * gnu/gcj/tools/gc_analyze/ItemList.java: New.
209         * gnu/gcj/tools/gc_analyze/ToolPrefix.java: New.
210         * gnu/gcj/tools/gc_analyze/MemoryAnalyze.java: New.
211         * gnu/gcj/util/GCInfo.java: New.
212         * gnu/gcj/util/GCInfo.h: New.
213         * gnu/gcj/util/natGCInfo.cc: New.
214         * gnu/gcj/util/UtilPermission.java: New.
215         * gnu/gcj/util/UtilPermission.h: New.
216         * classpath/tools/gnu/gcj/tools/gc_analyze/SymbolTable.class: New.
217         * classpath/tools/gnu/gcj/tools/gc_analyze/ObjectMap$ObjectItem.class: New.
218         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryMap$RangeComparator.class: New.
219         * classpath/tools/gnu/gcj/tools/gc_analyze/BlockMap$PtrMarks.class: New.
220         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryMap$Range.class: New.
221         * classpath/tools/gnu/gcj/tools/gc_analyze/BlockMap.class: New.
222         * classpath/tools/gnu/gcj/tools/gc_analyze/BytePtr.class: New.
223         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$SubstringComparator.class: New.
224         * classpath/tools/gnu/gcj/tools/gc_analyze/ItemList.class: New.
225         * classpath/tools/gnu/gcj/tools/gc_analyze/ToolPrefix.class: New.
226         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze.class: New.
227         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$1$Info.class: New.
228         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$1.class: New.
229         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$2.class: New.
230         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$3.class: New.
231         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$4.class: New.
232         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$OptionParser.class: New.
233         * classpath/tools/gnu/gcj/tools/gc_analyze/BlockMap$SizeKind.class: New.
234         * classpath/tools/gnu/gcj/tools/gc_analyze/SymbolLookup.class: New.
235         * classpath/tools/gnu/gcj/tools/gc_analyze/ObjectMap.class: New.
236         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryMap.class: New.
237         * classpath/lib/gnu/gcj/util/GCInfo.class: New.
238         * classpath/lib/gnu/gcj/util/UtilPermission.class: New.
240 2007-02-15  David Daney  <ddaney@avtrex.com>
242         * gnu/java/net/PlainSocketImpl.h: Regenerate.
243         * gnu/classpath/jdwp/VMVirtualMachine.h: Same.
244         * gnu/classpath/jdwp/VMFrame.h: Same.
245         * java/net/Socket.h: Same.
246         * java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet.h: Same.
248 2007-02-15  Kyle Galloway  <kgallowa@redhat.com>
250         * defineclass.cc (_Jv_ClassReader::read_one_code_attribute):
251         Added LocalVariableTable attribute handling.
252         (_Jv_ClassReader::pool_Utf8_to_char_arr): New method.
253         * jvmti.cc (_Jv_JVMTI_GetLocalVariableTable): New method.
254         * include/java-interp.h: Added local_var_table and 
255         local_var_table_len fields to _Jv_InterpMethod.
256         (_Jv_InterpMethod::get_local_var_table): New method.
257         * testsuite/libjava.jvmti/interp/getlocalvartable.java: New test.
258         * testsuite/libjava.jvmti/interp/getlocalvartable.jar: New test.
259         * testsuite/libjava.jvmti/interp/getlocalvartable.out: Output
260         for new test.
261         * testsuite/libjava.jvmti/interp/getlocalvartable.h: New test.
262         * testsuite/libjava.jvmti/interp/natgetlocalvartable.cc: New test.
264 2007-02-15  Kyle Galloway  <kgallowa@redhat.com>
266         * gnu/classpath/jdwp/natVMVirtualMachine (getFrames): Implement.
268 2007-02-13  Keith Seitz  <keiths@redhat.com>
270         * gnu/classpath/jdwp/natVMVirtualMachine.cc
271         (jdwpBreakpointCB): New function.
272         (jdwpVMInitCB): Define and enable the breakpoint
273         callback.
275 2007-02-13  Andrew Haley  <aph@redhat.com>
277         * testsuite/libjava.lang/Divide_2.out
278         * testsuite/libjava.lang/Divide_2.java: New test.
280 2007-02-12  Keith Seitz  <keiths@redhat.com>
282         * jvmti.cc (_Jv_JVMTI_GetStackTrace): Remove cast
283         from jthread to Thread *; it is no longer needed.
284         (_Jv_JVMTI_GetFrameCount): Likewise.
285         Fix small formatting typo.
287 2007-02-12  Tom Tromey  <tromey@redhat.com>
289         * sources.am, Makefile.in: Rebuilt.
290         * java/lang/Socket.java: Removed override.
291         * java/lang/DatagramSocket.java: Removed override.
292         * gnu/java/net/PlainSocketImpl.java (localSocketAddress): New
293         field.
294         (getLocalAddress): New method.
295         * gnu/java/net/PlainDatagramSocketImpl.java
296         (PlainDatagramSocketImpl): Throws IOException.
297         * gnu/java/net/natPlainSocketImplPosix.cc (write): Remove
298         'sizeof'.
299         (read): Likewise.
301 2007-02-09  Jakub Jelinek  <jakub@redhat.com>
303         * java/util/VMTimeZone.java: Rewrite to handle both the old
304         'TZif\0' format and the new one.
305         
306 2007-02-10  Andrew Haley  <aph@redhat.com>
308         PR java/30742
309         * gnu/classpath/natVMStackWalker.cc (GET_CALLING_CLASS): New.
310         (getCallingClass): Call GET_CALLING_CLASS.
311         (getCallingClassLoader): Likewise.
313 2007-02-10  Mohan Embar  <gnustuff@thisiscool.com>
315         * configure: Rebuilt.
316         * configure.ac (GCJH): Reverted second part of patch of 2006-12-20.
318 2007-02-10  Mohan Embar  <gnustuff@thisiscool.com>
320         * Makefile.in: Rebuilt.
321         * Makefile.am (BUILD_ECJ1): Unify the command for renaming ecjx to
322         the host's ecj1 executable.
324 2007-02-09  Richard Henderson  <rth@redhat.com>
326         * sysdep/alpha/locks.h (read_barrier): New.
328 2007-02-09  Keith Seitz  <keiths@redhat.com>
330         * gnu/classpath/jdwp/VMVirtualMachine.java
331         (_stepping_threads): New member.
332         * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class:
333         Regenerated.
334         * gnu/classpath/jdwp/VMVirtualMachine.h:
335         Regenerated.
336         * gnu/claspath/jdwp/natVMVirtualMachine.cc
337         (get_request_step_filter): New function.
338         (DISABLE_EVENT): New macro.
339         (initialize): Initialize _stepping_threads.
340         (registerEvent): Implement EVENT_SINGLE_STEP.
341         (unregisterEvent): Likewise.
343 2007-02-08  Keith Seitz  <keiths@redhat.com>
345         * sources.am: Regenerate.
346         * Makefile.in: Regenerate.
347         * testsuite/Makefile.in: Regenerate.
348         * gcj/Makefile.in: Regenerate.
349         * include/Makefile.in: Regenerate.
351         * classpath/lib/javax/management/MBeanServerFactory.class:
352         Regenerate.
354 2007-02-08  Kyle Galloway  <kgallowa@redhat.com>
356         * classpath/gnu/classpath/jdwp/processor/
357         StackFrameCommandSet.java (executeGetValues): Pass jlong instead
358         of ByteBuffer.
359         (executeSetValues): Ditto.
360         (executeThisObject): Ditto.
361         * classpath/gnu/classpath/jdwp/processor/
362         StackFrameCommandSet.class: Rebuilt.
363         * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class:
364         Rebuilt.
365         * classpath/lib/gnu/classpath/jdwp/VMFrame.class: Rebuilt.
366         * classpath/lib/gnu/classpath/jdwp/exception/
367         InvalidFrameException.java: New file.
368         * gnu/classpath/jdwp/VMFrame.java: Added field for thread of
369         frame.
370         (Constructor): New method.
371         * gnu/classpath/jdwp/VMFrame.h: Regenerated.
372         * gnu/classpath/jdwp/VMVirtualMachine.java
373         (getFrame): Changed ByteBuffer to jlong.
374         * gnu/classpath/jdwp/natVMVirtualMachine.cc
375         (getFrame): Implement.
376         * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerated.
378 2007-02-08  Kyle Galloway  <kgallowa@redhat.com>
380         * include/java-interp.h (_Jv_InterpFrame): obj_ptr field added
381         to hold "this" pointer for frame.
382         (_Jv_InterpFrame::get_this_ptr): New method.
383         * interpret-run.cc: Copy the "this" pointer into obj_ptr.
385 2007-02-07  Keith Seitz  <keiths@redhat.com>
387         * include/java-interp.h (_Jv_Frame::depth):
388         New function.
389         * jvmti.cc (_Jv_JVMTI_GetFrameCount): Use _Jv_Frame::depth.
391 2007-02-07  Kyle Galloway  <kgallowa@redhat.com>
393         * jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro.
394         (_Jv_JVMTI_GetMaxLocals): New method.
395         * include/java-interp.h
396         (_Jv_InterpMethod::get_max_locals): New method.
398 2007-02-01 Marco Trudel <mtrudel@gmx.ch>
400         * jni.cc (_Jv_JNI_DeleteWeakGlobalRef): Check for NULL objects.
402 2007-02-07  Tom Tromey  <tromey@redhat.com>
404         * testsuite/libjava.jni/init.c: New file.
405         * testsuite/libjava.jni/init.java: New file.
406         * testsuite/libjava.jni/init.out: New file.
407         * testsuite/libjava.jni/init.jar: New file.
408         * testsuite/libjava.jni/init.h: New file.
409         * testsuite/libjava.jni/init$NativeClass.h: New file.
411 2007-02-07  Jakub Jelinek  <jakub@redhat.com>
413         PR libgomp/28468
414         * configure: Regenerate.
416 2007-02-06  Andrew Haley  <aph@redhat.com>
418         * scripts/makemake.tcl (emit_bc_rule): Set the source filename.
419         * sources.am: Rebuild.
421 2007-02-05  Keith Seitz  <keiths@redhat.com>
423         * jvmti.cc (_envListLock): Change type to
424         ReentrantReadWriteLock.
425         (_Jv_JVMTI_DisposeEnvironment): Switch to read/write
426         lock.
427         (check_enabled_event): Likewise.
428         (_Jv_GetJVMTIEnv): Likewise.
429         (_Jv_JVMTI_Init): Likewise.
430         (_Jv_JVMTI_PostEvent): Likewise. 
432 2007-02-05  Keith Seitz  <keiths@redhat.com>
434         * gnu/classpath/jdwp/natVMVirtualMachine.cc
435         (registerEvent): Implement EVENT_BREAKPOINT.
436         (unregisterEvent): Likewise.
437         (get_request_location): New function.
439 2007-02-05  Matthias Klose  <doko@debian.org>
441         testsuite/Makefile.am (compile-tests): Fix typo.
442         testsuite/Makefile.in: Regenerate.
444 2007-02-02  Kyle Galloway  <kgallowa@redhat.com>
446         * gnu/classpath/jdwp/natVMVirtualMachine.cc (getFrameCount):
447         Implment.
449 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
451         * configure.ac (libjava_cv_anon_version_script): New test.
452         (ANONVERSCRIPT): New AM_CONDITIONAL.
453         * configure: Rebuilt.
454         * Makefile.am (extra_ldflags_libjava): Link with -Wl,--version-script
455         if ANONVERSCRIPT.
456         * Makefile.in: Rebuilt.
457         (libgcj_la_DEPENDENCIES): Depend on libgcj.ver.
458         * libgcj.ver: New file.
460 2007-02-01  David Daney  <ddaney@avtrex.com>
462         * scripts/makemake.tcl: Replace gnu/xml build with build of all
463         its subpackages.
464         * sources.am: Regenerate.
465         * Makefile.in: Regenerate.
467 2007-02-01  Tom Tromey  <tromey@redhat.com>
469         * java/lang/ClassLoader.java (getResources): No longer final.
471 2007-02-01  Tom Tromey  <tromey@redhat.com>
473         * java/util/logging/LogManager.java (loggers): Genericized.
474         (addLogger): Merged.
475         (findAncestor): Likewise.
476         (getLogger): Likewise.
477         (getLoggerNames): Genericized.
478         (reset): Merged.
479         (getLevelProperty): Likewise.
480         * java/lang/reflect/Method.java (getDeclaringClass): Genericized.
481         * java/lang/reflect/Constructor.java (getParameterTypes):
482         Genericized.
483         (getExceptionTypes): Likewise.
484         (newInstance): Likewise.
485         * java/lang/reflect/Array.java (newInstance): Genericized.
486         * java/lang/Object.java (getClass): Genericized.
487         * java/nio/charset/spi/CharsetProvider.java (charsets):
488         Genericized.
489         * java/text/Collator.java: Implement Comparable<Object>.
491 2007-02-01  Tom Tromey  <tromey@redhat.com>
493         * java/util/Calendar.java: Implement Comparable<Calendar>.  Update
494         comments.
495         (clear): Call complete.
496         (setTimeZone): Call computeTime, computeFields.
497         (compareTo): New method.
498         * java/nio/charset/Charset.java: Implement Comparable<Charset>.
499         (availableCharsets): Genericized.
500         (aliases): Likewise.
501         (compareTo): Changed argument type.
502         * java/lang/ClassLoader.java (loadClass): Genericized.
503         (findClass): Likewise.
504         (defineClass): Likewise.
505         (resolveClass): Likewise.
506         (findSystemClass): Likewise.
507         (setSigners): Likewise.
508         (findLoadedClass): Likewise.
509         (getResources): Likewise.
510         (findResources): Likewise.
511         (getSystemResources): Likewise.
512         (checkInitialized): New method.
513         * java/lang/Class.java (getCanonicalName): New method.
515 2007-01-31  Keith Seitz  <keiths@redhat.com>
517         * include/jvmti-int.h (JVMTI): Declare member "enabled".
518         * jvmti.cc (JVMTI): Add member "enabled".
519         (_Jv_GetJVMTIEnv): Mark JVMTI enabled.
520         * interpret.cc (_Jv_InterpMethod::ncode): Use JVMTI::enabled
521         instead of gnu::classpath::jdwp::Jdwp::isDebugging.
522         (_Jv_CompileMethod): If JVMTI is enabled, use run_debug
523         instead of run to compile the method.
525         * interpret-run.cc [DEBUG] (NEXT_INSN): Add JVMTI single step
526         notification.
528 2007-01-31  Andreas Tobler  <a.tobler@schweiz.org>
530         * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Add
531         -shared-libgcc to the cxxflaglist for Darwin.
533 2007-01-31  Tom Tromey  <tromey@redhat.com>
535         * scripts.am, Makefile.in: Rebuilt.
536         * scripts/makemake.tcl (gnu/javax/swing/text/html/parser): Build
537         as 'ordinary'.
538         (emit_ordinary_rule): New proc.
540 2007-01-31  Keith Seitz  <keiths@redhat.com>
542         * testsuite/libjava.jvmti/getmethodname.h: New file.
543         * testsuite/libjava.jvmti/getmethodname.jar: New file.
545 2007-01-31  Andrew Haley  <aph@redhat.com>
547         * prims.cc (_Jv_Abort): fflush (stderr).
548         * java/lang/natClassLoader.cc (_Jv_CheckABIVersion): Abort.
550 2007-01-31  Tom Tromey  <tromey@redhat.com>
552         * configure, Makefile.in: Rebuilt.
553         * configure.ac (JAR): Check for -@ feature.
554         * Makefile.am (libgcj-$(gcc_version).jar): Use find -prune.
556 2007-01-31  Tom Tromey  <tromey@redhat.com>
558         PR libgcj/30606:
559         * configure, include/config.h.in: Rebuilt.
560         * configure.ac: Check for magic_t in magic.h.
561         * java/net/natVMURLConnection.cc: Use HAVE_MAGIC_T.
563 2007-01-30  Tom Tromey  <tromey@redhat.com>
565         * Makefile.in: Rebuilt.
566         * Makefile.am (libgcj-$(gcc_version).jar): Rewrote.
568 2007-01-30  Andreas Tobler  <a.tobler@schweiz.org>
570         * testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use a
571         cast to print it right.
573 2007-01-29  Kaloian Doganov  <kaloian@doganov.org>
575         PR libgcj/30600:
576         * gnu/gcj/convert/BytesToCharsetAdaptor.java (read): Fix call to
577         'limit'.
579 2007-01-29  Kyle Galloway  <kgallowa@redhat.com>
581         * include/java-interp.h:  Added _Jv_Frame class and its two
582         subclasses _Jv_InterpFrame and _Jv_NativeFrame.  Also moved
583         _Jv_FrameType from java-stack.h.
584         * include/java-stack.h: Removed _Jv_FrameType.
585         * java/lang/Thread.java: Added frame member to hold new
586         composite frame stack.
587         * java/lang/Thread.h: Regenerated.
588         * java/lang/Thread.class: Rebuilt.
589         * jni.cc (_Jv_JNIMethod::call): Push a frame onto the stack when
590         calling a JNI method.
591         * jvmti.cc (_Jv_JVMTI_GetStackTrace): New Method.
592         (_Jv_JVMTI_GetFrameCount): New method.
593         * stacktrace.cc (UnwindTraceFn): Modified to use new _Jv_Frame
594         classes.
595         * testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
596         * testsuite/libjava.jvmti/interp/natgetstacktrace.cc: New test.
597         * testsuite/libjava.jvmti/interp/getstacktrace.h: New test.
598         * testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
599         * testsuite/libjava.jvmti/interp/getstacktrace.out: Output file
600         for test. 
602 2007-01-29  Tom Tromey  <tromey@redhat.com>
604         * interpret.cc (run_debug): Remove comment.
605         (STOREA): Reformat.
606         (STOREI): Likewise.
607         (STOREF): Likewise.
608         (STOREL): Likewise.
609         (STORED): Likewise.
610         (POKEI): Likewise.
611         (run_normal_debug): Likewise.
612         (run_synch_object_debug): Likewise.
613         (run_class_debug): Likewise.
614         (run_synch_class_debug): Likewise.
615         (get1s): Likewise.
616         (get1u): Likewise.
617         (get2u): Likewise.
618         (get4): Likewise.
619         (NULLARRAYCHECK): Likewise.
620         (ARRAYBOUNDSCHECK): Likewise.
621         * interpret-run.cc (insn_target) <breakpoint>: Tidy.
623 2007-01-29  Tom Tromey  <tromey@redhat.com>
625         * configure, Makefile.in: Rebuilt.
626         * Makefile.am (bin_SCRIPTS): Never install scripts/jar.
627         * configure.ac (BASH_JAR): Removed conditional.
628         (JAR): Prefer the jar found by AC_CHECK_PROGS.
630 2007-01-29  Tom Tromey  <tromey@redhat.com>
632         * Makefile.in: Rebuilt.
633         * Makefile.am (interpret.lo): New target.  Add -fwrap to
634         AM_CXXFLAGS.
636 2007-01-29  Keith Seitz  <keiths@redhat.com>
638         * include/jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED):
639         Define.
640         [__GCJ_JNI_IMPL__]: Define our own JVMTI types when building
641         gcj. All jvmti object types now are defined to be their
642         corresponding java classes.
643         * jvmti.cc (_Jv_JVMTI_SuspendThread): Remove casting from
644         jthread to Thread*.
645         (_Jv_JVMTI_ResumeThread): Likewise.
646         (_Jv_JVMTI_InterruptThread): Likewise.
647         (_Jv_JVMTI_SetEventNotificationMode): Likewise.
648         * gnu/classpath/jdwp/natVMVirtualMachine.cc
649         (jdwpClassPrepareCB): Likewise.
650         (jdwpThreadEndCB): Likewise.
651         (jdwpThreadStartCB): Likewise.
652         (jdwpVMInitCB): Likewise.
654 2007-01-28  Michele Sandri  <gpointorama@gmail.com>
656         * gnu/java/nio/channels/natFileChannelWin32.cc
657         (lock): Implemented.
658         (unlock): Implemented.
660 2007-01-27  Andreas Tobler  <a.tobler@schweiz.org>
662         PR libgcj/30513
663         * configure.host: Add forgottten sysdep_dir to sparc. Add a flag to
664         libgcj_flags to undefine 'sun' at compile time.
665         * sysdep/sparc/locks.h (read_barrier): New functions for 32 and 64 bit
666         Sparc.
667         (write_barrier): Likewise.
669 2007-01-27  Keith Seitz  <keiths@redhat.com>
671         * gnu/classpath/jdwp/natVMVirtualMachine.cc
672         (getAllClassMethods): Move error handling to ...
673         (throw_jvmti_error): ... here.
674         (jdwpClassPrepareCB): New function.
675         (jdwpThreadEndCB): New function.
676         (jdwpThreadStartCB): New function.
677         (jdwpVMDeathCB): New function.
678         (jdwpVMInitCB): Define and enable callbacks for
679         ClassPrepare, ThreadEnd, ThreadStart, and VMDeath.
681 2007-01-27  Jakub Jelinek  <jakub@redhat.com>
683         * Makefile.am (generic_header_files): Add $(inner_nat_headers).
684         * testsuite/Makefile.am (check-dejaGNU): Depend on compile-tests.
685         (MYGCJH): New variable.
686         (compile-tests): New goal.
687         * Makefile.in: Rebuilt.
688         * testsuite/Makefile.in: Rebuilt.
690 2007-01-26  Andrew Haley  <aph@redhat.com>
692         * java/lang/natClass.cc (initializeClass): Re-throw
693         SecurityExceptions.
694         * java/lang/natVMClassLoader.cc (loadClass): checkPackageAccess.
695         * java/lang/ClassLoader.java: (loadClass): Likewise.
697 2007-01-26  Tom Tromey  <tromey@redhat.com>
699         * Updated headers.
701 2007-01-25  Tom Tromey  <tromey@redhat.com>
703         PR libgcj/29594:
704         * gnu/gcj/convert/Convert.java (main): Correctly handle missing
705         input or output encodings.  Removed unused local variables.
707 2007-01-25  Keith Seitz  <keiths@redhat.com>
709         * include/jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.
710         * gnu/classpath/jdwp/natVMVirtualMachine.cc
711         (_Jv_GetJDWP_JVMTIEnv): New function.
712         * gnu/classpath/jdwp/natVMMethod.cc (getName): Implement.
713         (getSignature): Implement.
714         (getModifiers): Implement.
716 2007-01-25  Andrew Haley  <aph@redhat.com>
718         * configure, Makefile.in, include/config.h.in: Rebuilt.
719         * Makefile.am (libgcj_la_LIBADD): Removed $(LIBMAGIC).
720         * configure.ac: Don't check for libmagic.
721         * java/net/natVMURLConnection.cc (p_magic_open, p_magic_load,
722         p_magic_close, p_magic_buffer): New globals.
723         (init): Look up 'magic' functions.
724         (guessContentTypeFromBuffer): Updated.
726 2007-01-25  Keith Seitz  <keiths@redhat.com>
728         * jvmti.cc (_Jv_JVMTI_GetMethodName): New function.
729         (_Jv_JVMTI_Interface): Define GetMethodName.
730         * testsuite/libjava.jvmti/getmethodname.java: New file.
731         * testsuite/libjava.jvmti/natgetmethodname.cc: New file.
732         * testsuite/libjava.jvmti/getmethodname.out: New file. 
734 2007-01-24  Kyle Galloway  <kgallowa@redhat.com>
736         * libjava/testsuite/libjava.jvmti/jvmti-interp.exp: New file.
737         * libjava/testsuite/libjava.jvmti/interp: New folder.
738         * libjava/testsuite/lib/libjava.exp (exec_gij): New Method.
740 2007-01-24  Keith Seitz  <keiths@redhat.com>
742         * link.cc (_Jv_Linker::wait_for_state): Add JVMTI
743         CLASS_PREPARE notification.
745 2007-01-24  Keith Seitz  <keiths@redhat.com>
747         * interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h,
748         gnu/gcj/jvmti/BreakpointManager.h, jvmti.h, and jvmti-int.h
749         * interpret-run.cc: Implement insn_breakpoint.
751 2007-01-24  Keith Seitz  <keiths@redhat.com>
753         * prims.cc (_Jv_RunMain): Send JVMTI event notifications
754         for VM_INIT and VM_DEATH instead of the JDWP notifications.
756 2007-01-24  Keith Seitz  <keiths@redhat.com>
758         * gnu/classpath/jdwp/natVMVirtualMachine.cc
759         (getAllClassMethods): Implement.
761 2007-01-24  Andrew Haley  <aph@redhat.com>
763         * gnu/classpath/natVMStackWalker.cc: Call InitClass everywhere.
764         (getClassContext) Add a barrier to prevent GetStackWalkerStack()
765         from being sibcalled.
767 2007-01-24  Andrew Haley  <aph@redhat.com>
769         * scripts/makemake.tcl (emit_bc_rule): Set the source filename.
770         * sources.am: Rebuild.
772 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
774         * exception.cc (parse_lsda_header, PERSONALITY_FUNCTION): Replaced
775         _Unwind_Word with _uleb128_t and _Unwind_SWord with _sleb128_t.
777 2007-01-23  H.J. Lu  <hongjiu.lu@intel.com>
779         PR libgcj/30550
780         * Makefile.am (ecjx_DEPENDENCIES): Add libgcj_bc.la if needed.
781         * Makefile.in: Regenerated.
783 2007-01-22  Keith Seitz  <keiths@redhat.com>
785         * gnu/classpath/jdwp/natVMVirtualMachine.cc
786         (getClassMethod): Implement.
788 2007-01-22  Keith  Seitz  <keiths@redhat.com>
790         * java/lang/Class.h (_Jv_GetClassStatus): Declare.
791         * java/lang/natClass.cc (_Jv_GetClassStatus): New function.
792         * jvmti.cc (_Jv_JVMTI_GetClassStatus): New function.
793         (_Jv_JVMTI_Interface): Define GetClassStatus.
795 2007-01-22  Tom Tromey  <tromey@redhat.com>
797         * configure: Rebuilt.
798         * configure.ac (GCJ): Reverted patch of 2006-12-20.
800 2007-01-22  Tom Tromey  <tromey@redhat.com>
802         PR java/29812:
803         * testsuite/libjava.jni/pr29812.java: New file.
804         * testsuite/libjava.jni/pr29812_injar.java: New file.
805         * testsuite/libjava.jni/pr29812_injar.jar: New file.
806         * testsuite/libjava.jni/pr29812.out: New file.
807         * testsuite/libjava.jni/pr29812_injar.c: New file.
808         * testsuite/libjava.jni/pr29812_injar.h: New file.
809         * testsuite/libjava.jni/pr29812.jar: New file.
810         * testsuite/libjava.jni/pr29812.c: New file.
811         * testsuite/libjava.jni/pr29812.h: New file.
812         * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
813         New proc.
814         (gcj_jni_invocation_test_one): Use it.
815         (gcj_jni_pr29812): New proc.
816         (gcj_jni_run): Use it.
817         * java/lang/natRuntime.cc (_load): Push a new system frame before
818         calling JNI_OnLoad.
819         * include/jvm.h (_Jv_JNI_PopSystemFrame): Declare.
820         (_Jv_GetJNIEnvNewFrameWithLoader): Likewise.
821         * jni.cc (struct _Jv_JNI_LocalFrame) <marker>: Now unsigned char.
822         <allocated_p>: Now bool.
823         <loader>: New field.
824         (_Jv_JNI_EnsureLocalCapacity): Updated.
825         (_Jv_JNI_NewLocalRef): Likewise.
826         (_Jv_JNI_NewLocalRef): Likewise.
827         (_Jv_JNI_PopLocalFrame): Likewise.
828         (_Jv_JNI_FindClass): Likewise.
829         (_Jv_GetJNIEnvNewFrame): Likewise.
830         (_Jv_JNI_AttachCurrentThread): Likewise.
831         (_Jv_GetJNIEnvNewFrameWithLoader): New function.
832         (_Jv_GetJNIEnvNewFrame): Use it.
833         * include/jni_md.h (_CLASSPATH_JNIENV_CONTENTS): Removed 'klass'.
835 2007-01-22  Tom Tromey  <tromey@redhat.com>
837         * libtool-version: Bump current to 9.
839 2007-01-22  Andrew Haley  <aph@redhat.com>
841         * sysdep/alpha/locks.h (write_barrier): New.
843 2007-01-21  Matthias Klose  <doko@debian.org>
845         * Makefile.am (install-exec-hook): Use transformed name.
846         * Makefile.in: Regenerate.
848 2007-01-19  Keith Seitz  <keiths@redhat.com>
850         * gnu/classpath/jdwp/natVMVirtualMachine.cc: Mark unused parameters
851         in methods and reformat.
853         * gnu/classpath/jdwp/natVMFrame.cc: Mark unused parameters with
854         MAYBE_UNUSED.
856 2007-01-18  Keith Seitz  <keiths@redhat.com>
858         From Macro Trudel <mtrudel@gmx.ch>:
859         * gnu/classpath/jdwp/natVMVirtualMachine.cc (jdwpVMInitCB):
860         Use JNICALL.
862 2007-01-18  Marco Trudel  <mtrudel@gmx.ch>
864         * jni.cc (_Jv_JNI_FindClass): Initialize class.
865         * testsuite/libjava.jni/findclass2.jar: New file.
866         * testsuite/libjava.jni/findclass2.h: New file.
867         * testsuite/libjava.jni/findclass2.java: New file
868         * testsuite/libjava.jni/findclass2.c: New file.
869         * testsuite/libjava.jni/findclass2.out: New file.
871 2007-01-18  Tom Tromey  <tromey@redhat.com>
873         * configure: Rebuilt.
874         * configure.ac: Use multi_basedir instead of libgcj_basedir.
876 2007-01-18  Gary Benson  <gbenson@redhat.com>
878         * gnu/java/nio/natVMPipeEcos.cc:
879         Renamed from gnu/java/nio/natPipeImplEcos.cc.
880         * gnu/java/nio/natVMPipePosix.cc:
881         Renamed from gnu/java/nio/natPipeImplPosix.cc.
882         * gnu/java/nio/natVMPipeWin32.cc:
883         Renamed from gnu/java/nio/natPipeImplWin32.cc.
884         * gnu/java/nio/natVMSelectorEcos.cc:
885         Renamed from gnu/java/nio/natSelectorImplEcos.cc.
886         * gnu/java/nio/natVMSelectorPosix.cc:
887         Renamed from gnu/java/nio/natSelectorImplPosix.cc.
888         * gnu/java/nio/natVMSelectorWin32.cc:
889         Renamed from gnu/java/nio/natSelectorImplWin32.cc.
890         * java/io/natVMObjectInputStream.cc:
891         Renamed from java/io/natObjectInputStream.cc.
892         * java/lang/natVMDouble.cc:
893         Renamed from java/lang/natDouble.cc.
894         * java/lang/natVMFloat.cc:
895         Renamed from java/lang/natFloat.cc.     
896         * Makefile.am, configure.ac: Reflect the above.
897         * Makefile.in, configure: Rebuilt.
899 2007-01-17  Andrew Haley  <aph@redhat.com>
901         * Makefile.in: Rebuilt.
902         * Makefile.am (ecjx_LDFLAGS): Pass -fbootclasspath.
904 2007-01-17  Keith Seitz  <keiths@redhat.com>
906         * java/lang/natThread.cc (finish_): Add JVMTI ThreadEnd notification.
907         (_Jv_NotifyThreadStart): Add JVMTI ThreadStart notification.
909 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
911         * configure.ac: Use multi.m4 from aclocal rather than custom
912         code.  Use multi_basedir instead libgcj_basedir.  Test for
913         /proc/self/exe when not cross-compiling.
914         * aclocal.m4: Regenerate.
915         * configure: Regenerate.
916         * Makefile.in: Regenerate.
918 2007-01-17  Gary Benson  <gbenson@redhat.com>
920         * java/nio/natVMDirectByteBufferImpl.cc:
921         Renamed from java/nio/natDirectByteBufferImpl.cc.
922         * Makefile.am: Reflect the above.
923         * Makefile.in: Rebuilt.
924         
925 2007-01-17  Marco Trudel  <mtrudel@gmx.ch>
927         * jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static.  Use JNICALL.
928         Fixed indentation.  Removed unused variable.
930 2007-01-16  Tom Tromey  <tromey@redhat.com>
932         * java/lang/natThread.cc (finalize_native): Remove cast.
933         (_Jv_GetCurrentJNIEnv): Likewise.
934         * include/jvm.h (struct natThread) <jni_env>: Declare as
935         _Jv_JNIEnv*.
937 2007-01-16  Keith Seitz  <keiths@redhat.com>
939         * testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use
940         %#llx instead of %d for new_value.
941         * testsuite/libjava.jvmti/events.out: Update expected output.
942         * testsuite/libjava.jvmti/events.jar: Regenerate.
944 2007-01-16  Keith Seitz  <keiths@redhat.com>
946         * gnu/classpath/jdwp/natVMVirtualMachine.cc (DEFINE_CALLBACK):
947         New macro.
948         (ENABLE_EVENT): New macro.
949         (initialize): Define and enable JVMTI VM_INIT callback.
950         (jdwpVMInitCB): New function.
952 2007-01-16  Kyle Galloway  <kgallowa@redhat.com>
954         * jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.
955         * testsuite/libjava.jvmti/getallthreads.java: New test.
956         * testsuite/libjava.jvmti/natgetallthreads.cc: Ditto.
957         * testsuite/libjava.jvmti/getallthreads.out: Ditto.
958         * testsuite/libjava.jvmti/getallthreads.h: Ditto.
959         * testsuite/libjava.jvmti/getallthreads.jar: Ditto. 
961 2007-01-15  Keith Seitz  <keiths@redhat.com>
963         * gnu/classpath/jdwp/natVMVirtualMachine.cc (suspendThread): Use
964         java.lang.StringBuilder instead of java.lang.StringBuffer.
965         (resumeThread): Likewise.
967 2007-01-15  Gary Benson  <gbenson@redhat.com>
969         * java/nio/MappedByteBuffer.java: Removed.
970         * sources.am, Makefile.in: Rebuilt.
972 2007-01-15  Gary Benson  <gbenson@redhat.com>
974         * java/net/URLClassLoader.java: Removed.
975         * gnu/java/net/loader/Load_gcjlib.java: New file.
976         * gnu/gcj/runtime/BootClassLoader.java: Ensure core
977         URL handler is present in static executables.
978         * sources.am, Makefile.in: Rebuilt.
980 2007-01-14  H.J. Lu  <hongjiu.lu@intel.com>
982         * Makefile.am (libgcj_la_LDFLAGS): Add
983         $(LIBGCJ_LD_SYMBOLIC_FUNCTIONS).
984         (libgcj_tools_la_LDFLAGS): Likewise.
985         (libgcj_bc_la_LDFLAGS): Likewise.
986         * Makefile.in: Regenerated.
988         * configure.ac: Use ACX_PROG_LD_GNU_SYMBOLIC.  Set
989         LIBGCJ_LD_SYMBOLIC_FUNCTIONS to $SYMBOLIC_LDFLAGS.  Set
990         libgcj_ld_symbolic to $SYMBOLIC_LDFLAGS if it isn't set.
991         Substitute LIBGCJ_LD_SYMBOLIC_FUNCTIONS.
992         * configure: Regenerated.
993         * aclocal.m4: Likewise.
994         * gcj/Makefile.in: Likewise.
995         * include/Makefile.in: Likewise.
996         * testsuite/Makefile.in: Likewise.
998 2007-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
1000         * sysdep/sh/locks.h (read_barrier): New.
1001         (write_barrier): Likewise.
1003 2007-01-12  Andrew Haley  <aph@redhat.com>
1005         * include/i386-signal.h: Rewrite to use rt_sigaction.
1007 2007-01-11  Andrew Haley  <aph@redhat.com>
1009         * prims.cc (jdwpOptions) Fix deprecated cast from char[] constant
1010         to char*.
1011         * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): Rewrite to fix
1012         aliasing violation.
1014 2007-01-10  Tom Tromey  <tromey@redhat.com>
1016         * gnu/gcj/xlib/*.h: New files.
1017         * gnu/awt/xlib/*.h: Likewise.
1018         * classpath/lib/gnu/gcj/xlib: New class files.
1019         * classpath/lib/gnu/awt/xlib: Likewise.
1021 2007-01-10  Tom Tromey  <tromey@redhat.com>
1023         * HACKING: Various updates.
1025 2007-01-10  Tom Tromey  <tromey@redhat.com>
1027         * java/lang/natDouble.cc (toString): Added parens.
1028         * gnu/gcj/io/shs.h (PROTO): Define.
1029         * link.cc (resolve_pool_entry): Added missing braces.
1031 2007-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1033         PR libgcj/30424
1034         * sysdep/ia64/locks.h (read_barrier): New.
1035         (write_barrier): New.
1037 2007-01-10  Gary Benson  <gbenson@redhat.com>
1039         * java/net/URL.java: Removed.
1040         * sources.am, Makefile.in: Rebuilt.
1042 2007-01-10  Matthias Klose  <doko@debian.org>
1044         * Makefile.am (install-exec-hook): Support $(DESTDIR).
1045         * Makefile.in: Regenerated.
1047 2007-01-05  Tom Tromey  <tromey@redhat.com>
1049         * testsuite/libjava.loader/loader.exp (gcj_loader_run): Find
1050         dummy.class in srcdir.
1052 2007-01-03  Tom Tromey  <tromey@redhat.com>
1054         * testsuite/libjava.cni/cni.exp (gcj_cni_compile_cxx_to_o): Add -I
1055         for srcdir.
1057 2007-01-03  Tom Tromey  <tromey@redhat.com>
1059         * testsuite/*: Added many .jar and .h files.
1060         * testsuite/libjava.special/special.exp
1061         (gcj_special_try_compiler): New proc.
1062         * testsuite/libjava.loader/loader.exp (gcj_loader_run): Don't
1063         bytecompile source.  Search for .jar files.
1064         (gcj_loader_test_one): Don't look for MyLoader.java.
1065         * testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_test_one): Don't
1066         bytecompile sources or build headers.
1067         (gcj_jvmti_run): Look for .jar files.
1068         * testsuite/libjava.jni/jni.exp (gcj_jni_run): Compile .jar
1069         files.
1070         (gcj_jni_test_one): Don't bytecompile sources or build headers.
1071         Set classpath when invoking gij.
1072         (gcj_jni_invocation_test_one): Likewise.
1073         * testsuite/libjava.cni/cni.exp (gcj_cni_test_one): Don't build
1074         headers or bytecompile sources.
1075         (gcj_cni_run): Use .jar files, not .java files.
1076         * testsuite/libjava.lang/lang.exp: Compile .jar files.
1078 2007-01-02  Tom Tromey  <tromey@redhat.com>
1080         * configure: Rebuilt.
1081         * configure.ac: Check for gjar.
1083 2007-01-02  Tom Tromey  <tromey@redhat.com>
1085         * testsuite/libjava.jacks/jacks.exp: Removed.
1086         * testsuite/libjava.jacks/jacks.xfail: Removed.