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