OSDN Git Service

d6687afcb4539a9ea3b7130a91cf9717f056893e
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
1 2008-10-23  David Edelsohn  <edelsohn@gnu.org>
2
3         PR target/35485
4         * configure.ac: AIX threads are Posix threads.
5         Set signal handler to aix-signal.h
6         * configure: Regenerate.
7         * classpath/native/fdlibm/fdlibm.h: Undef hz.
8         * include/aix-signal.h: New file.
9         * sysdep/powerpc/locks.h: Avoid GNU Assembler syntax.
10
11 2008-10-22  Matthias Klose  <doko@ubuntu.com>
12
13         Import GNU Classpath (libgcj-import-20081021).
14
15         * Regenerate class and header files.
16         * Regenerate auto* files.
17
18 2008-10-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
19
20         * sources.am, Makfile.in: Regenerate.
21
22 2008-10-17  Matthias Klose  <doko@ubuntu.com>
23
24         * configure.ac: Fix bashisms.
25         * configure: Regenerate.
26
27 2008-10-15  Matthias Klose  <doko@ubuntu.com>
28
29         * configure.ac: Disable build of gjdoc, if configured without
30         --with-antlr-jar or if no antlr.jar found.
31         * configure: Regenerate.
32
33 2008-10-09  Andrew John Hughes  <gnu_andrew@member.fsf.org>
34
35         * classpath/configure.ac,
36         * classpath/m4/ac_prog_antlr.m4,
37         * classpath/m4/ac_prog_java.m4,
38         * classpath/tools/Makefile.am:
39         Ported --regen-gjdoc-parser patch and
40         cantlr support from GNU Classpath.
41
42 2008-10-06  Andrew Haley  <aph@redhat.com>
43
44         * java/lang/Thread.java (Thread): Always create the ThreadLocalMap
45         when creating a thread.
46         (getThreadLocals) Don't lazily create the ThreadLocalMap.
47
48 2008-09-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>
49
50         * classpath/java/lang/ThreadLocalMap.java,
51         * java/lang/ThreadLocalMap$Entry.h,
52         * java/lang/ThreadLocalMap.h,
53         * lib/java/lang/ThreadLocalMap.class,
54         * lib/java/lang/ThreadLocalMap$Entry.class:
55         Add the new files for the ThreadLocal patch.
56
57 2008-09-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>
58
59         * classpath/ChangeLog,
60         * classpath/java/lang/InheritableThreadLocal.java,
61         * classpath/java/lang/Thread.java,
62         * classpath/java/lang/ThreadLocal.java:
63         Merge Daniel Frampton's ThreadLocal patch.
64         * gcj/javaprims.h: Updated.
65         * java/lang/Thread.h: Regenerated.
66         * java/lang/Thread.java:
67         Replace WeakIdentityHashMap with ThreadLocalMap.
68         (getThreadLocals()): Likewise.
69         * java/lang/ThreadLocal.h: Regenerated.
70         * java/lang/ThreadLocal.java:
71         (computeNextHash()): New method.
72         (ThreadLocal()): Initialise fastHash.
73         (internalGet()): Updated to match Classpath's get().
74         (internalSet(Object)): Likewise for set(Object).
75         (internalRemove()): Likewise for remove().
76         
77 2008-09-25  Andrew John Hughes  <gnu_andrew@member.fsf.org>
78
79         * classpath/configure,
80         * classpath/configure.ac:
81         Resynchronise with Classpath's configure.
82         * classpath/examples/Makefile.in:
83         Add equivalent support for building as in
84         tools/Makefile.in.
85         * classpath/java/nio/Buffer.java,
86         * classpath/java/nio/ByteBuffer.java,
87         * classpath/java/nio/ByteBufferImpl.java,
88         * classpath/java/nio/CharBuffer.java,
89         * classpath/java/nio/CharBufferImpl.java,
90         * classpath/java/nio/CharSequenceBuffer.java,
91         * classpath/java/nio/CharViewBufferImpl.java,
92         * classpath/java/nio/DirectByteBufferImpl.java,
93         * classpath/java/nio/DoubleBuffer.java,
94         * classpath/java/nio/DoubleBufferImpl.java,
95         * classpath/java/nio/DoubleViewBufferImpl.java,
96         * classpath/java/nio/FloatBuffer.java,
97         * classpath/java/nio/FloatBufferImpl.java,
98         * classpath/java/nio/FloatViewBufferImpl.java,
99         * classpath/java/nio/IntBuffer.java,
100         * classpath/java/nio/IntBufferImpl.java,
101         * classpath/java/nio/IntViewBufferImpl.java,
102         * classpath/java/nio/LongBuffer.java,
103         * classpath/java/nio/LongBufferImpl.java,
104         * classpath/java/nio/LongViewBufferImpl.java,
105         * classpath/java/nio/MappedByteBuffer.java,
106         * classpath/java/nio/MappedByteBufferImpl.java,
107         * classpath/java/nio/ShortBuffer.java,
108         * classpath/java/nio/ShortBufferImpl.java,
109         * classpath/java/nio/ShortViewBufferImpl.java:
110         Replace use of gnu.classpath.Pointer with gnu.gcj.RawData,
111         and fix some formatting issues.
112         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaLexer.java,
113         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaLexer.smap,
114         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaRecognizer.java,
115         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaRecognizer.smap,
116         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaTokenTypes.java,
117         * classpath/tools/gnu/classpath/tools/gjdoc/expr/JavaTokenTypes.txt:
118         Regenerated (later version of antlr).
119         * java/nio/Buffer.h: Regenerated.
120         * java/nio/Buffer.java: Ported changes from Classpath.
121         * java/nio/ByteBuffer.h,
122         * java/nio/CharBuffer.h: Regenerated.
123         * java/nio/DirectByteBufferImpl.java: Ported changes from
124         Classpath.
125         * java/nio/DoubleBuffer.h,
126         * java/nio/FloatBuffer.h,
127         * java/nio/IntBuffer.h,
128         * java/nio/LongBuffer.h,
129         * java/nio/MappedByteBuffer.h,
130         * java/nio/MappedByteBufferImpl.h: Regenerated.
131         * java/nio/MappedByteBufferImpl.java: Ported changes from
132         Classpath.
133         * java/nio/ShortBuffer.h: Regenerated.
134
135 2008-09-24  Matthias Klose  <doko@ubuntu.com>
136
137         * configure.ac: Search for antlr.jar, if not configured.
138         * configure: Regenerate.
139
140 2008-09-24  Matthias Klose  <doko@ubuntu.com>
141
142         * Makefile.am: Build a gjdoc binary, if enabled.
143         * configure.ac: Add options --disable-gjdoc, --with-antlr-jar=file.
144         * Makefile.in, */Makefile.in, configure: Regenerate.
145
146 2008-09-22  Andrew Haley  <aph@redhat.com>
147
148         * java/lang/String.java (toString(char[], int, int)): New method.
149
150 2008-09-14  Matthias Klose  <doko@ubuntu.com>
151
152         Import GNU Classpath (libgcj-import-20080914).
153
154         * Regenerate class and header files.
155         * Regenerate auto* files.
156         * configure.ac: Don't pass --disable-gjdoc to classpath.
157         * sources.am: Regenerated.
158         * HACKING: Mention to build gjdoc in maintainer builds.
159         * gnu/classpath/Configuration.java: Update classpath version.
160         * gcj/javaprims.h: Update.
161
162 2008-09-08  Andrew John Hughes  <gnu_andrew@member.fsf.org>
163
164         * Makefile.am: Replace natStringBuffer.cc
165         and natStringBuilder.cc with natAbstractStringBuffer.cc.
166         * Makefile.in: Regenerated.
167         * java/lang/AbstractStringBuffer.java:
168         (append(int)): Made native.
169         (regionMatches(int,String)): Likewise.
170         * java/lang/StringBuffer.h: Regenerated.
171         * java/lang/StringBuffer.java: Remerged with GNU Classpath.
172         * java/lang/StringBuilder.h: Regenerated.
173         * java/lang/StringBuilder.java: Remerged with GNU Classpath.
174         * java/lang/natAbstractStringBuffer.cc: Provide common
175         native methods for StringBuffer and StringBuilder.
176         * java/lang/natStringBuffer.cc,
177         * java/lang/natStringBuilder.cc: Removed.
178
179 2008-09-04  Andrew John Hughes  <gnu_andrew@member.fsf.org>
180
181         * Makefile.in,
182         * classpath/configure: Regenerated.
183         * gnu/gcj/util/natDebug.cc,
184         * gnu/gcj/xlib/natColormap.cc,
185         * gnu/gcj/xlib/natDisplay.cc,
186         * gnu/gcj/xlib/natDrawable.cc,
187         * gnu/gcj/xlib/natFont.cc,
188         * gnu/gcj/xlib/natWMSizeHints.cc,
189         * gnu/gcj/xlib/natWindow.cc,
190         * gnu/gcj/xlib/natXImage.cc:
191         Add :: prefix to namespaces.
192         * java/io/CharArrayWriter.h,
193         * java/lang/StringBuffer.h:
194         Regenerated using patched gjavah.
195         * java/lang/natStringBuffer.cc:
196         Fix naming of append(jint).
197         * java/sql/Timestamp.h: Regenerated
198         using patched gjavah.
199         * jni.cc: Rename p to functions
200         to match change in GNU Classpath.
201         * scripts/makemake.tcl: Switch
202         gnu.java.math to BC compilation.
203         * sources.am: Regenerated.
204
205 2008-08-21  Andrew John Hughes  <gnu_andrew@member.fsf.org>
206         
207         * Makefile.in: Updated location of Configuration.java.
208         * classpath/lib/gnu/java/locale/LocaleData.class: Regenerated.
209
210 2008-08-18  Andrew John Hughes  <gnu_andrew@member.fsf.org>
211         
212         * Makefile.in: Updated with new Java files.
213         * classpath/configure: Regenerated.
214         * classpath/tools/Makefile.am: Add missing
215         use of GJDOC_EX so --disable-gjdoc works.
216         * classpath/tools/Makefile.in: Regenerated.
217
218 2008-08-15  Matthias Klose  <doko@ubuntu.com>
219
220         Import GNU Classpath (libgcj-import-20080811).
221
222         * Regenerate class and header files.
223         * Regenerate auto* files.
224         * configure.ac: Don't pass --with-fastjar to classpath, substitute new
225         dummy value in classpath/gnu/classpath/Configuration.java.in, pass
226         --disable-gjdoc to classpath.
227         * scripts/makemake.tcl:
228         * sources.am: Regenerated.
229         * java/lang/AbstractStringBuffer.java, gnu/java/lang/VMCPStringBuilder.java:
230         New, copied from classpath, use System instead of VMSystem.
231         * java/lang/StringBuffer.java: Merge from classpath.
232         * java/lang/ClassLoader.java: Merge from classpath.
233         * gcj/javaprims.h: Update class definitions,
234         remove _Jv_jobjectRefType, jobjectRefType definitions.
235
236 2008-09-30  Andreas Tobler  <a.tobler@schweiz.org>
237
238         * testsuite/lib/libjava.exp (libjava_arguments): Do not append
239         "no-install" to additional_flags for *-*-darwin.
240
241 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
242             Steve Ellcey  <sje@cup.hp.com>
243
244         * configure: Regenerate for new libtool.
245         * Makefile.in: Ditto.
246         * aclocal.m4: Ditto.
247         * classpath/configure: Ditto.
248         * classpath/Makefile.in: Ditto.
249         * classpath/native/jni/Makefile.in: Ditto.
250         * classpath/native/jni/classpath/Makefile.in: Ditto.
251         * classpath/native/jni/midi-dssi/Makefile.in: Ditto.
252         * classpath/native/jni/gstreamer-peer/Makefile.in: Ditto.
253         * classpath/native/jni/gconf-peer/Makefile.in: Ditto.
254         * classpath/native/jni/java-io/Makefile.in: Ditto.
255         * classpath/native/jni/native-lib/Makefile.in: Ditto.
256         * classpath/native/jni/java-util/Makefile.in: Ditto.
257         * classpath/native/jni/java-lang/Makefile.in: Ditto.
258         * classpath/native/jni/midi-alsa/Makefile.in: Ditto.
259         * classpath/native/jni/java-nio/Makefile.in: Ditto.
260         * classpath/native/jni/java-net/Makefile.in: Ditto.
261         * classpath/native/jni/xmlj/Makefile.in: Ditto.
262         * classpath/native/jni/qt-peer/Makefile.in: Ditto.
263         * classpath/native/jni/gtk-peer/Makefile.in: Ditto.
264         * classpath/native/Makefile.in: Ditto.
265         * classpath/native/jawt/Makefile.in: Ditto.
266         * classpath/native/fdlibm/Makefile.in: Ditto.
267         * classpath/native/plugin/Makefile.in: Ditto.
268         * classpath/resource/Makefile.in: Ditto.
269         * classpath/scripts/Makefile.in: Ditto.
270         * classpath/tools/Makefile.in: Ditto.
271         * classpath/doc/Makefile.in: Ditto.
272         * classpath/doc/api/Makefile.in: Ditto.
273         * classpath/lib/Makefile.in: Ditto.
274         * classpath/external/Makefile.in: Ditto.
275         * classpath/external/jsr166/Makefile.in: Ditto.
276         * classpath/external/sax/Makefile.in: Ditto.
277         * classpath/external/w3c_dom/Makefile.in: Ditto.
278         * classpath/external/relaxngDatatype/Makefile.in: Ditto.
279         * classpath/include/Makefile.in: Ditto.
280         * classpath/aclocal.m4: Ditto.
281         * classpath/examples/Makefile.in: Ditto.
282         * include/Makefile.in: Ditto.
283         * testsuite/Makefile.in: Ditto.
284         * gcj/Makefile.in: Ditto.
285
286 2008-09-17  Andrew Haley  <aph@redhat.com>
287
288         PR libgcj/8995:
289         
290         * defineclass.cc (_Jv_ClassReader::handleCodeAttribute):
291         Initialize thread_count.
292         * include/java-interp.h (_Jv_InterpMethod::thread_count): New
293         field.
294          (_Jv_InterpMethod::rewrite_insn_mutex): New mutex.
295         (_Jv_InterpFrame:: _Jv_InterpFrame): Pass frame_type.
296         * interpret.cc
297         (ThreadCountAdjuster): New class.
298         (_Jv_InterpMethod::thread_count): New field.
299         (_Jv_InitInterpreter): Initialize rewrite_insn_mutex.
300         Increment and decrement thread_count field in methods.
301         * interpret-run.cc (REWRITE_INSN): Check thread_count <= 1.
302         (REWRITE_INSN): Likewise.
303         Declare a ThreadCountAdjuster.
304         * java/lang/reflect/natVMProxy.cc (run_proxy): Initialize frame
305         type as frame_proxy.
306
307 2008-09-05  David Daney  <ddaney@avtrex.com>
308
309         * configure.ac (reduced-reflection): New AC_ARG_ENABLE.
310         (build_libgcj_reduced_reflection): New variable.
311         (BUILD_LIBGCJ_REDUCED_REFLECTION): New AM_CONDITIONAL.
312         * Makefile.am (LIBGCJ_REDUCED_REFLECTION_FLAGS): New variable.
313         (%.lo: %.list): Add LIBGCJ_REDUCED_REFLECTION_FLAGS to compile
314         command.
315         (java/util/concurrent.lo, java/util/concurrent/atomic.lo,
316         java/util/concurrent/locks.lo): Override
317         LIBGCJ_REDUCED_REFLECTION_FLAGS.
318         * Makefile.in, include/Makefile.in, testsuite/Makefile.in,
319         gcj/Makefile.in, configure: Regenerate.
320
321 2008-08-22  Andrew Haley  <aph@redhat.com>
322
323         PR libgcj/8995:
324         
325         * interpret-run.cc (REWRITE_INSN): Null this macro.
326
327         * include/jvm.h (class _Jv_Linker): Declare resolve_mutex, init.
328         (read_cpool_entry, write_cpool_entry): New functions.
329         * link.cc (_Jv_Linker::resolve_mutex): new.
330         (_Jv_Linker::init): New function.
331         (_Jv_Linker::resolve_pool_entry): Use {read,write}_cpool_entry
332         to ensure atomic access to constant pool entries.
333
334 2008-08-07  Andrew Haley  <aph@redhat.com>
335
336         * testsuite/libjava.lang/StackTrace2.java: Rewrite to prevent
337         spurious failure when some methods are inlined.
338
339 2008-08-05  Matthias Klose  <doko@ubuntu.com>
340
341         * HACKING: Update instructions how to build gcj/javaprims.h.
342
343 2008-08-04  Tom Tromey  <tromey@redhat.com>
344
345         PR libgcj/31890:
346         * gcj/javaprims.h: Regenerate class list.
347
348 2008-07-16  Roger Sayle  <roger@eyesopen.com>
349             Paolo Bonzini  <bonzini@gnu.org>
350
351         * scripts/jar.in: Fix portability problems with Solaris /bin/sh.
352
353 2008-07-08  Matthias Klose  <doko@ubuntu.com>
354
355         * libtool-version: Bump soversion.
356
357 2008-07-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
358
359         * gnu/gcj/convert/make-trie.h: New.
360         * gnu/gcj/convert/gen-from-JIS.c: Include it.
361         * gnu/gcj/convert/make-trie.c: Likewise.
362         Fix typos and compiler warnings, diagnose a missing argument.
363         * Makefile.am (gen_from_JIS_SOURCES): Add gnu/gcj/convert/make-trie.h.
364         * Makefile.in: Regenerate.
365
366 2008-06-30  Joshua Sumali  <jsumali@redhat.com>
367         Andrew Haley  <aph@redhat.com>
368         
369         * configure.ac (java-home): new AC_ARG_ENABLE.
370         (aot-compile-rpm): Likewise.
371         (CREATE_JAVA_HOME): new AM_CONDITIONAL.
372         (INSTALL_AOT_RPM): Likewise.
373         (gcc-suffix): new AC_ARG_WITH.
374         (arch-directory): Likewise.
375         (os-directory): Likewise.
376         (origin-name): Likewise.
377         (arch-suffix): Likewise.
378         (jvm-root-dir): Likewise.
379         (jvm-jar-dir): Likewise.
380         (python-dir): Likewise.
381         (AC_CONFIG_FILES): Add contrib/aotcompile.py, contrib/aot-compile,
382         contrib/aot-compile-rpm, contrib/rebuild-gcj-db.
383         (gcjsubdir): New AC_SUBST.
384         * Makefile.am (install-data-local): Install Python modules for
385         aot-compile. Also install an sdk style directory if
386         --enable-java-home is passed to configure.
387         (bin_SCRIPTS): Add 
388         contrib/rebuild-gcj-db and contrib/aot-compile.
389         (gcjsubdir): Add.
390         (db_pathtail): Redefine in terms of gcjsubdir.
391         * contrib/aot-compile.in: New file.
392         * contrib/aotcompile.py.in: Likewise.
393         * contrib/aot-compile-rpm.in: Likewise.
394         * contrib/classfile.py: Likewise.
395         * contrib/rebuild-gcj-db.in: Likewise.
396         * configure: Regenerate.
397         * Makefile.in: Regenerate. 
398
399 2008-06-28  Matthias Klose  <doko@ubuntu.com>
400
401         Import GNU Classpath (classpath-0_97_2-release).
402
403         * Regenerate class and header files.
404         * Regenerate auto* files.
405         * gcj/javaprims.h: Define jobjectRefType.
406         * jni.cc (_Jv_JNI_GetObjectRefType): New (stub only).
407         (_Jv_JNIFunctions): Initialize GetObjectRefType.
408         * gnu/classpath/jdwp/VMVirtualMachine.java,
409         java/security/VMSecureRandom.java: Merge from classpath.
410         * HACKING: Fix typo.
411         * ChangeLog-2007: New file.
412         * configure.ac: Set JAVAC, pass --disable-regen-headers to classpath.
413
414 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
415
416         * configure: Regenerate.
417         * gcj/Makefile.in: Regenerate.
418         * include/Makefile.in: Regenerate.
419         * testsuite/Makefile.in: Regenerate.
420
421 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
422
423         * configure.host (strongarm*-elf, xscale*-elf): Remove.
424
425 2008-06-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
426
427         * Makefile.am (mostlyclean-local): Use libtool --mode=clean.
428         * Makefile.in: Regenerate.
429
430 2008-05-28  Andrew Haley  <aph@redhat.com>
431
432         * java/lang/Class.java (getSimpleName): Use getEnclosingClass().        
433         * testsuite/libjava.lang/PR35020.java: New cases.
434         * testsuite/libjava.lang/PR35020.out: New cases.
435
436 2008-05-22  Andrew Haley  <aph@redhat.com>
437
438         PR libgcj/35020
439         * java/lang/Class.java (getSimpleName): Replace incorrect use of
440         String.lastIndexOf(String, int) with String.substring.
441         * testsuite/libjava.lang/PR35020.java: New file.
442         * testsuite/libjava.lang/PR35020.out: New file.
443
444 2008-05-22  Andrew Haley  <aph@redhat.com>
445
446         PR libgcj/35020
447         * java/lang/Class.java (getSimpleName): Import from GNU Classpath.
448
449 2008-05-20  David Daney  <ddaney@avtrex.com>
450
451         PR libgcj/36252
452         * java/lang/natString.ccn: Add
453         #include <java/io/CharConversionException.h>.
454         (init (byte[], int, int, String)): Catch and ignore
455         CharConversionException.  Break out of conversion loop
456         on incomplete input.
457         * testsuite/libjava.lang/PR36252.java: New test.
458         * testsuite/libjava.lang/PR36252.out: New file, its expected output.
459         * testsuite/libjava.lang/PR36252.jar: New file, its pre-compiled
460         jar file.
461
462 2008-04-19  Tom Tromey  <tromey@redhat.com>
463
464         PR libgcj/35979:
465         * jni.cc (_Jv_JNI_NewStringUTF): Return NULL if bytes==NULL.
466
467 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
468
469         PR bootstrap/35457
470         * aclocal.m4: Regenerate.
471         * configure: Regenerate.
472
473 2008-04-16  Andrew Haley  <aph@littlepinkcloud.com>
474
475         * libgcj_bc.c: (_Jv_LookupInterfaceMethod, _Jv_MonitorExit,
476         _Jv_RegisterResource, _Jv_JNI_PopSystemFrame): Add.
477
478 2008-04-16  Andrew Haley  <aph@redhat.com>
479
480         * libgcj_bc.c: Sort lines.
481
482 2008-04-02  Peter O'Gorman  <pogma@thewrittenword.com>
483
484         PR bootstrap/35216
485         * scripts/makemake.tcl: Replace org/omg build with build of all
486         its subpackages.
487         * sources.am: Regenerate.
488         * Makefile.in: Regenerate.
489
490 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
491
492         * Makefile.am (install-data-local): Rewrite to be more efficient,
493         using awk, and `install' with multiple files at once.  Do not gather
494         more than 50 files in one go to avoid hitting command line limits.
495         (install_data_local_split): New variable.
496         * aclocal.m4: Regenerate.
497         * configure: Likewise.
498         * Makefile.in: Likewise.
499         * gcj/Makefile.in: Likewise.
500         * include/Makefile.in: Likewise.
501         * testsuite/Makefile.in: Likewise.
502
503         * Makefile.am (write_entries_to_file_split): New variable.
504         (write_entries_to_file): Write out that many entries at once,
505         for speed.
506         * Makefile.in: Regenerate.
507
508 2008-03-13  Tom Tromey  <tromey@redhat.com>
509
510         * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader):
511         Check loading constraints.
512         (_Jv_CheckOrCreateLoadingConstraint): New function.
513         * java/lang/ClassLoader.java (loadingConstraints): New field.
514         * link.cc (_Jv_Linker::find_field): Use
515         _Jv_CheckOrCreateLoadingConstraint.
516         (_Jv_Linker::check_loading_constraints): New function.
517         (_Jv_Linker::resolve_method_entry): Use
518         check_loading_constraints.
519         (_Jv_Linker::append_partial_itable): Likewise.
520         (_Jv_Linker::layout_vtable_methods): Likewise.
521         * include/jvm.h (_Jv_Linker::check_loading_constraints): Declare.
522         (_Jv_CheckOrCreateLoadingConstraint): Declare.
523
524 2008-03-10  Jim Meyering  <meyering@redhat.com>
525
526         Don't leak upon failed realloc.
527         * gnu/classpath/natSystemProperties.cc
528         (SystemProperties::insertSystemProperties):
529
530 2008-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
531
532         * HACKING: Fix grep patterns.
533
534 2008-03-04  David Daney  <ddaney@avtrex.com>
535
536         * scripts/makemake.tcl (properties_map): Don't exclude
537         gnu/java/locale.
538         * gnu/java/lang/MainThread.java (Klocale, Kcalendar): Remove.
539         * java/text/Collator.java: Organize imports.
540         (getAvailableLocales): Merge from classpath.
541         (getInstance): Same.
542         * sources.am: Regenerate.
543         * Makefile.in: Regenerate.
544         * classpath/lib/java/text/DecimalFormatSymbols.class,
545         classpath/lib/java/text/DateFormatSymbols.class,
546         classpath/lib/java/util/Currency.class,
547         classpath/lib/java/util/Calendar.class,
548         classpath/lib/gnu/java/lang/MainThread.class,
549         classpath/lib/java/text/Collator.class,
550         gnu/java/lang/MainThread.h,
551         java/text/DateFormatSymbols.h,
552         java/text/DecimalFormatSymbols.h,
553         java/util/Calendar.h,
554         java/util/Currency.h: Regenerate.
555         * classpath/lib/gnu/java/locale/LocaleInformation_en_PH.class,
556         classpath/lib/gnu/java/locale/LocaleInformation_es_AR.class,
557         classpath/lib/gnu/java/locale/LocaleInformation_en_BW.class,
558         classpath/lib/gnu/java/locale/LocaleInformation_de_BE.class,
559         classpath/lib/gnu/java/locale/LocaleInformation_te_IN.class,
560         classpath/lib/gnu/java/locale/LocaleInformation_en.class,
561         classpath/lib/gnu/java/locale/LocaleInformation_iw_IL.class,
562         classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.class,
563         classpath/lib/gnu/java/locale/LocaleInformation_ar_AE.class,
564         classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.class,
565         classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.class,
566         classpath/lib/gnu/java/locale/LocaleInformation_es_MX.class,
567         classpath/lib/gnu/java/locale/LocaleInformation_ar_EG.class,
568         classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.class,
569         classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.class,
570         classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.class,
571         classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.class,
572         classpath/lib/gnu/java/locale/LocaleInformation_yi_US.class,
573         classpath/lib/gnu/java/locale/LocaleInformation_ar_SD.class,
574         classpath/lib/gnu/java/locale/LocaleInformation_ar_IQ.class,
575         classpath/lib/gnu/java/locale/Calendar_de.class,
576         classpath/lib/gnu/java/locale/LocaleInformation_es_HN.class,
577         classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.class,
578         classpath/lib/gnu/java/locale/LocaleInformation_de_CH.class,
579         classpath/lib/gnu/java/locale/LocaleInformation_es_PR.class,
580         classpath/lib/gnu/java/locale/LocaleInformation_ar_BH.class,
581         classpath/lib/gnu/java/locale/LocaleInformation_mi_NZ.class,
582         classpath/lib/gnu/java/locale/Calendar_nl.class,
583         classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.class,
584         classpath/lib/gnu/java/locale/LocaleInformation_es_EC.class,
585         classpath/lib/gnu/java/locale/LocaleInformation_mt_MT.class,
586         classpath/lib/gnu/java/locale/LocaleInformation_en_HK.class,
587         classpath/lib/gnu/java/locale/LocaleInformation_es_CL.class,
588         classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.class,
589         classpath/lib/gnu/java/locale/LocaleInformation_mk_MK.class,
590         classpath/lib/gnu/java/locale/LocaleInformation_es_ES.class,
591         classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.class,
592         classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.class,
593         classpath/lib/gnu/java/locale/LocaleInformation_en_CA.class,
594         classpath/lib/gnu/java/locale/LocaleInformation_bs_BA.class,
595         classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.class,
596         classpath/lib/gnu/java/locale/LocaleInformation_es_US.class,
597         classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.class,
598         classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.class,
599         classpath/lib/gnu/java/locale/LocaleInformation_it_CH.class,
600         classpath/lib/gnu/java/locale/LocaleInformation_es_PA.class,
601         classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.class,
602         classpath/lib/gnu/java/locale/LocaleInformation_de.class,
603         classpath/lib/gnu/java/locale/LocaleInformation_el_GR.class,
604         classpath/lib/gnu/java/locale/LocaleInformation_en_IN.class,
605         classpath/lib/gnu/java/locale/LocaleInformation_es_DO.class,
606         classpath/lib/gnu/java/locale/LocaleInformation_tr_TR.class,
607         classpath/lib/gnu/java/locale/LocaleInformation_es_PE.class,
608         classpath/lib/gnu/java/locale/LocaleInformation_zh_TW.class,
609         classpath/lib/gnu/java/locale/LocaleInformation_ar_OM.class,
610         classpath/lib/gnu/java/locale/LocaleInformation_ar_KW.class,
611         classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.class,
612         classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.class,
613         classpath/lib/gnu/java/locale/LocaleInformation_nl.class,
614         classpath/lib/gnu/java/locale/LocaleInformation_ca_ES.class,
615         classpath/lib/gnu/java/locale/LocaleInformation_zh_SG.class,
616         classpath/lib/gnu/java/locale/LocaleInformation_de_AT.class,
617         classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.class,
618         classpath/lib/gnu/java/locale/LocaleInformation_es_PY.class,
619         classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.class,
620         classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.class,
621         classpath/lib/gnu/java/locale/LocaleInformation_he_IL.class,
622         classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.class,
623         classpath/lib/gnu/java/locale/LocaleInformation_vi_VN.class,
624         classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.class,
625         classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.class,
626         classpath/lib/gnu/java/locale/LocaleInformation_es_CO.class,
627         classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.class,
628         classpath/lib/gnu/java/locale/LocaleInformation_br_FR.class,
629         classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.class,
630         classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.class,
631         classpath/lib/gnu/java/locale/LocaleInformation_fr_FR.class,
632         classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.class,
633         classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.class,
634         classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.class,
635         classpath/lib/gnu/java/locale/LocaleInformation_tl_PH.class,
636         classpath/lib/gnu/java/locale/LocaleInformation_pl_PL.class,
637         classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.class,
638         classpath/lib/gnu/java/locale/LocaleInformation_id_ID.class,
639         classpath/lib/gnu/java/locale/LocaleInformation_en_GB.class,
640         classpath/lib/gnu/java/locale/LocaleInformation_uz_UZ.class,
641         classpath/lib/gnu/java/locale/LocaleInformation_fi_FI.class,
642         classpath/lib/gnu/java/locale/LocaleInformation_en_IE.class,
643         classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.class,
644         classpath/lib/gnu/java/locale/LocaleInformation_be_BY.class,
645         classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.class,
646         classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.class,
647         classpath/lib/gnu/java/locale/LocaleInformation_es_BO.class,
648         classpath/lib/gnu/java/locale/LocaleInformation_en_AU.class,
649         classpath/lib/gnu/java/locale/LocaleInformation_es_NI.class,
650         classpath/lib/gnu/java/locale/LocaleInformation_zh_CN.class,
651         classpath/lib/gnu/java/locale/LocaleInformation_es_VE.class,
652         classpath/lib/gnu/java/locale/LocaleInformation_ka_GE.class,
653         classpath/lib/gnu/java/locale/LocaleInformation_it_IT.class,
654         classpath/lib/gnu/java/locale/LocaleInformation_en_US.class,
655         classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.class,
656         classpath/lib/gnu/java/locale/LocaleInformation_en_DK.class,
657         classpath/lib/gnu/java/locale/LocaleInformation.class,
658         classpath/lib/gnu/java/locale/LocaleInformation_es_CR.class,
659         classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.class,
660         classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.class,
661         classpath/lib/gnu/java/locale/LocaleInformation_de_DE.class,
662         classpath/lib/gnu/java/locale/LocaleInformation_es_GT.class,
663         classpath/lib/gnu/java/locale/LocaleInformation_sr_YU.class,
664         classpath/lib/gnu/java/locale/LocaleInformation_da_DK.class,
665         classpath/lib/gnu/java/locale/LocaleInformation_gd_GB.class,
666         classpath/lib/gnu/java/locale/LocaleInformation_hr_HR.class,
667         classpath/lib/gnu/java/locale/LocaleInformation_zh_HK.class,
668         classpath/lib/gnu/java/locale/LocaleInformation_uk_UA.class,
669         classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.class,
670         classpath/lib/gnu/java/locale/Calendar_en.class,
671         classpath/lib/gnu/java/locale/LocaleInformation_ar_LY.class,
672         classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.class,
673         classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.class,
674         classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.class,
675         classpath/lib/gnu/java/locale/LocaleInformation_es_SV.class,
676         classpath/lib/gnu/java/locale/LocaleInformation_ur_PK.class,
677         classpath/lib/gnu/java/locale/LocaleInformation_et_EE.class,
678         classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.class,
679         classpath/lib/gnu/java/locale/LocaleInformation_es_UY.class,
680         classpath/lib/gnu/java/locale/LocaleInformation_oc_FR.class,
681         classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.class,
682         classpath/lib/gnu/java/locale/LocaleInformation_ar_IN.class,
683         classpath/lib/gnu/java/locale/LocaleInformation_de_LU.class,
684         classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.class,
685         classpath/lib/gnu/java/locale/LocaleInformation_en_SG.class,
686         classpath/lib/gnu/java/locale/LocaleInformation_se_NO.class,
687         classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.class,
688         classpath/lib/gnu/java/locale/LocaleInformation_tg_TJ.class,
689         classpath/lib/gnu/java/locale/LocaleInformation_no_NO.class,
690         classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.class,
691         classpath/lib/gnu/java/locale/LocaleInformation_sv_SE.class,
692         classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.class,
693         classpath/lib/gnu/java/locale/Calendar.class,
694         gnu/java/locale/LocaleInformation_fr_CA.java,
695         gnu/java/locale/LocaleInformation_sk_SK.java,
696         gnu/java/locale/LocaleInformation_ar_BH.java,
697         gnu/java/locale/LocaleInformation_ko_KR.h,
698         gnu/java/locale/LocaleInformation_bs_BA.h,
699         gnu/java/locale/LocaleInformation_nn_NO.h,
700         gnu/java/locale/LocaleInformation_en_NZ.h,
701         gnu/java/locale/LocaleInformation_en_ZW.java,
702         gnu/java/locale/LocaleInformation_es_US.h,
703         gnu/java/locale/LocaleInformation_es_SV.h,
704         gnu/java/locale/LocaleInformation_de_LU.java,
705         gnu/java/locale/LocaleInformation_fo_FO.java,
706         gnu/java/locale/LocaleInformation_oc_FR.java,
707         gnu/java/locale/LocaleInformation_it_CH.h,
708         gnu/java/locale/LocaleInformation_de.h,
709         gnu/java/locale/LocaleInformation_el_GR.h,
710         gnu/java/locale/LocaleInformation_tr_TR.h,
711         gnu/java/locale/LocaleInformation_ka_GE.java,
712         gnu/java/locale/LocaleInformation_nn_NO.java,
713         gnu/java/locale/LocaleInformation_se_NO.h,
714         gnu/java/locale/LocaleInformation_ga_IE.h,
715         gnu/java/locale/LocaleInformation_ru_UA.java,
716         gnu/java/locale/LocaleInformation_fa_IR.java,
717         gnu/java/locale/LocaleInformation_ja_JP.java,
718         gnu/java/locale/LocaleInformation_sv_SE.h,
719         gnu/java/locale/LocaleInformation_bn_IN.java,
720         gnu/java/locale/LocaleInformation_af_ZA.h,
721         gnu/java/locale/LocaleInformation_es_PE.java,
722         gnu/java/locale/LocaleInformation_hi_IN.h,
723         gnu/java/locale/LocaleInformation_en_ZA.java,
724         gnu/java/locale/LocaleInformation_es_CO.h,
725         gnu/java/locale/LocaleInformation_es_AR.h,
726         gnu/java/locale/LocaleInformation_en_PH.h,
727         gnu/java/locale/LocaleInformation_ta_IN.h,
728         gnu/java/locale/LocaleInformation_en_ZA.h,
729         gnu/java/locale/LocaleInformation_nl_NL.java,
730         gnu/java/locale/LocaleInformation_ar_KW.java,
731         gnu/java/locale/LocaleInformation_fr_FR.h,
732         gnu/java/locale/LocaleInformation_ar_LY.java,
733         gnu/java/locale/LocaleInformation_uz_UZ.java,
734         gnu/java/locale/LocaleInformation_tl_PH.h,
735         gnu/java/locale/LocaleInformation_fi_FI.java,
736         gnu/java/locale/LocaleInformation_pl_PL.h,
737         gnu/java/locale/LocaleInformation_sv_FI.h,
738         gnu/java/locale/LocaleInformation_es_MX.h,
739         gnu/java/locale/LocaleInformation_uz_UZ.h,
740         gnu/java/locale/LocaleInformation_fi_FI.h,
741         gnu/java/locale/LocaleInformation_ar_SD.java,
742         gnu/java/locale/LocaleInformation_ar_QA.h,
743         gnu/java/locale/LocaleInformation_kw_GB.java,
744         gnu/java/locale/LocaleInformation_ar_YE.h,
745         gnu/java/locale/LocaleInformation_es_PR.java,
746         gnu/java/locale/LocaleInformation_zh_SG.java,
747         gnu/java/locale/LocaleInformation_ca_ES.java,
748         gnu/java/locale/LocaleInformation_ka_GE.h,
749         gnu/java/locale/LocaleInformation_ar_BH.h,
750         gnu/java/locale/LocaleInformation_fr_CH.java,
751         gnu/java/locale/Calendar_nl.h,
752         gnu/java/locale/LocaleInformation_en_DK.h,
753         gnu/java/locale/LocaleInformation.h,
754         gnu/java/locale/LocaleInformation_ar_JO.java,
755         gnu/java/locale/LocaleInformation_br_FR.java,
756         gnu/java/locale/LocaleInformation_ru_RU.java,
757         gnu/java/locale/LocaleInformation_de_BE.java,
758         gnu/java/locale/LocaleInformation_ru_RU.h,
759         gnu/java/locale/LocaleInformation_de_DE.h,
760         gnu/java/locale/LocaleInformation_hr_HR.h,
761         gnu/java/locale/LocaleInformation_gd_GB.h,
762         gnu/java/locale/LocaleInformation_nl.java,
763         gnu/java/locale/LocaleInformation_en_GB.java,
764         gnu/java/locale/LocaleInformation_uk_UA.h,
765         gnu/java/locale/LocaleInformation_ar_LY.h,
766         gnu/java/locale/LocaleInformation_ru_UA.h,
767         gnu/java/locale/LocaleInformation_es_UY.java,
768         gnu/java/locale/LocaleInformation_fr_CH.h,
769         gnu/java/locale/LocaleInformation_lv_LV.h,
770         gnu/java/locale/LocaleInformation_de.java,
771         gnu/java/locale/LocaleInformation_el_GR.java,
772         gnu/java/locale/LocaleInformation_es_CR.java,
773         gnu/java/locale/LocaleInformation_ar_IN.h,
774         gnu/java/locale/LocaleInformation_es_DO.h,
775         gnu/java/locale/LocaleInformation_es_PE.h,
776         gnu/java/locale/LocaleInformation_ar_OM.h,
777         gnu/java/locale/LocaleInformation_zh_HK.java,
778         gnu/java/locale/LocaleInformation_mr_IN.java,
779         gnu/java/locale/LocaleInformation_no_NO.h,
780         gnu/java/locale/LocaleInformation_es_EC.java,
781         gnu/java/locale/LocaleInformation_ro_RO.java,
782         gnu/java/locale/LocaleInformation_he_IL.java,
783         gnu/java/locale/Calendar.java,
784         gnu/java/locale/LocaleInformation_ar_LB.h,
785         gnu/java/locale/LocaleInformation_fa_IR.h,
786         gnu/java/locale/LocaleInformation_es_CO.java,
787         gnu/java/locale/LocaleInformation_cy_GB.h,
788         gnu/java/locale/LocaleInformation_en_SG.java,
789         gnu/java/locale/LocaleInformation_mk_MK.java,
790         gnu/java/locale/LocaleInformation_es_ES.java,
791         gnu/java/locale/LocaleInformation_eu_ES.java,
792         gnu/java/locale/LocaleInformation_en_BW.h,
793         gnu/java/locale/LocaleInformation_es_VE.java,
794         gnu/java/locale/LocaleInformation_zh_CN.java,
795         gnu/java/locale/LocaleInformation_hr_HR.java,
796         gnu/java/locale/LocaleInformation_gd_GB.java,
797         gnu/java/locale/LocaleInformation_se_NO.java,
798         gnu/java/locale/LocaleInformation_te_IN.h,
799         gnu/java/locale/LocaleInformation_en.h,
800         gnu/java/locale/LocaleInformation_ar_TN.h,
801         gnu/java/locale/Calendar_nl.java,
802         gnu/java/locale/LocaleInformation_es_US.java,
803         gnu/java/locale/LocaleInformation_nl_BE.java,
804         gnu/java/locale/LocaleInformation_es_PY.java,
805         gnu/java/locale/LocaleInformation_sk_SK.h,
806         gnu/java/locale/LocaleInformation_fr_CA.h,
807         gnu/java/locale/LocaleInformation_be_BY.java,
808         gnu/java/locale/LocaleInformation_lv_LV.java,
809         gnu/java/locale/LocaleInformation_lt_LT.h,
810         gnu/java/locale/LocaleInformation_gv_GB.java,
811         gnu/java/locale/LocaleInformation_ar_MA.h,
812         gnu/java/locale/LocaleInformation_en_IE.h,
813         gnu/java/locale/LocaleInformation_es_CL.java,
814         gnu/java/locale/LocaleInformation_bn_IN.h,
815         gnu/java/locale/Calendar_de.java,
816         gnu/java/locale/LocaleInformation_yi_US.h,
817         gnu/java/locale/LocaleInformation_ar_DZ.java,
818         gnu/java/locale/LocaleInformation_es_GT.java,
819         gnu/java/locale/Calendar_de.h,
820         gnu/java/locale/LocaleInformation_es_NI.h,
821         gnu/java/locale/LocaleInformation_en_CA.java,
822         gnu/java/locale/LocaleInformation_zh_CN.h,
823         gnu/java/locale/LocaleInformation_es_VE.h,
824         gnu/java/locale/LocaleInformation_de_CH.h,
825         gnu/java/locale/LocaleInformation_en_NZ.java,
826         gnu/java/locale/LocaleInformation_mi_NZ.java,
827         gnu/java/locale/LocaleInformation_en_US.h,
828         gnu/java/locale/LocaleInformation_sl_SI.h,
829         gnu/java/locale/LocaleInformation_et_EE.java,
830         gnu/java/locale/LocaleInformation_mi_NZ.h,
831         gnu/java/locale/LocaleInformation_ar_QA.java,
832         gnu/java/locale/LocaleInformation_en_HK.java,
833         gnu/java/locale/LocaleInformation_ar_IQ.java,
834         gnu/java/locale/LocaleInformation_ar_OM.java,
835         gnu/java/locale/LocaleInformation_fr_FR.java,
836         gnu/java/locale/LocaleInformation_es_CR.h,
837         gnu/java/locale/LocaleInformation_en.java,
838         gnu/java/locale/LocaleInformation_es_GT.h,
839         gnu/java/locale/LocaleInformation_ur_PK.java,
840         gnu/java/locale/LocaleInformation_pt_PT.java,
841         gnu/java/locale/LocaleInformation_et_EE.h,
842         gnu/java/locale/LocaleInformation_ar_IN.java,
843         gnu/java/locale/LocaleInformation_es_AR.java,
844         gnu/java/locale/LocaleInformation_en_PH.java,
845         gnu/java/locale/LocaleInformation_en_IN.h,
846         gnu/java/locale/LocaleInformation_kl_GL.h,
847         gnu/java/locale/LocaleInformation_gl_ES.h,
848         gnu/java/locale/LocaleInformation_sq_AL.java,
849         gnu/java/locale/LocaleInformation_en_SG.h,
850         gnu/java/locale/LocaleInformation_de_CH.java,
851         gnu/java/locale/LocaleInformation_ga_IE.java,
852         gnu/java/locale/LocaleInformation_no_NO.java,
853         gnu/java/locale/LocaleInformation_de_AT.java,
854         gnu/java/locale/LocaleInformation_tg_TJ.h,
855         gnu/java/locale/LocaleInformation_hu_HU.h,
856         gnu/java/locale/LocaleInformation_es_SV.java,
857         gnu/java/locale/LocaleInformation_zh_SG.h,
858         gnu/java/locale/LocaleInformation_ca_ES.h,
859         gnu/java/locale/LocaleInformation_de_AT.h,
860         gnu/java/locale/LocaleInformation_ar_SY.h,
861         gnu/java/locale/LocaleInformation_he_IL.h,
862         gnu/java/locale/LocaleInformation_ro_RO.h,
863         gnu/java/locale/LocaleInformation_zh_TW.java,
864         gnu/java/locale/LocaleInformation_es_NI.java,
865         gnu/java/locale/LocaleInformation_ar_JO.h,
866         gnu/java/locale/LocaleInformation_br_FR.h,
867         gnu/java/locale/Calendar_en.java,
868         gnu/java/locale/LocaleInformation_eu_ES.h,
869         gnu/java/locale/LocaleInformation_pt_BR.java,
870         gnu/java/locale/LocaleInformation_tg_TJ.java,
871         gnu/java/locale/LocaleInformation_iw_IL.h,
872         gnu/java/locale/LocaleInformation_ar_AE.h,
873         gnu/java/locale/LocaleInformation_fr_LU.h,
874         gnu/java/locale/LocaleInformation_id_ID.h,
875         gnu/java/locale/LocaleInformation_sv_SE.java,
876         gnu/java/locale/LocaleInformation_en_GB.h,
877         gnu/java/locale/LocaleInformation_ar_EG.h,
878         gnu/java/locale/LocaleInformation_cy_GB.java,
879         gnu/java/locale/LocaleInformation_be_BY.h,
880         gnu/java/locale/LocaleInformation_yi_US.java,
881         gnu/java/locale/LocaleInformation_tr_TR.java,
882         gnu/java/locale/LocaleInformation_pt_PT.h,
883         gnu/java/locale/LocaleInformation_ar_IQ.h,
884         gnu/java/locale/LocaleInformation_cs_CZ.java,
885         gnu/java/locale/LocaleInformation_ar_TN.java,
886         gnu/java/locale/LocaleInformation_ko_KR.java,
887         gnu/java/locale/LocaleInformation_ar_AE.java,
888         gnu/java/locale/LocaleInformation_fr_LU.java,
889         gnu/java/locale/LocaleInformation_it_IT.h,
890         gnu/java/locale/LocaleInformation_mt_MT.java,
891         gnu/java/locale/LocaleInformation_fr_BE.h,
892         gnu/java/locale/LocaleInformation_es_DO.java,
893         gnu/java/locale/LocaleInformation_ta_IN.java,
894         gnu/java/locale/LocaleInformation_es_CL.h,
895         gnu/java/locale/LocaleInformation_te_IN.java,
896         gnu/java/locale/LocaleInformation_ar_YE.java,
897         gnu/java/locale/LocaleInformation_kw_GB.h,
898         gnu/java/locale/LocaleInformation_uk_UA.java,
899         gnu/java/locale/LocaleInformation_cs_CZ.h,
900         gnu/java/locale/LocaleInformation_da_DK.h,
901         gnu/java/locale/LocaleInformation_en_CA.h,
902         gnu/java/locale/Calendar_en.h,
903         gnu/java/locale/LocaleInformation_pt_BR.h,
904         gnu/java/locale/LocaleInformation_ar_SY.java,
905         gnu/java/locale/LocaleInformation_lt_LT.java,
906         gnu/java/locale/LocaleInformation_vi_VN.java,
907         gnu/java/locale/LocaleInformation_ur_PK.h,
908         gnu/java/locale/LocaleInformation_en_IN.java,
909         gnu/java/locale/LocaleInformation_kl_GL.java,
910         gnu/java/locale/LocaleInformation_ja_JP.h,
911         gnu/java/locale/LocaleInformation_es_UY.h,
912         gnu/java/locale/LocaleInformation_es_PA.h,
913         gnu/java/locale/LocaleInformation_de_LU.h,
914         gnu/java/locale/LocaleInformation_fo_FO.h,
915         gnu/java/locale/LocaleInformation_oc_FR.h,
916         gnu/java/locale/LocaleInformation_zh_TW.h,
917         gnu/java/locale/LocaleInformation_hu_HU.java,
918         gnu/java/locale/LocaleInformation_ar_KW.h,
919         gnu/java/locale/LocaleInformation_mr_IN.h,
920         gnu/java/locale/LocaleInformation_ar_EG.java,
921         gnu/java/locale/LocaleInformation_nl.h,
922         gnu/java/locale/LocaleInformation_af_ZA.java,
923         gnu/java/locale/LocaleInformation_es_PY.h,
924         gnu/java/locale/LocaleInformation_nl_BE.h,
925         gnu/java/locale/LocaleInformation_vi_VN.h,
926         gnu/java/locale/LocaleInformation_es_PA.java,
927         gnu/java/locale/Calendar.h,
928         gnu/java/locale/LocaleInformation_da_DK.java,
929         gnu/java/locale/LocaleInformation_de_BE.h,
930         gnu/java/locale/LocaleInformation_ar_DZ.h,
931         gnu/java/locale/LocaleInformation_bs_BA.java,
932         gnu/java/locale/LocaleInformation_id_ID.java,
933         gnu/java/locale/LocaleInformation_en_US.java,
934         gnu/java/locale/LocaleInformation_sl_SI.java,
935         gnu/java/locale/LocaleInformation_fr_BE.java,
936         gnu/java/locale/LocaleInformation_ar_LB.java,
937         gnu/java/locale/LocaleInformation_it_CH.java,
938         gnu/java/locale/LocaleInformation_en_ZW.h,
939         gnu/java/locale/LocaleInformation_gv_GB.h,
940         gnu/java/locale/LocaleInformation_es_HN.java,
941         gnu/java/locale/LocaleInformation_es_BO.h,
942         gnu/java/locale/LocaleInformation_en_AU.h,
943         gnu/java/locale/LocaleInformation_ar_SD.h,
944         gnu/java/locale/LocaleInformation_sr_YU.java,
945         gnu/java/locale/LocaleInformation_es_HN.h,
946         gnu/java/locale/LocaleInformation_iw_IL.java,
947         gnu/java/locale/LocaleInformation_it_IT.java,
948         gnu/java/locale/LocaleInformation_es_MX.java,
949         gnu/java/locale/LocaleInformation_es_PR.h,
950         gnu/java/locale/LocaleInformation_ar_MA.java,
951         gnu/java/locale/LocaleInformation_en_IE.java,
952         gnu/java/locale/LocaleInformation.java,
953         gnu/java/locale/LocaleInformation_en_DK.java,
954         gnu/java/locale/LocaleInformation_es_EC.h,
955         gnu/java/locale/LocaleInformation_mt_MT.h,
956         gnu/java/locale/LocaleInformation_hi_IN.java,
957         gnu/java/locale/LocaleInformation_en_AU.java,
958         gnu/java/locale/LocaleInformation_es_BO.java,
959         gnu/java/locale/LocaleInformation_gl_ES.java,
960         gnu/java/locale/LocaleInformation_en_BW.java,
961         gnu/java/locale/LocaleInformation_en_HK.h,
962         gnu/java/locale/LocaleInformation_de_DE.java,
963         gnu/java/locale/LocaleInformation_mk_MK.h,
964         gnu/java/locale/LocaleInformation_es_ES.h,
965         gnu/java/locale/LocaleInformation_sq_AL.h,
966         gnu/java/locale/LocaleInformation_sv_FI.java,
967         gnu/java/locale/LocaleInformation_pl_PL.java,
968         gnu/java/locale/LocaleInformation_tl_PH.java,
969         gnu/java/locale/LocaleInformation_sr_YU.h,
970         gnu/java/locale/LocaleInformation_nl_NL.h,
971         gnu/java/locale/LocaleInformation_zh_HK.h,
972         java/text/DateFormatSymbols.java,
973         java/text/DecimalFormatSymbols.java,
974         java/util/Currency.java,
975         java/util/Calendar.java: Remove
976
977 2008-03-03  Andrew Haley  <aph@littlepinkcloud.com>
978
979         * testsuite/lib/libjava.exp (libjava_arguments): Use regexp
980         instead of string match when checking for linux targets.
981  
982 2008-03-03  Matthias Klose  <doko@ubuntu.com>
983
984         * classpath/tools/classes/gnu/classpath/tools/orbd/Main.class,
985         classpath/lib/gnu/java/locale/LocaleData.class
986         classpath/lib/gnu/java/rmi/registry/RegistryImpl.class
987         classpath/lib/gnu/gcj/convert/Convert.class
988         classpath/lib/gnu/gcj/tools/gcj_dbtool/Main.class: Regenerate.
989
990 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
991
992         * gnu/gcj/convert/Convert.java (version): Update copyright notice
993         dates.
994         * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
995
996 2008-02-27  David Daney  <ddaney@avtrex.com>
997
998         * HACKING: Correct typo in find command.
999
1000 2008-02-27  David Daney  <ddaney@avtrex.com>
1001
1002         * gnu/java/net/natPlainSocketImplPosix.cc (bind): Remove check for
1003         null host.
1004
1005 2008-02-20  Tom Tromey  <tromey@redhat.com>
1006
1007         PR libgcj/24170:
1008         * java/io/natFilePosix.cc (File::performList): Don't use
1009         readdir_r.
1010         * configure, include/config.h.in: Rebuilt.
1011         * configure.ac: Don't check for readdir_r.
1012
1013 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1014
1015         PR libgcj/33085
1016         * configure: Regenerate.
1017
1018 2008-02-15  Andreas Tobler  <a.tobler@schweiz.org>
1019
1020         PR testsuite/35208
1021         * testsuite/libjava.jvmti/interp/natgetstacktrace.cc
1022         (Java_getstacktrace_natRunner): Increase the usleep time to a value
1023         which prevents OS-X to get into a deadlock.
1024
1025 2008-02-06  Andreas Tobler  <a.tobler@schweiz.org>
1026
1027         PR libgcj/30071
1028         * Makefile.am (install-exec-hook): Add install-binPROGRAMS.
1029         * Makefile.in: Regenerate.
1030
1031 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
1032
1033         * shlibpath.m4: Add AIX 6 support.
1034         * configure: Regenerate.
1035
1036 2008-01-18  Alexandre Oliva  <aoliva@redhat.com>
1037
1038         PR c++/33887
1039         * link.cc (_Jv_Linker::prepare_constant_time_tables):
1040         has_interfaces is boolean, treat it as such.
1041
1042 2008-01-04  Andrew Haley  <aph@redhat.com>
1043
1044         PR libgcj/34444
1045         * java/lang/natClass.cc (Class::getEnclosingClass): Call
1046         getDeclaringClass().