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