OSDN Git Service

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