OSDN Git Service

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