]> gcc.gnu.org Git - gcc.git/blob - libjava/ChangeLog
locks.h (write_barrier): New.
[gcc.git] / libjava / ChangeLog
1 2007-01-22 Andrew Haley <aph@redhat.com>
2
3 * sysdep/alpha/locks.h (write_barrier): New.
4
5 2007-01-21 Matthias Klose <doko@debian.org>
6
7 * Makefile.am (install-exec-hook): Use transformed name.
8 * Makefile.in: Regenerate.
9
10 2007-01-19 Keith Seitz <keiths@redhat.com>
11
12 * gnu/classpath/jdwp/natVMVirtualMachine.cc: Mark unused parameters
13 in methods and reformat.
14
15 * gnu/classpath/jdwp/natVMFrame.cc: Mark unused parameters with
16 MAYBE_UNUSED.
17
18 2007-01-18 Keith Seitz <keiths@redhat.com>
19
20 From Macro Trudel <mtrudel@gmx.ch>:
21 * gnu/classpath/jdwp/natVMVirtualMachine.cc (jdwpVMInitCB):
22 Use JNICALL.
23
24 2007-01-18 Marco Trudel <mtrudel@gmx.ch>
25
26 * jni.cc (_Jv_JNI_FindClass): Initialize class.
27 * testsuite/libjava.jni/findclass2.jar: New file.
28 * testsuite/libjava.jni/findclass2.h: New file.
29 * testsuite/libjava.jni/findclass2.java: New file
30 * testsuite/libjava.jni/findclass2.c: New file.
31 * testsuite/libjava.jni/findclass2.out: New file.
32
33 2007-01-18 Tom Tromey <tromey@redhat.com>
34
35 * configure: Rebuilt.
36 * configure.ac: Use multi_basedir instead of libgcj_basedir.
37
38 2007-01-18 Gary Benson <gbenson@redhat.com>
39
40 * gnu/java/nio/natVMPipeEcos.cc:
41 Renamed from gnu/java/nio/natPipeImplEcos.cc.
42 * gnu/java/nio/natVMPipePosix.cc:
43 Renamed from gnu/java/nio/natPipeImplPosix.cc.
44 * gnu/java/nio/natVMPipeWin32.cc:
45 Renamed from gnu/java/nio/natPipeImplWin32.cc.
46 * gnu/java/nio/natVMSelectorEcos.cc:
47 Renamed from gnu/java/nio/natSelectorImplEcos.cc.
48 * gnu/java/nio/natVMSelectorPosix.cc:
49 Renamed from gnu/java/nio/natSelectorImplPosix.cc.
50 * gnu/java/nio/natVMSelectorWin32.cc:
51 Renamed from gnu/java/nio/natSelectorImplWin32.cc.
52 * java/io/natVMObjectInputStream.cc:
53 Renamed from java/io/natObjectInputStream.cc.
54 * java/lang/natVMDouble.cc:
55 Renamed from java/lang/natDouble.cc.
56 * java/lang/natVMFloat.cc:
57 Renamed from java/lang/natFloat.cc.
58 * Makefile.am, configure.ac: Reflect the above.
59 * Makefile.in, configure: Rebuilt.
60
61 2007-01-17 Andrew Haley <aph@redhat.com>
62
63 * Makefile.in: Rebuilt.
64 * Makefile.am (ecjx_LDFLAGS): Pass -fbootclasspath.
65
66 2007-01-17 Keith Seitz <keiths@redhat.com>
67
68 * java/lang/natThread.cc (finish_): Add JVMTI ThreadEnd notification.
69 (_Jv_NotifyThreadStart): Add JVMTI ThreadStart notification.
70
71 2007-01-16 Jack Howarth <howarth@bromo.med.uc.edu>
72
73 * configure.ac: Use multi.m4 from aclocal rather than custom
74 code. Use multi_basedir instead libgcj_basedir. Test for
75 /proc/self/exe when not cross-compiling.
76 * aclocal.m4: Regenerate.
77 * configure: Regenerate.
78 * Makefile.in: Regenerate.
79
80 2007-01-17 Gary Benson <gbenson@redhat.com>
81
82 * java/nio/natVMDirectByteBufferImpl.cc:
83 Renamed from java/nio/natDirectByteBufferImpl.cc.
84 * Makefile.am: Reflect the above.
85 * Makefile.in: Rebuilt.
86
87 2007-01-17 Marco Trudel <mtrudel@gmx.ch>
88
89 * jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static. Use JNICALL.
90 Fixed indentation. Removed unused variable.
91
92 2007-01-16 Tom Tromey <tromey@redhat.com>
93
94 * java/lang/natThread.cc (finalize_native): Remove cast.
95 (_Jv_GetCurrentJNIEnv): Likewise.
96 * include/jvm.h (struct natThread) <jni_env>: Declare as
97 _Jv_JNIEnv*.
98
99 2007-01-16 Keith Seitz <keiths@redhat.com>
100
101 * testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use
102 %#llx instead of %d for new_value.
103 * testsuite/libjava.jvmti/events.out: Update expected output.
104 * testsuite/libjava.jvmti/events.jar: Regenerate.
105
106 2007-01-16 Keith Seitz <keiths@redhat.com>
107
108 * gnu/classpath/jdwp/natVMVirtualMachine.cc (DEFINE_CALLBACK):
109 New macro.
110 (ENABLE_EVENT): New macro.
111 (initialize): Define and enable JVMTI VM_INIT callback.
112 (jdwpVMInitCB): New function.
113
114 2007-01-16 Kyle Galloway <kgallowa@redhat.com>
115
116 * jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.
117 * testsuite/libjava.jvmti/getallthreads.java: New test.
118 * testsuite/libjava.jvmti/natgetallthreads.cc: Ditto.
119 * testsuite/libjava.jvmti/getallthreads.out: Ditto.
120 * testsuite/libjava.jvmti/getallthreads.h: Ditto.
121 * testsuite/libjava.jvmti/getallthreads.jar: Ditto.
122
123 2007-01-15 Keith Seitz <keiths@redhat.com>
124
125 * gnu/classpath/jdwp/natVMVirtualMachine.cc (suspendThread): Use
126 java.lang.StringBuilder instead of java.lang.StringBuffer.
127 (resumeThread): Likewise.
128
129 2007-01-15 Gary Benson <gbenson@redhat.com>
130
131 * java/nio/MappedByteBuffer.java: Removed.
132 * sources.am, Makefile.in: Rebuilt.
133
134 2007-01-15 Gary Benson <gbenson@redhat.com>
135
136 * java/net/URLClassLoader.java: Removed.
137 * gnu/java/net/loader/Load_gcjlib.java: New file.
138 * gnu/gcj/runtime/BootClassLoader.java: Ensure core
139 URL handler is present in static executables.
140 * sources.am, Makefile.in: Rebuilt.
141
142 2007-01-14 H.J. Lu <hongjiu.lu@intel.com>
143
144 * Makefile.am (libgcj_la_LDFLAGS): Add
145 $(LIBGCJ_LD_SYMBOLIC_FUNCTIONS).
146 (libgcj_tools_la_LDFLAGS): Likewise.
147 (libgcj_bc_la_LDFLAGS): Likewise.
148 * Makefile.in: Regenerated.
149
150 * configure.ac: Use ACX_PROG_LD_GNU_SYMBOLIC. Set
151 LIBGCJ_LD_SYMBOLIC_FUNCTIONS to $SYMBOLIC_LDFLAGS. Set
152 libgcj_ld_symbolic to $SYMBOLIC_LDFLAGS if it isn't set.
153 Substitute LIBGCJ_LD_SYMBOLIC_FUNCTIONS.
154 * configure: Regenerated.
155 * aclocal.m4: Likewise.
156 * gcj/Makefile.in: Likewise.
157 * include/Makefile.in: Likewise.
158 * testsuite/Makefile.in: Likewise.
159
160 2007-01-12 Kaz Kojima <kkojima@gcc.gnu.org>
161
162 * sysdep/sh/locks.h (read_barrier): New.
163 (write_barrier): Likewise.
164
165 2007-01-12 Andrew Haley <aph@redhat.com>
166
167 * include/i386-signal.h: Rewrite to use rt_sigaction.
168
169 2007-01-11 Andrew Haley <aph@redhat.com>
170
171 * prims.cc (jdwpOptions) Fix deprecated cast from char[] constant
172 to char*.
173 * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): Rewrite to fix
174 aliasing violation.
175
176 2007-01-10 Tom Tromey <tromey@redhat.com>
177
178 * gnu/gcj/xlib/*.h: New files.
179 * gnu/awt/xlib/*.h: Likewise.
180 * classpath/lib/gnu/gcj/xlib: New class files.
181 * classpath/lib/gnu/awt/xlib: Likewise.
182
183 2007-01-10 Tom Tromey <tromey@redhat.com>
184
185 * HACKING: Various updates.
186
187 2007-01-10 Tom Tromey <tromey@redhat.com>
188
189 * java/lang/natDouble.cc (toString): Added parens.
190 * gnu/gcj/io/shs.h (PROTO): Define.
191 * link.cc (resolve_pool_entry): Added missing braces.
192
193 2007-01-10 H.J. Lu <hongjiu.lu@intel.com>
194
195 PR libgcj/30424
196 * sysdep/ia64/locks.h (read_barrier): New.
197 (write_barrier): New.
198
199 2007-01-10 Gary Benson <gbenson@redhat.com>
200
201 * java/net/URL.java: Removed.
202 * sources.am, Makefile.in: Rebuilt.
203
204 2007-01-10 Matthias Klose <doko@debian.org>
205
206 * Makefile.am (install-exec-hook): Support $(DESTDIR).
207 * Makefile.in: Regenerated.
208
209 2007-01-05 Tom Tromey <tromey@redhat.com>
210
211 * testsuite/libjava.loader/loader.exp (gcj_loader_run): Find
212 dummy.class in srcdir.
213
214 2007-01-03 Tom Tromey <tromey@redhat.com>
215
216 * testsuite/libjava.cni/cni.exp (gcj_cni_compile_cxx_to_o): Add -I
217 for srcdir.
218
219 2007-01-03 Tom Tromey <tromey@redhat.com>
220
221 * testsuite/*: Added many .jar and .h files.
222 * testsuite/libjava.special/special.exp
223 (gcj_special_try_compiler): New proc.
224 * testsuite/libjava.loader/loader.exp (gcj_loader_run): Don't
225 bytecompile source. Search for .jar files.
226 (gcj_loader_test_one): Don't look for MyLoader.java.
227 * testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_test_one): Don't
228 bytecompile sources or build headers.
229 (gcj_jvmti_run): Look for .jar files.
230 * testsuite/libjava.jni/jni.exp (gcj_jni_run): Compile .jar
231 files.
232 (gcj_jni_test_one): Don't bytecompile sources or build headers.
233 Set classpath when invoking gij.
234 (gcj_jni_invocation_test_one): Likewise.
235 * testsuite/libjava.cni/cni.exp (gcj_cni_test_one): Don't build
236 headers or bytecompile sources.
237 (gcj_cni_run): Use .jar files, not .java files.
238 * testsuite/libjava.lang/lang.exp: Compile .jar files.
239
240 2007-01-02 Tom Tromey <tromey@redhat.com>
241
242 * configure: Rebuilt.
243 * configure.ac: Check for gjar.
244
245 2007-01-02 Tom Tromey <tromey@redhat.com>
246
247 * testsuite/libjava.jacks/jacks.exp: Removed.
248 * testsuite/libjava.jacks/jacks.xfail: Removed.
249
This page took 0.052512 seconds and 6 git commands to generate.