OSDN Git Service

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