OSDN Git Service

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