OSDN Git Service

2009-08-14 Kai Tietz <kai.tietz@onevision.com>
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
1 2009-08-14  Kai Tietz  <kai.tietz@onevision.com>
2
3         * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: Add include of
4         java/lang/UnsupportedOperationException.h file.
5
6 2009-08-12  Andrew Haley  <aph@redhat.com>
7
8         * sysdep/arm/locks.h: Use atomic builtins For Linux EABI.
9         * configure.ac: Add ATOMICSPEC.
10         * libgcj.spec.in: Likewise.
11         * configure.host (arm*-linux*): Add -Wno-abi to cxxflags.
12         (testsuite/libjava.jvmti/jvmti-interp.exp): Likewise.
13         (testsuite/libjava.jvmti/jvmti.exp): Likewise.
14         (testsuite/libjava.jni/jni.exp): Likewise.
15         Set ATOMICSPEC.
16         Set LDFLAGS to work around libtool feature.
17         
18 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19
20         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
21
22 2009-07-28  David Daney  <ddaney@caviumnetworks.com>
23
24         * gnu/gcj/util/natGCInfo.cc (nomem_handler): Use oomDumpName as
25         dump file name base.
26
27 2009-07-27  Andrew John Hughes  <ahughes@redhat.com>
28
29         PR libgcj/40616
30         * java/io/PrintStream.class: Regenerated.
31         * java/io/PrintStream.h: Updated.
32         * java/io/PrintStream.java:
33         (PrintStream(File)): Ported from GNU Classpath
34         version.
35         (PrintStream(File, String)): Likewise.
36         (PrintStream(String)): Likewise.
37         (PrintStream(String, String)): Likewise.
38         
39 2009-07-24  Kai Tietz  <kai.tietz@onevision.com>
40
41         * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: New Win32
42         specific implementation.
43
44 2009-07-23  Matthias Klose  <doko@ubuntu.com>
45
46         * contrib/aotcompile.py.in: Use hashlib instead of md5 if available.
47
48 2009-07-17  Joseph Myers  <joseph@codesourcery.com>
49
50         PR other/40784
51         * configure: Regenerate.
52
53 2009-07-16  Joseph Myers  <joseph@codesourcery.com>
54
55         * configure: Regenerate.
56
57 2009-07-11  Richard Sandiford  <rdsandiford@googlemail.com>
58
59         PR testsuite/40699
60         PR testsuite/40707
61         PR testsuite/40709
62         * testsuite/lib/libjava.exp: Revert 2009-06-30 commit.
63
64 2009-06-30  Richard Sandiford  <r.sandiford@uk.ibm.com>
65
66         * testsuite/lib/libjava.exp (libjava_init): Just add
67         find_libgcc_s to libjava_libgcc_s_path, rather than every
68         libgcc multilib directory.
69         (libjava_arguments): Explain why we add "." to ld_library_path.
70         (gcj_invoke, exec_gij, libjava_invoke): Use add_path.
71
72 2009-06-22  Matthias Klose  <doko@ubuntu.com>
73
74         * libtool-version: Bump soversion.
75
76 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
77
78         * configure.ac: Insert libgcjdir in the GCJ passed in the
79         environment, rather than overriding completely.
80         * configure: Rebuilt.
81
82 2009-04-28  Dave Korn  <dave.korn.cygwin@gmail.com>
83
84         * testsuite/libjava.jvmti/jvmti-interp.exp
85         (gcj_jni_compile_c_to_so):  Fix so extension to '.dll' on win32.
86         * testsuite/lib/libjava.exp (libjava_init):  Likewise.
87         * testsuite/libjava.jni/jni.exp
88         (gcj_jni_compile_c_to_so):  Likewise.
89         (gcj_jni_test_one):  Likewise.
90
91 2009-04-28  Andrew Haley  <aph@redhat.com>
92
93         PR libgcj/39899
94         * Makefile.am (libgcj_tools_la_LDFLAGS): Add
95         -fno-bootstrap-classes to libgcj_tools_la_GCJFLAGS.
96         * Makefile.in: Regenerate.
97
98 2009-04-28  Dave Korn  <dave.korn.cygwin@gmail.com>
99
100         * interpret.cc (DEBUG):  Rename this ...
101         (__GCJ_DEBUG):  ... to this throughout.
102         * configure.ac:  Likewise.
103         * interpret-run.cc:  Likewise.
104         * prims.cc:  Likewise.
105         * gnu/classpath/natConfiguration.cc:  Likewise.
106         * include/java-assert.h:  Likewise.
107         * java/io/natVMObjectInputStream.cc:  Likewise.
108
109         * configure:  Regenerate.
110         * include/config.h.in:  Regenerate.
111
112 2009-04-28  Dave Korn  <dave.korn.cygwin@gmail.com>
113
114         * java/lang/natVMClassLoader.cc
115         (java::lang::VMClassLoader::defineClass):  Fix assert.
116
117 2009-04-26  Matthias Klose <doko@ubuntu.com>
118
119         * contrib/aot-compile.in: Print diagnostics for malformed or invalid
120         class files.
121         * contrib/generate-cacerts.pl.in: New.
122         * configure.ac (AC_CONFIG_FILES): Add generate-cacerts.pl.
123
124 2009-04-24  Matthias Klose  <doko@ubuntu.com>
125
126         * configure.ac: Create missing directory gnu/java/security/jce/prng.
127         * configure: Regenerate.
128
129 2009-04-23  Matthias Klose  <doko@ubuntu.com>
130
131         * Makefile.am (install-data-local): Fix symlinks to header files.
132         * Makefile.in: Regenerate.
133
134 2009-04-23  Dave Korn  <dave.korn.cygwin@gmail.com>
135
136         * gnu/classpath/jdwp/natVMVirtualMachine.cc (handle_single_step):  Use
137         casted pointer in debugging assert.
138         (jdwpBreakpointCB):  Likewise.
139
140 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
141
142         * configure.host: Restore match for darwin9 or later.
143         * configure.ac: Likewise.
144         * configure: Regenerate.
145
146 2009-03-11  Andrew Haley  <aph@redhat.com>
147
148         * java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault): Clear
149         INTERPRETED access modifier.
150
151 2009-03-11  Tom Tromey  <tromey@redhat.com>
152
153         * link.cc (_Jv_Linker::find_field): Pass the field_type to
154         _Jv_CheckOrCreateLoadingConstraint, not the class that is
155         requesting the field.
156
157 2009-03-03  Andrew John Hughes  <ahughes@redhat.com>
158
159         * Makefile.am:
160         Remove dangling src.zip and javac symlinks.
161         Fix java.security symlink to use toolexeclibdir
162         as classpath/resource/Makefile.am does.
163         * Makefile.in,
164         * configure: Regenerated.
165         * configure.ac: Drop hard-coded prefix,
166         thus removing sdk_dir and making jre_dir="jre".
167         Map x86_64 to amd64 as used by OpenJDK.
168         * gcj/Makefile.in,
169         * include/Makefile.in,
170         * testsuite/Makefile.in: Regenerated.
171         
172 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
173
174         * configure: Regenerate.
175
176 2009-02-13  Andrew John Hughes  <ahughes@redhat.com>
177
178         Import GNU Classpath (classpath-0_98-release).
179
180         * Makefile.am: Add natVMSecureRandom.cc.
181         * Makefile.in: Regenerated.
182         * classpath/ChangeLog,
183         * classpath/Makefile.am: Merged.
184         * classpath/Makefile.in: Regenerated.
185         * classpath/NEWS: Merged.
186         * classpath/config.guess,
187         * classpath/config.sub,
188         * classpath/configure: Regenerated.
189         * classpath/configure.ac: Merged.
190         * classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java,
191         * classpath/gnu/java/security/jce/prng/SecureRandomAdapter.java,
192         * classpath/gnu/javax/crypto/jce/prng/ARCFourRandomSpi.java,
193         * classpath/gnu/javax/crypto/jce/prng/CSPRNGSpi.java,
194         * classpath/gnu/javax/crypto/jce/prng/FortunaImpl.java,
195         * classpath/gnu/javax/crypto/jce/prng/ICMRandomSpi.java,
196         * classpath/gnu/javax/crypto/jce/prng/UMacRandomSpi.java,
197         * classpath/gnu/javax/crypto/prng/ICMGenerator.java,
198         * classpath/gnu/xml/stream/XMLParser.java,
199         * classpath/java/security/SecureRandom.java,
200         * classpath/native/jni/native-lib/cpproc.c,
201         * classpath/native/plugin/gcjwebplugin.cc,
202         * classpath/tools/gnu/classpath/tools/gjdoc/Main.java: Merged.
203         * configure: Regenerated.
204         * configure.ac: Add symlink for natVMSecureRandomPosix.cc to natVMSecureRandom.cc
205         * gnu/classpath/Configuration.java: Change version to 0.98.
206         * gnu/java/security/jce/prng/SecureRandomAdapter.h: Regenerated.
207         * gnu/java/security/jce/prng/VMSecureRandom.h: Generated.
208         * gnu/java/security/jce/prng/VMSecureRandom.java: Added native implementation.
209         * gnu/java/security/jce/prng/natVMSecureRandomPosix.cc: Wrapper around /dev/random.
210         * gnu/javax/crypto/jce/prng/CSPRNGSpi.h,
211         * gnu/javax/crypto/jce/prng/FortunaImpl.h,
212         * java/security/SecureRandom.h: Regenerated.
213         * java/security/VMSecureRandom$Spinner.h,
214         * java/security/VMSecureRandom.h,
215         * java/security/VMSecureRandom.java: Removed.
216         * sources.am: Move VMSecureRandom to gnu.java.security.jce.prng.
217
218 2009-02-10  Mark Mitchell  <mark@codesourcery.com>
219
220         * Makefile.am (AM_MAKEFLAGS): Pass down datadir.
221         * Makefile.in: Regenerated.
222
223 2009-02-09  Mark Mitchell  <mark@codesourcery.com>
224
225         * addr2name.awk: Remove.
226         * Makefile.am (bin_SCRIPTS): Remove addr2name.awk.
227         * Makefile.in: Regenerated.
228
229         * configure.ac: Define enable_sjlj_exceptions
230         appropriately under the ARM EH ABI.
231         * configure: Regenerated.
232
233         * Makefile.am (LTLDFLAGS): Define.
234         (GCJLINK): Use it.
235         (LIBLINK): Likewise.
236         * Makefile.in: Regenerated.
237
238 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
239
240         * gnu/gcj/convert/Convert.java (version): Update copyright notice
241         dates.
242         * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
243
244 2009-01-26  Jakub Jelinek  <jakub@redhat.com>
245
246         PR libgcj/38872
247         * gcj/javaprims.h (_Jv_CreateJavaVM): Change to extern "C" symbol.
248         * libjgc_bc.c (_Jv_GetStringChars): Remove.
249
250 2009-01-12  Andrew Haley  <aph@redhat.com>
251
252         * sun/misc/natUnsafe.cc (spinlock contructor): Call sched_yield().
253
254 2009-01-11  Matthias Klose  <doko@ubuntu.com>
255
256         * Makefile.am (ecjx_LDADD): Add $(extra_ldflags).
257         * Makefile.in: Regenerate.
258
259 2009-01-06  Andrew John Hughes  <gnu_andrew@member.fsf.org>
260
261         Import GNU Classpath (libgcj-snapshot-20090102).
262
263         * libjava/classpath/lib/java/text/RuleBasedCollator$CollationSorter.class,
264         * libjava/classpath/lib/java/text/MessageFormat$MessageFormatElement.class,
265         * libjava/classpath/lib/java/text/MessageFormat.class,
266         * libjava/classpath/lib/java/text/SimpleDateFormat.class,
267         * libjava/classpath/lib/java/text/NumberFormat.class,
268         * libjava/classpath/lib/java/text/RuleBasedCollator$CollationElement.class,
269         * libjava/classpath/lib/java/text/MessageFormat$Field.class,
270         * libjava/classpath/lib/java/text/RuleBasedCollator.class,
271         * libjava/classpath/lib/java/text/NumberFormat$Field.class,
272         * libjava/classpath/lib/gnu/xml/transform/Bindings.class,
273         * libjava/classpath/lib/gnu/java/locale/LocaleData.class,
274         * libjava/classpath/lib/gnu/java/awt/peer/gtk/FreetypeGlyphVector.class,
275         * libjava/classpath/lib/gnu/javax/crypto/jce/key/SecretKeyGeneratorImpl.class,
276         * libjava/gnu/java/awt/peer/gtk/FreetypeGlyphVector.h,
277         * libjava/java/text/MessageFormat.h,
278         * libjava/java/text/RuleBasedCollator$CollationSorter.h,
279         * libjava/java/text/RuleBasedCollator.h,
280         * libjava/java/text/SimpleDateFormat.h:
281         Regenerated.
282