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