OSDN Git Service

e8cd46e894755cde48fdee7904571928bb0718d3
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
1 2008-05-20  David Daney  <ddaney@avtrex.com>
2
3         PR libgcj/36252
4         * java/lang/natString.ccn: Add
5         #include <java/io/CharConversionException.h>.
6         (init (byte[], int, int, String)): Catch and ignore
7         CharConversionException.  Break out of conversion loop
8         on incomplete input.
9         * testsuite/libjava.lang/PR36252.java: New test.
10         * testsuite/libjava.lang/PR36252.out: New file, its expected output.
11         * testsuite/libjava.lang/PR36252.jar: New file, its pre-compiled
12         jar file.
13
14 2008-04-19  Tom Tromey  <tromey@redhat.com>
15
16         PR libgcj/35979:
17         * jni.cc (_Jv_JNI_NewStringUTF): Return NULL if bytes==NULL.
18
19 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
20
21         PR bootstrap/35457
22         * aclocal.m4: Regenerate.
23         * configure: Regenerate.
24
25 2008-04-16  Andrew Haley  <aph@littlepinkcloud.com>
26
27         * libgcj_bc.c: (_Jv_LookupInterfaceMethod, _Jv_MonitorExit,
28         _Jv_RegisterResource, _Jv_JNI_PopSystemFrame): Add.
29
30 2008-04-16  Andrew Haley  <aph@redhat.com>
31
32         * libgcj_bc.c: Sort lines.
33
34 2008-04-02  Peter O'Gorman  <pogma@thewrittenword.com>
35
36         PR bootstrap/35216
37         * scripts/makemake.tcl: Replace org/omg build with build of all
38         its subpackages.
39         * sources.am: Regenerate.
40         * Makefile.in: Regenerate.
41
42 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43
44         * Makefile.am (install-data-local): Rewrite to be more efficient,
45         using awk, and `install' with multiple files at once.  Do not gather
46         more than 50 files in one go to avoid hitting command line limits.
47         (install_data_local_split): New variable.
48         * aclocal.m4: Regenerate.
49         * configure: Likewise.
50         * Makefile.in: Likewise.
51         * gcj/Makefile.in: Likewise.
52         * include/Makefile.in: Likewise.
53         * testsuite/Makefile.in: Likewise.
54
55         * Makefile.am (write_entries_to_file_split): New variable.
56         (write_entries_to_file): Write out that many entries at once,
57         for speed.
58         * Makefile.in: Regenerate.
59
60 2008-03-13  Tom Tromey  <tromey@redhat.com>
61
62         * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader):
63         Check loading constraints.
64         (_Jv_CheckOrCreateLoadingConstraint): New function.
65         * java/lang/ClassLoader.java (loadingConstraints): New field.
66         * link.cc (_Jv_Linker::find_field): Use
67         _Jv_CheckOrCreateLoadingConstraint.
68         (_Jv_Linker::check_loading_constraints): New function.
69         (_Jv_Linker::resolve_method_entry): Use
70         check_loading_constraints.
71         (_Jv_Linker::append_partial_itable): Likewise.
72         (_Jv_Linker::layout_vtable_methods): Likewise.
73         * include/jvm.h (_Jv_Linker::check_loading_constraints): Declare.
74         (_Jv_CheckOrCreateLoadingConstraint): Declare.
75
76 2008-03-10  Jim Meyering  <meyering@redhat.com>
77
78         Don't leak upon failed realloc.
79         * gnu/classpath/natSystemProperties.cc
80         (SystemProperties::insertSystemProperties):
81
82 2008-03-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
83
84         * HACKING: Fix grep patterns.
85
86 2008-03-04  David Daney  <ddaney@avtrex.com>
87
88         * scripts/makemake.tcl (properties_map): Don't exclude
89         gnu/java/locale.
90         * gnu/java/lang/MainThread.java (Klocale, Kcalendar): Remove.
91         * java/text/Collator.java: Organize imports.
92         (getAvailableLocales): Merge from classpath.
93         (getInstance): Same.
94         * sources.am: Regenerate.
95         * Makefile.in: Regenerate.
96         * classpath/lib/java/text/DecimalFormatSymbols.class,
97         classpath/lib/java/text/DateFormatSymbols.class,
98         classpath/lib/java/util/Currency.class,
99         classpath/lib/java/util/Calendar.class,
100         classpath/lib/gnu/java/lang/MainThread.class,
101         classpath/lib/java/text/Collator.class,
102         gnu/java/lang/MainThread.h,
103         java/text/DateFormatSymbols.h,
104         java/text/DecimalFormatSymbols.h,
105         java/util/Calendar.h,
106         java/util/Currency.h: Regenerate.
107         * classpath/lib/gnu/java/locale/LocaleInformation_en_PH.class,
108         classpath/lib/gnu/java/locale/LocaleInformation_es_AR.class,
109         classpath/lib/gnu/java/locale/LocaleInformation_en_BW.class,
110         classpath/lib/gnu/java/locale/LocaleInformation_de_BE.class,
111         classpath/lib/gnu/java/locale/LocaleInformation_te_IN.class,
112         classpath/lib/gnu/java/locale/LocaleInformation_en.class,
113         classpath/lib/gnu/java/locale/LocaleInformation_iw_IL.class,
114         classpath/lib/gnu/java/locale/LocaleInformation_fr_LU.class,
115         classpath/lib/gnu/java/locale/LocaleInformation_ar_AE.class,
116         classpath/lib/gnu/java/locale/LocaleInformation_sk_SK.class,
117         classpath/lib/gnu/java/locale/LocaleInformation_fr_CA.class,
118         classpath/lib/gnu/java/locale/LocaleInformation_es_MX.class,
119         classpath/lib/gnu/java/locale/LocaleInformation_ar_EG.class,
120         classpath/lib/gnu/java/locale/LocaleInformation_lt_LT.class,
121         classpath/lib/gnu/java/locale/LocaleInformation_en_ZW.class,
122         classpath/lib/gnu/java/locale/LocaleInformation_ar_QA.class,
123         classpath/lib/gnu/java/locale/LocaleInformation_gv_GB.class,
124         classpath/lib/gnu/java/locale/LocaleInformation_yi_US.class,
125         classpath/lib/gnu/java/locale/LocaleInformation_ar_SD.class,
126         classpath/lib/gnu/java/locale/LocaleInformation_ar_IQ.class,
127         classpath/lib/gnu/java/locale/Calendar_de.class,
128         classpath/lib/gnu/java/locale/LocaleInformation_es_HN.class,
129         classpath/lib/gnu/java/locale/LocaleInformation_ar_YE.class,
130         classpath/lib/gnu/java/locale/LocaleInformation_de_CH.class,
131         classpath/lib/gnu/java/locale/LocaleInformation_es_PR.class,
132         classpath/lib/gnu/java/locale/LocaleInformation_ar_BH.class,
133         classpath/lib/gnu/java/locale/LocaleInformation_mi_NZ.class,
134         classpath/lib/gnu/java/locale/Calendar_nl.class,
135         classpath/lib/gnu/java/locale/LocaleInformation_fr_BE.class,
136         classpath/lib/gnu/java/locale/LocaleInformation_es_EC.class,
137         classpath/lib/gnu/java/locale/LocaleInformation_mt_MT.class,
138         classpath/lib/gnu/java/locale/LocaleInformation_en_HK.class,
139         classpath/lib/gnu/java/locale/LocaleInformation_es_CL.class,
140         classpath/lib/gnu/java/locale/LocaleInformation_kw_GB.class,
141         classpath/lib/gnu/java/locale/LocaleInformation_mk_MK.class,
142         classpath/lib/gnu/java/locale/LocaleInformation_es_ES.class,
143         classpath/lib/gnu/java/locale/LocaleInformation_cs_CZ.class,
144         classpath/lib/gnu/java/locale/LocaleInformation_nl_NL.class,
145         classpath/lib/gnu/java/locale/LocaleInformation_en_CA.class,
146         classpath/lib/gnu/java/locale/LocaleInformation_bs_BA.class,
147         classpath/lib/gnu/java/locale/LocaleInformation_ru_UA.class,
148         classpath/lib/gnu/java/locale/LocaleInformation_es_US.class,
149         classpath/lib/gnu/java/locale/LocaleInformation_fr_CH.class,
150         classpath/lib/gnu/java/locale/LocaleInformation_ja_JP.class,
151         classpath/lib/gnu/java/locale/LocaleInformation_it_CH.class,
152         classpath/lib/gnu/java/locale/LocaleInformation_es_PA.class,
153         classpath/lib/gnu/java/locale/LocaleInformation_kl_GL.class,
154         classpath/lib/gnu/java/locale/LocaleInformation_de.class,
155         classpath/lib/gnu/java/locale/LocaleInformation_el_GR.class,
156         classpath/lib/gnu/java/locale/LocaleInformation_en_IN.class,
157         classpath/lib/gnu/java/locale/LocaleInformation_es_DO.class,
158         classpath/lib/gnu/java/locale/LocaleInformation_tr_TR.class,
159         classpath/lib/gnu/java/locale/LocaleInformation_es_PE.class,
160         classpath/lib/gnu/java/locale/LocaleInformation_zh_TW.class,
161         classpath/lib/gnu/java/locale/LocaleInformation_ar_OM.class,
162         classpath/lib/gnu/java/locale/LocaleInformation_ar_KW.class,
163         classpath/lib/gnu/java/locale/LocaleInformation_ga_IE.class,
164         classpath/lib/gnu/java/locale/LocaleInformation_hu_HU.class,
165         classpath/lib/gnu/java/locale/LocaleInformation_nl.class,
166         classpath/lib/gnu/java/locale/LocaleInformation_ca_ES.class,
167         classpath/lib/gnu/java/locale/LocaleInformation_zh_SG.class,
168         classpath/lib/gnu/java/locale/LocaleInformation_de_AT.class,
169         classpath/lib/gnu/java/locale/LocaleInformation_ar_LB.class,
170         classpath/lib/gnu/java/locale/LocaleInformation_es_PY.class,
171         classpath/lib/gnu/java/locale/LocaleInformation_nl_BE.class,
172         classpath/lib/gnu/java/locale/LocaleInformation_af_ZA.class,
173         classpath/lib/gnu/java/locale/LocaleInformation_he_IL.class,
174         classpath/lib/gnu/java/locale/LocaleInformation_ro_RO.class,
175         classpath/lib/gnu/java/locale/LocaleInformation_vi_VN.class,
176         classpath/lib/gnu/java/locale/LocaleInformation_cy_GB.class,
177         classpath/lib/gnu/java/locale/LocaleInformation_hi_IN.class,
178         classpath/lib/gnu/java/locale/LocaleInformation_es_CO.class,
179         classpath/lib/gnu/java/locale/LocaleInformation_ar_JO.class,
180         classpath/lib/gnu/java/locale/LocaleInformation_br_FR.class,
181         classpath/lib/gnu/java/locale/LocaleInformation_ta_IN.class,
182         classpath/lib/gnu/java/locale/LocaleInformation_en_ZA.class,
183         classpath/lib/gnu/java/locale/LocaleInformation_fr_FR.class,
184         classpath/lib/gnu/java/locale/LocaleInformation_ar_DZ.class,
185         classpath/lib/gnu/java/locale/LocaleInformation_eu_ES.class,
186         classpath/lib/gnu/java/locale/LocaleInformation_ar_TN.class,
187         classpath/lib/gnu/java/locale/LocaleInformation_tl_PH.class,
188         classpath/lib/gnu/java/locale/LocaleInformation_pl_PL.class,
189         classpath/lib/gnu/java/locale/LocaleInformation_sv_FI.class,
190         classpath/lib/gnu/java/locale/LocaleInformation_id_ID.class,
191         classpath/lib/gnu/java/locale/LocaleInformation_en_GB.class,
192         classpath/lib/gnu/java/locale/LocaleInformation_uz_UZ.class,
193         classpath/lib/gnu/java/locale/LocaleInformation_fi_FI.class,
194         classpath/lib/gnu/java/locale/LocaleInformation_en_IE.class,
195         classpath/lib/gnu/java/locale/LocaleInformation_ar_MA.class,
196         classpath/lib/gnu/java/locale/LocaleInformation_be_BY.class,
197         classpath/lib/gnu/java/locale/LocaleInformation_bn_IN.class,
198         classpath/lib/gnu/java/locale/LocaleInformation_pt_PT.class,
199         classpath/lib/gnu/java/locale/LocaleInformation_es_BO.class,
200         classpath/lib/gnu/java/locale/LocaleInformation_en_AU.class,
201         classpath/lib/gnu/java/locale/LocaleInformation_es_NI.class,
202         classpath/lib/gnu/java/locale/LocaleInformation_zh_CN.class,
203         classpath/lib/gnu/java/locale/LocaleInformation_es_VE.class,
204         classpath/lib/gnu/java/locale/LocaleInformation_ka_GE.class,
205         classpath/lib/gnu/java/locale/LocaleInformation_it_IT.class,
206         classpath/lib/gnu/java/locale/LocaleInformation_en_US.class,
207         classpath/lib/gnu/java/locale/LocaleInformation_sl_SI.class,
208         classpath/lib/gnu/java/locale/LocaleInformation_en_DK.class,
209         classpath/lib/gnu/java/locale/LocaleInformation.class,
210         classpath/lib/gnu/java/locale/LocaleInformation_es_CR.class,
211         classpath/lib/gnu/java/locale/LocaleInformation_ru_RU.class,
212         classpath/lib/gnu/java/locale/LocaleInformation_sq_AL.class,
213         classpath/lib/gnu/java/locale/LocaleInformation_de_DE.class,
214         classpath/lib/gnu/java/locale/LocaleInformation_es_GT.class,
215         classpath/lib/gnu/java/locale/LocaleInformation_sr_YU.class,
216         classpath/lib/gnu/java/locale/LocaleInformation_da_DK.class,
217         classpath/lib/gnu/java/locale/LocaleInformation_gd_GB.class,
218         classpath/lib/gnu/java/locale/LocaleInformation_hr_HR.class,
219         classpath/lib/gnu/java/locale/LocaleInformation_zh_HK.class,
220         classpath/lib/gnu/java/locale/LocaleInformation_uk_UA.class,
221         classpath/lib/gnu/java/locale/LocaleInformation_ko_KR.class,
222         classpath/lib/gnu/java/locale/Calendar_en.class,
223         classpath/lib/gnu/java/locale/LocaleInformation_ar_LY.class,
224         classpath/lib/gnu/java/locale/LocaleInformation_pt_BR.class,
225         classpath/lib/gnu/java/locale/LocaleInformation_nn_NO.class,
226         classpath/lib/gnu/java/locale/LocaleInformation_en_NZ.class,
227         classpath/lib/gnu/java/locale/LocaleInformation_es_SV.class,
228         classpath/lib/gnu/java/locale/LocaleInformation_ur_PK.class,
229         classpath/lib/gnu/java/locale/LocaleInformation_et_EE.class,
230         classpath/lib/gnu/java/locale/LocaleInformation_lv_LV.class,
231         classpath/lib/gnu/java/locale/LocaleInformation_es_UY.class,
232         classpath/lib/gnu/java/locale/LocaleInformation_oc_FR.class,
233         classpath/lib/gnu/java/locale/LocaleInformation_fo_FO.class,
234         classpath/lib/gnu/java/locale/LocaleInformation_ar_IN.class,
235         classpath/lib/gnu/java/locale/LocaleInformation_de_LU.class,
236         classpath/lib/gnu/java/locale/LocaleInformation_gl_ES.class,
237         classpath/lib/gnu/java/locale/LocaleInformation_en_SG.class,
238         classpath/lib/gnu/java/locale/LocaleInformation_se_NO.class,
239         classpath/lib/gnu/java/locale/LocaleInformation_mr_IN.class,
240         classpath/lib/gnu/java/locale/LocaleInformation_tg_TJ.class,
241         classpath/lib/gnu/java/locale/LocaleInformation_no_NO.class,
242         classpath/lib/gnu/java/locale/LocaleInformation_ar_SY.class,
243         classpath/lib/gnu/java/locale/LocaleInformation_sv_SE.class,
244         classpath/lib/gnu/java/locale/LocaleInformation_fa_IR.class,
245         classpath/lib/gnu/java/locale/Calendar.class,
246         gnu/java/locale/LocaleInformation_fr_CA.java,
247         gnu/java/locale/LocaleInformation_sk_SK.java,
248         gnu/java/locale/LocaleInformation_ar_BH.java,
249         gnu/java/locale/LocaleInformation_ko_KR.h,
250         gnu/java/locale/LocaleInformation_bs_BA.h,
251         gnu/java/locale/LocaleInformation_nn_NO.h,
252         gnu/java/locale/LocaleInformation_en_NZ.h,
253         gnu/java/locale/LocaleInformation_en_ZW.java,
254         gnu/java/locale/LocaleInformation_es_US.h,
255         gnu/java/locale/LocaleInformation_es_SV.h,
256         gnu/java/locale/LocaleInformation_de_LU.java,
257         gnu/java/locale/LocaleInformation_fo_FO.java,
258         gnu/java/locale/LocaleInformation_oc_FR.java,
259         gnu/java/locale/LocaleInformation_it_CH.h,
260         gnu/java/locale/LocaleInformation_de.h,
261         gnu/java/locale/LocaleInformation_el_GR.h,
262         gnu/java/locale/LocaleInformation_tr_TR.h,
263         gnu/java/locale/LocaleInformation_ka_GE.java,
264         gnu/java/locale/LocaleInformation_nn_NO.java,
265         gnu/java/locale/LocaleInformation_se_NO.h,
266         gnu/java/locale/LocaleInformation_ga_IE.h,
267         gnu/java/locale/LocaleInformation_ru_UA.java,
268         gnu/java/locale/LocaleInformation_fa_IR.java,
269         gnu/java/locale/LocaleInformation_ja_JP.java,
270         gnu/java/locale/LocaleInformation_sv_SE.h,
271         gnu/java/locale/LocaleInformation_bn_IN.java,
272         gnu/java/locale/LocaleInformation_af_ZA.h,
273         gnu/java/locale/LocaleInformation_es_PE.java,
274         gnu/java/locale/LocaleInformation_hi_IN.h,
275         gnu/java/locale/LocaleInformation_en_ZA.java,
276         gnu/java/locale/LocaleInformation_es_CO.h,
277         gnu/java/locale/LocaleInformation_es_AR.h,
278         gnu/java/locale/LocaleInformation_en_PH.h,
279         gnu/java/locale/LocaleInformation_ta_IN.h,
280         gnu/java/locale/LocaleInformation_en_ZA.h,
281         gnu/java/locale/LocaleInformation_nl_NL.java,
282         gnu/java/locale/LocaleInformation_ar_KW.java,
283         gnu/java/locale/LocaleInformation_fr_FR.h,
284         gnu/java/locale/LocaleInformation_ar_LY.java,
285         gnu/java/locale/LocaleInformation_uz_UZ.java,
286         gnu/java/locale/LocaleInformation_tl_PH.h,
287         gnu/java/locale/LocaleInformation_fi_FI.java,
288         gnu/java/locale/LocaleInformation_pl_PL.h,
289         gnu/java/locale/LocaleInformation_sv_FI.h,
290         gnu/java/locale/LocaleInformation_es_MX.h,
291         gnu/java/locale/LocaleInformation_uz_UZ.h,
292         gnu/java/locale/LocaleInformation_fi_FI.h,
293         gnu/java/locale/LocaleInformation_ar_SD.java,
294         gnu/java/locale/LocaleInformation_ar_QA.h,
295         gnu/java/locale/LocaleInformation_kw_GB.java,
296         gnu/java/locale/LocaleInformation_ar_YE.h,
297         gnu/java/locale/LocaleInformation_es_PR.java,
298         gnu/java/locale/LocaleInformation_zh_SG.java,
299         gnu/java/locale/LocaleInformation_ca_ES.java,
300         gnu/java/locale/LocaleInformation_ka_GE.h,
301         gnu/java/locale/LocaleInformation_ar_BH.h,
302         gnu/java/locale/LocaleInformation_fr_CH.java,
303         gnu/java/locale/Calendar_nl.h,
304         gnu/java/locale/LocaleInformation_en_DK.h,
305         gnu/java/locale/LocaleInformation.h,
306         gnu/java/locale/LocaleInformation_ar_JO.java,
307         gnu/java/locale/LocaleInformation_br_FR.java,
308         gnu/java/locale/LocaleInformation_ru_RU.java,
309         gnu/java/locale/LocaleInformation_de_BE.java,
310         gnu/java/locale/LocaleInformation_ru_RU.h,
311         gnu/java/locale/LocaleInformation_de_DE.h,
312         gnu/java/locale/LocaleInformation_hr_HR.h,
313         gnu/java/locale/LocaleInformation_gd_GB.h,
314         gnu/java/locale/LocaleInformation_nl.java,
315         gnu/java/locale/LocaleInformation_en_GB.java,
316         gnu/java/locale/LocaleInformation_uk_UA.h,
317         gnu/java/locale/LocaleInformation_ar_LY.h,
318         gnu/java/locale/LocaleInformation_ru_UA.h,
319         gnu/java/locale/LocaleInformation_es_UY.java,
320         gnu/java/locale/LocaleInformation_fr_CH.h,
321         gnu/java/locale/LocaleInformation_lv_LV.h,
322         gnu/java/locale/LocaleInformation_de.java,
323         gnu/java/locale/LocaleInformation_el_GR.java,
324         gnu/java/locale/LocaleInformation_es_CR.java,
325         gnu/java/locale/LocaleInformation_ar_IN.h,
326         gnu/java/locale/LocaleInformation_es_DO.h,
327         gnu/java/locale/LocaleInformation_es_PE.h,
328         gnu/java/locale/LocaleInformation_ar_OM.h,
329         gnu/java/locale/LocaleInformation_zh_HK.java,
330         gnu/java/locale/LocaleInformation_mr_IN.java,
331         gnu/java/locale/LocaleInformation_no_NO.h,
332         gnu/java/locale/LocaleInformation_es_EC.java,
333         gnu/java/locale/LocaleInformation_ro_RO.java,
334         gnu/java/locale/LocaleInformation_he_IL.java,
335         gnu/java/locale/Calendar.java,
336         gnu/java/locale/LocaleInformation_ar_LB.h,
337         gnu/java/locale/LocaleInformation_fa_IR.h,
338         gnu/java/locale/LocaleInformation_es_CO.java,
339         gnu/java/locale/LocaleInformation_cy_GB.h,
340         gnu/java/locale/LocaleInformation_en_SG.java,
341         gnu/java/locale/LocaleInformation_mk_MK.java,
342         gnu/java/locale/LocaleInformation_es_ES.java,
343         gnu/java/locale/LocaleInformation_eu_ES.java,
344         gnu/java/locale/LocaleInformation_en_BW.h,
345         gnu/java/locale/LocaleInformation_es_VE.java,
346         gnu/java/locale/LocaleInformation_zh_CN.java,
347         gnu/java/locale/LocaleInformation_hr_HR.java,
348         gnu/java/locale/LocaleInformation_gd_GB.java,
349         gnu/java/locale/LocaleInformation_se_NO.java,
350         gnu/java/locale/LocaleInformation_te_IN.h,
351         gnu/java/locale/LocaleInformation_en.h,
352         gnu/java/locale/LocaleInformation_ar_TN.h,
353         gnu/java/locale/Calendar_nl.java,
354         gnu/java/locale/LocaleInformation_es_US.java,
355         gnu/java/locale/LocaleInformation_nl_BE.java,
356         gnu/java/locale/LocaleInformation_es_PY.java,
357         gnu/java/locale/LocaleInformation_sk_SK.h,
358         gnu/java/locale/LocaleInformation_fr_CA.h,
359         gnu/java/locale/LocaleInformation_be_BY.java,
360         gnu/java/locale/LocaleInformation_lv_LV.java,
361         gnu/java/locale/LocaleInformation_lt_LT.h,
362         gnu/java/locale/LocaleInformation_gv_GB.java,
363         gnu/java/locale/LocaleInformation_ar_MA.h,
364         gnu/java/locale/LocaleInformation_en_IE.h,
365         gnu/java/locale/LocaleInformation_es_CL.java,
366         gnu/java/locale/LocaleInformation_bn_IN.h,
367         gnu/java/locale/Calendar_de.java,
368         gnu/java/locale/LocaleInformation_yi_US.h,
369         gnu/java/locale/LocaleInformation_ar_DZ.java,
370         gnu/java/locale/LocaleInformation_es_GT.java,
371         gnu/java/locale/Calendar_de.h,
372         gnu/java/locale/LocaleInformation_es_NI.h,
373         gnu/java/locale/LocaleInformation_en_CA.java,
374         gnu/java/locale/LocaleInformation_zh_CN.h,
375         gnu/java/locale/LocaleInformation_es_VE.h,
376         gnu/java/locale/LocaleInformation_de_CH.h,
377         gnu/java/locale/LocaleInformation_en_NZ.java,
378         gnu/java/locale/LocaleInformation_mi_NZ.java,
379         gnu/java/locale/LocaleInformation_en_US.h,
380         gnu/java/locale/LocaleInformation_sl_SI.h,
381         gnu/java/locale/LocaleInformation_et_EE.java,
382         gnu/java/locale/LocaleInformation_mi_NZ.h,
383         gnu/java/locale/LocaleInformation_ar_QA.java,
384         gnu/java/locale/LocaleInformation_en_HK.java,
385         gnu/java/locale/LocaleInformation_ar_IQ.java,
386         gnu/java/locale/LocaleInformation_ar_OM.java,
387         gnu/java/locale/LocaleInformation_fr_FR.java,
388         gnu/java/locale/LocaleInformation_es_CR.h,
389         gnu/java/locale/LocaleInformation_en.java,
390         gnu/java/locale/LocaleInformation_es_GT.h,
391         gnu/java/locale/LocaleInformation_ur_PK.java,
392         gnu/java/locale/LocaleInformation_pt_PT.java,
393         gnu/java/locale/LocaleInformation_et_EE.h,
394         gnu/java/locale/LocaleInformation_ar_IN.java,
395         gnu/java/locale/LocaleInformation_es_AR.java,
396         gnu/java/locale/LocaleInformation_en_PH.java,
397         gnu/java/locale/LocaleInformation_en_IN.h,
398         gnu/java/locale/LocaleInformation_kl_GL.h,
399         gnu/java/locale/LocaleInformation_gl_ES.h,
400         gnu/java/locale/LocaleInformation_sq_AL.java,
401         gnu/java/locale/LocaleInformation_en_SG.h,
402         gnu/java/locale/LocaleInformation_de_CH.java,
403         gnu/java/locale/LocaleInformation_ga_IE.java,
404         gnu/java/locale/LocaleInformation_no_NO.java,
405         gnu/java/locale/LocaleInformation_de_AT.java,
406         gnu/java/locale/LocaleInformation_tg_TJ.h,
407         gnu/java/locale/LocaleInformation_hu_HU.h,
408         gnu/java/locale/LocaleInformation_es_SV.java,
409         gnu/java/locale/LocaleInformation_zh_SG.h,
410         gnu/java/locale/LocaleInformation_ca_ES.h,
411         gnu/java/locale/LocaleInformation_de_AT.h,
412         gnu/java/locale/LocaleInformation_ar_SY.h,
413         gnu/java/locale/LocaleInformation_he_IL.h,
414         gnu/java/locale/LocaleInformation_ro_RO.h,
415         gnu/java/locale/LocaleInformation_zh_TW.java,
416         gnu/java/locale/LocaleInformation_es_NI.java,
417         gnu/java/locale/LocaleInformation_ar_JO.h,
418         gnu/java/locale/LocaleInformation_br_FR.h,
419         gnu/java/locale/Calendar_en.java,
420         gnu/java/locale/LocaleInformation_eu_ES.h,
421         gnu/java/locale/LocaleInformation_pt_BR.java,
422         gnu/java/locale/LocaleInformation_tg_TJ.java,
423         gnu/java/locale/LocaleInformation_iw_IL.h,
424         gnu/java/locale/LocaleInformation_ar_AE.h,
425         gnu/java/locale/LocaleInformation_fr_LU.h,
426         gnu/java/locale/LocaleInformation_id_ID.h,
427         gnu/java/locale/LocaleInformation_sv_SE.java,
428         gnu/java/locale/LocaleInformation_en_GB.h,
429         gnu/java/locale/LocaleInformation_ar_EG.h,
430         gnu/java/locale/LocaleInformation_cy_GB.java,
431         gnu/java/locale/LocaleInformation_be_BY.h,
432         gnu/java/locale/LocaleInformation_yi_US.java,
433         gnu/java/locale/LocaleInformation_tr_TR.java,
434         gnu/java/locale/LocaleInformation_pt_PT.h,
435         gnu/java/locale/LocaleInformation_ar_IQ.h,
436         gnu/java/locale/LocaleInformation_cs_CZ.java,
437         gnu/java/locale/LocaleInformation_ar_TN.java,
438         gnu/java/locale/LocaleInformation_ko_KR.java,
439         gnu/java/locale/LocaleInformation_ar_AE.java,
440         gnu/java/locale/LocaleInformation_fr_LU.java,
441         gnu/java/locale/LocaleInformation_it_IT.h,
442         gnu/java/locale/LocaleInformation_mt_MT.java,
443         gnu/java/locale/LocaleInformation_fr_BE.h,
444         gnu/java/locale/LocaleInformation_es_DO.java,
445         gnu/java/locale/LocaleInformation_ta_IN.java,
446         gnu/java/locale/LocaleInformation_es_CL.h,
447         gnu/java/locale/LocaleInformation_te_IN.java,
448         gnu/java/locale/LocaleInformation_ar_YE.java,
449         gnu/java/locale/LocaleInformation_kw_GB.h,
450         gnu/java/locale/LocaleInformation_uk_UA.java,
451         gnu/java/locale/LocaleInformation_cs_CZ.h,
452         gnu/java/locale/LocaleInformation_da_DK.h,
453         gnu/java/locale/LocaleInformation_en_CA.h,
454         gnu/java/locale/Calendar_en.h,
455         gnu/java/locale/LocaleInformation_pt_BR.h,
456         gnu/java/locale/LocaleInformation_ar_SY.java,
457         gnu/java/locale/LocaleInformation_lt_LT.java,
458         gnu/java/locale/LocaleInformation_vi_VN.java,
459         gnu/java/locale/LocaleInformation_ur_PK.h,
460         gnu/java/locale/LocaleInformation_en_IN.java,
461         gnu/java/locale/LocaleInformation_kl_GL.java,
462         gnu/java/locale/LocaleInformation_ja_JP.h,
463         gnu/java/locale/LocaleInformation_es_UY.h,
464         gnu/java/locale/LocaleInformation_es_PA.h,
465         gnu/java/locale/LocaleInformation_de_LU.h,
466         gnu/java/locale/LocaleInformation_fo_FO.h,
467         gnu/java/locale/LocaleInformation_oc_FR.h,
468         gnu/java/locale/LocaleInformation_zh_TW.h,
469         gnu/java/locale/LocaleInformation_hu_HU.java,
470         gnu/java/locale/LocaleInformation_ar_KW.h,
471         gnu/java/locale/LocaleInformation_mr_IN.h,
472         gnu/java/locale/LocaleInformation_ar_EG.java,
473         gnu/java/locale/LocaleInformation_nl.h,
474         gnu/java/locale/LocaleInformation_af_ZA.java,
475         gnu/java/locale/LocaleInformation_es_PY.h,
476         gnu/java/locale/LocaleInformation_nl_BE.h,
477         gnu/java/locale/LocaleInformation_vi_VN.h,
478         gnu/java/locale/LocaleInformation_es_PA.java,
479         gnu/java/locale/Calendar.h,
480         gnu/java/locale/LocaleInformation_da_DK.java,
481         gnu/java/locale/LocaleInformation_de_BE.h,
482         gnu/java/locale/LocaleInformation_ar_DZ.h,
483         gnu/java/locale/LocaleInformation_bs_BA.java,
484         gnu/java/locale/LocaleInformation_id_ID.java,
485         gnu/java/locale/LocaleInformation_en_US.java,
486         gnu/java/locale/LocaleInformation_sl_SI.java,
487         gnu/java/locale/LocaleInformation_fr_BE.java,
488         gnu/java/locale/LocaleInformation_ar_LB.java,
489         gnu/java/locale/LocaleInformation_it_CH.java,
490         gnu/java/locale/LocaleInformation_en_ZW.h,
491         gnu/java/locale/LocaleInformation_gv_GB.h,
492         gnu/java/locale/LocaleInformation_es_HN.java,
493         gnu/java/locale/LocaleInformation_es_BO.h,
494         gnu/java/locale/LocaleInformation_en_AU.h,
495         gnu/java/locale/LocaleInformation_ar_SD.h,
496         gnu/java/locale/LocaleInformation_sr_YU.java,
497         gnu/java/locale/LocaleInformation_es_HN.h,
498         gnu/java/locale/LocaleInformation_iw_IL.java,
499         gnu/java/locale/LocaleInformation_it_IT.java,
500         gnu/java/locale/LocaleInformation_es_MX.java,
501         gnu/java/locale/LocaleInformation_es_PR.h,
502         gnu/java/locale/LocaleInformation_ar_MA.java,
503         gnu/java/locale/LocaleInformation_en_IE.java,
504         gnu/java/locale/LocaleInformation.java,
505         gnu/java/locale/LocaleInformation_en_DK.java,
506         gnu/java/locale/LocaleInformation_es_EC.h,
507         gnu/java/locale/LocaleInformation_mt_MT.h,
508         gnu/java/locale/LocaleInformation_hi_IN.java,
509         gnu/java/locale/LocaleInformation_en_AU.java,
510         gnu/java/locale/LocaleInformation_es_BO.java,
511         gnu/java/locale/LocaleInformation_gl_ES.java,
512         gnu/java/locale/LocaleInformation_en_BW.java,
513         gnu/java/locale/LocaleInformation_en_HK.h,
514         gnu/java/locale/LocaleInformation_de_DE.java,
515         gnu/java/locale/LocaleInformation_mk_MK.h,
516         gnu/java/locale/LocaleInformation_es_ES.h,
517         gnu/java/locale/LocaleInformation_sq_AL.h,
518         gnu/java/locale/LocaleInformation_sv_FI.java,
519         gnu/java/locale/LocaleInformation_pl_PL.java,
520         gnu/java/locale/LocaleInformation_tl_PH.java,
521         gnu/java/locale/LocaleInformation_sr_YU.h,
522         gnu/java/locale/LocaleInformation_nl_NL.h,
523         gnu/java/locale/LocaleInformation_zh_HK.h,
524         java/text/DateFormatSymbols.java,
525         java/text/DecimalFormatSymbols.java,
526         java/util/Currency.java,
527         java/util/Calendar.java: Remove
528
529 2008-03-03  Andrew Haley  <aph@littlepinkcloud.com>
530
531         * testsuite/lib/libjava.exp (libjava_arguments): Use regexp
532         instead of string match when checking for linux targets.
533  
534 2008-03-03  Matthias Klose  <doko@ubuntu.com>
535
536         * classpath/tools/classes/gnu/classpath/tools/orbd/Main.class,
537         classpath/lib/gnu/java/locale/LocaleData.class
538         classpath/lib/gnu/java/rmi/registry/RegistryImpl.class
539         classpath/lib/gnu/gcj/convert/Convert.class
540         classpath/lib/gnu/gcj/tools/gcj_dbtool/Main.class: Regenerate.
541
542 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
543
544         * gnu/gcj/convert/Convert.java (version): Update copyright notice
545         dates.
546         * gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
547
548 2008-02-27  David Daney  <ddaney@avtrex.com>
549
550         * HACKING: Correct typo in find command.
551
552 2008-02-27  David Daney  <ddaney@avtrex.com>
553
554         * gnu/java/net/natPlainSocketImplPosix.cc (bind): Remove check for
555         null host.
556
557 2008-02-20  Tom Tromey  <tromey@redhat.com>
558
559         PR libgcj/24170:
560         * java/io/natFilePosix.cc (File::performList): Don't use
561         readdir_r.
562         * configure, include/config.h.in: Rebuilt.
563         * configure.ac: Don't check for readdir_r.
564
565 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
566
567         PR libgcj/33085
568         * configure: Regenerate.
569
570 2008-02-15  Andreas Tobler  <a.tobler@schweiz.org>
571
572         PR testsuite/35208
573         * testsuite/libjava.jvmti/interp/natgetstacktrace.cc
574         (Java_getstacktrace_natRunner): Increase the usleep time to a value
575         which prevents OS-X to get into a deadlock.
576
577 2008-02-06  Andreas Tobler  <a.tobler@schweiz.org>
578
579         PR libgcj/30071
580         * Makefile.am (install-exec-hook): Add install-binPROGRAMS.
581         * Makefile.in: Regenerate.
582
583 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
584
585         * shlibpath.m4: Add AIX 6 support.
586         * configure: Regenerate.
587
588 2008-01-18  Alexandre Oliva  <aoliva@redhat.com>
589
590         PR c++/33887
591         * link.cc (_Jv_Linker::prepare_constant_time_tables):
592         has_interfaces is boolean, treat it as such.
593
594 2008-01-04  Andrew Haley  <aph@redhat.com>
595
596         PR libgcj/34444
597         * java/lang/natClass.cc (Class::getEnclosingClass): Call
598         getDeclaringClass().
599
600 2007-12-22  David Daney  <ddaney@avtrex.com>
601
602         * scripts/makemake.tcl (emit_bc_rule): Use $(LIBGCJ_BC_FLAGS)
603         instead of -findirect-dispatch -fno-indirect-classes.
604         * configure.ac (libgcj-bc): New AC_ARG_ENABLE.
605         (SUPPRESS_LIBGCJ_BC): New AM_CONDITIONAL.
606         * Makefile.am (LIBGCJ_BC_FLAGS): New variable.
607         * Makefile.in: Regenerate.
608         * include/Makefile.in: Same.
609         * testsuite/Makefile.in: Same.
610         * configure: Same.
611         * gcj/Makefile.in: Same.
612         * sources.am: Same.
613         
614 2007-12-17  Jakub Jelinek  <jakub@redhat.com>
615
616         * testsuite/Makefile.am (compile-tests): Build
617         libjava.jvmti/interp/*.h with -jni rather than -cni.
618         * testsuite/Makefile.in: Rebuilt.
619
620 2007-12-08  Andreas Tobler  <a.tobler@schweiz.org>
621
622         * configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9.
623         * configure.ac: Add darwin-signal.h to x86_64-*-darwin9 and
624         i?86-*darwin9.
625         * configure.in: Regenerate.
626         * darwin.cc: Add definitions for Darwin specific functions for 64-bit.
627         (darwin_java_register_dyld_add_image_hook): Use this specific
628         functions.
629         * Makefile.am (gij_LDFLAGS): Add extra_gij_ldflags for Darwin9.
630         * Makefile.in: Regenerate.
631         * include/Makefile.in: Likewise.
632         * gcj/Makefile.in: Likewise.
633         * testsuite/Makefile.in: Likewise.
634         * testsuite/lib/libjava.exp (libjava_arguments): Add allow_stack_execute
635         for *-*-darwin9*.
636
637 2007-12-06  David Daney  <ddaney@avtrex.com>
638
639         * interpret.cc: Replace ffi_raw with INTERP_FFI_RAW_TYPE throughout.
640         (ncode_closure, ffi_closure_fun): Define versions for
641         non-FFI_NATIVE_RAW_API case.
642         * include/java-interp.h (INTERP_FFI_RAW_TYPE): Define and use to
643         replace ffi_raw throughout.
644         * jni.cc, interpret-run.cc: Replace ffi_raw with INTERP_FFI_RAW_TYPE
645         throughout.
646
647 2007-12-06  Andreas Tobler  <a.tobler@schweiz.org>
648
649         * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): Make
650         the testsuite multilib aware for Darwin.
651
652 2007-12-05  Thomas Fitzsimmons  <fitzsim@redhat.com>
653
654         * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.h: Regenerate.
655         * gnu/java/awt/peer/gtk/GtkWindowPeer.h: Likewise.
656         * java/awt/Component.h: Likewise.
657         * java/awt/Container.h: Likewise.
658
659 2007-11-05  H.J. Lu  <hongjiu.lu@intel.com>
660
661         * configure.ac: Don't run config-ml.in directly.
662         (multilib_arg): New.
663         * configure: Regenerated.
664
665 2007-10-22  David Daney  <ddaney@avtrex.com>
666
667         * include/jvm.h (_Jv_SetGCFreeSpaceDivisor): Declare new function.
668         * boehm.cc (_Jv_SetGCFreeSpaceDivisor): Define it.
669
670 2007-10-18  David Daney  <ddaney@avtrex.com>
671
672         * classpath/lib/gnu/java/locale/LocaleData.class: Regenerate
673         * classpath/lib/gnu/javax/sound/sampled/gstreamer: Add generated
674         files.
675         * gnu/javax/sound/sampled/gstreamer: Add generated files.
676         
677 2007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>
678
679         * configure: Regenerate following changes to ../config/tls.m4.
680
681 2007-09-17  Tom Tromey  <tromey@redhat.com>
682
683         * defineclass.cc (MAJOR_1_6): New define.
684         (MINOR_1_6): Likewise.
685         (_Jv_ClassReader::parse): Handle 1.6 bytecode.
686
687 2007-09-12  David Daney  <ddaney@avtrex.com>
688
689         * configure.host: Enable interpreter for mips64.  Enable hash
690         synchronization for all mips*-*-linux* targets.
691         * sysdep/mips/locks.h (compare_and_swap, compare_and_swap_release) Use
692         __sync_bool_compare_and_swap instead of in-line asm.
693         (release_set, read_barrier, write_barrier): Use __sync_synchronize
694         instead of in-line asm.
695
696 2007-09-09  Andreas Tobler  <a.tobler@schweiz.org>
697
698         PR libgcj/33326
699         * testsuite/lib/libjava.exp (libjava_arguments): Append the test spec
700         only for linux targets.
701
702 2007-09-09  Andrew Haley  <aph@redhat.com>
703
704         * interpret-run.cc (invokevirtual_resolved): Nullcheck object on
705         TOS.
706
707 2007-09-06  Tom Tromey  <tromey@redhat.com>
708
709         * testsuite/libjava.lang/StackTrace2.jar: Rebuilt.
710         * testsuite/libjava.lang/StackTrace2.java (checkLine): Print file
711         name.
712
713 2007-09-06  Roman Zippel  <zippel@linux-m68k.org>
714
715         * sysdep/m68k/locks.h: New file.
716         * configure.host: Set sysdeps_dir and libgcj_interpreter for m68k.
717         * configure.ac: Set SIGNAL_HANDLER for m68*-*-linux*.
718         * configure: Regenerate.
719
720 2007-09-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
721
722         * configure.host(gnu*): Set use_libgcj_bc to yes.
723
724 2007-09-04  Matthias Klose  <doko@ubuntu.com>
725
726         * configure.ac: Do not pass --with-native-libdir to classpath.
727         * configure: Regenerate.
728
729 2007-09-04  Matthias Klose  <doko@ubuntu.com>
730
731         PR libgcj/33278
732         * configure.ac: Robustify extraction of gcj version.
733         * configure: Regenerate.
734
735 2007-09-04  Andrew Haley  <aph@redhat.com>
736
737         PR java/27908
738         * testsuite/libjava.lang/PR27908.java
739         ({run1,run2,run3}.isRunning): New Method.
740         (main): Fix race condition.
741
742 2007-08-29  Andrew Haley  <aph@redhat.com>
743
744         * gnu/classpath/natVMStackWalker.cc (VMStackWalker::getCallingClass):
745         Make sure we're not sibcalled.
746         (GET_CALLING_CLASS): Define for ARM EABI.
747
748 2007-08-22  Andrew Haley  <aph@redhat.com>
749
750         * configure.host (BACKTRACESPEC): Add arm*-linux*.
751
752 2007-08-22  Andrew Haley  <aph@redhat.com>
753
754         * configure.ac (LIBSTDCXXSPEC): New.
755         * configure.host: Add arm*-linux* to pthread test.
756         * configure.ac (LIBGCJTESTSPEC): Add path to libstdc++ for ARM
757         EABI.
758         * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use
759         -fexceptions for ARM EABI.
760         * testsuite/lib/libjava.exp (libjava_arguments): Add libgcj-test.spec.
761         (libjava_invoke): Log the invocation.
762
763 2007-08-15  Andrew Haley  <aph@redhat.com>
764
765         * configure.ac (extra_ldflags): Define.
766         * Makefile.am: Use extra_ldflags for all executables.
767
768 2007-08-14  Andrew Haley  <aph@redhat.com>
769
770         * sysdep/arm/backtrace.h: Remove stubs for _Unwind_GetIPInfo,
771         _Unwind_GetRegionStart, and _Unwind_Backtrace.
772
773 2007-07-27  Andrew Haley  <aph@redhat.com>
774
775         * gnu/classpath/natVMStackWalker.cc (GET_CALLING_CLASS): Stub for
776         ARM EABI.
777         * exception.cc (get_exception_header_from_ue): New.
778         (get_ttype_entry): ARM EABI version.
779         (PERSONALITY_FUNCTION): Add ARM EABI code.
780         * sysdep/arm/backtrace.h: New file.
781         * stacktrace.cc (_URC_NORMAL_STOP): New.
782         * configure.ac (extra_ldflags_libjava): Add libsupc++.la for ARM
783         EABI.
784         * configure.host (BACKTRACESPEC): Add arm/backtrace.h.
785
786 2007-08-31  Matthias Klose  <doko@ubuntu.com>
787
788         * classpath/lib/java/util/EnumSet*.class: Regenerate
789
790 2007-08-30  Andreas Tobler  <a.tobler@schweiz.org>
791
792         * gij.cc (version): Update Copyright year.
793
794 2007-08-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
795
796         * configure.host (gnu*): Set use_libgcj_bc to yes.
797
798 2007-08-15  Tom Tromey  <tromey@redhat.com>
799
800         * java/lang/Class.java (internalGetFields): Use LinkedHashSet.
801         * classpath/lib/java/lang/Class.class: Rebuilt.
802
803 2007-08-15  Samuel Thibault  <samuel.thibault@ens-lyon.org>
804
805         * java/lang/natPosixProcess.cc (sigchld_handler) [!SA_SIGINFO]: Remove
806         'si' and 'third' parameters.  Disable calling
807         pmi->old_sigaction.sa_sigaction.
808         (java::lang::PosixProcess*ProcessManager::init) [!SA_SIGINFO]: Set
809         sa.sa_handler instead of sa.sa_sigaction, don't set SA_SIGINFO flag.
810
811 2007-08-09  Andrew Haley  <aph@redhat.com>
812
813         * testsuite/lib/libjava.exp (libjava_invoke): Log the invocation.
814
815 2007-08-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
816
817         * java/net/natVMInetAddressPosix.cc
818         (java::net::VMInetAddress::getLocalHostname) [!MAXHOSTNAMELEN]:
819         Allocate buffer dynamically.
820
821 2007-08-04  Alfred M. Szmidt  <ams@gnu.org>
822
823         * java/io/natFilePosix.cc (init_native) [!MAXPATHLEN]: Define to 0.
824         * java/io/File.java (createTempFile): Don't truncate if the system
825         doesn't have a limit on the length of a file name.
826         * classpath/lib/java/io/File.class: Regenerate.
827
828 2007-08-04  Matthias Klose  <doko@ubuntu.com>
829
830         Import GNU Classpath (libgcj-import-20070727).
831
832         * Regenerate class and header files.
833         * Regenerate auto* files.
834
835         * include/jvm.h:
836         * jni-libjvm.cc (Jv_JNI_InvokeFunctions): Rename type.
837         * jni.cc (_Jv_JNIFunctions, _Jv_JNI_InvokeFunctions): Likewise.
838         * jni.cc (_Jv_JNI_CallAnyMethodA, _Jv_JNI_CallAnyVoidMethodA,
839         _Jv_JNI_CallMethodA, _Jv_JNI_CallVoidMethodA,
840         _Jv_JNI_CallStaticMethodA, _Jv_JNI_CallStaticVoidMethodA,
841         _Jv_JNI_NewObjectA, _Jv_JNI_SetPrimitiveArrayRegion): Constify
842         jvalue parameter.
843         * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Likewise.
844
845         * java/lang/VMFloat.java (toString, parseFloat): New.
846
847         * gnu/awt/xlib/XToolkit.java (setAlwaysOnTop, isModalityTypeSupported,
848         isModalExclusionTypeSupported): New (stub only).
849         * gnu/awt/xlib/XCanvasPeer.java (requestFocus): Likewise.
850         * gnu/awt/xlib/XFramePeer.java (updateMinimumSize, updateIconImages,
851         updateFocusableWindowState, setModalBlocked, getBoundsPrivate,
852         setAlwaysOnTop): Likewise.
853         * gnu/awt/xlib/XFontPeer.java (canDisplay): Update signature.
854
855         * scripts/makemake.tcl: Ignore gnu/javax/sound/sampled/gstreamer,
856         ignore javax.sound.sampled.spi.MixerProvider, ignore .in files.
857
858         * HACKING: Mention --enable-gstreamer-peer, removal of generated files.
859
860 2007-07-31  David Daney  <ddaney@avtrex.com>
861
862         * HACKING: Document regenerating configure and aclocal.m4.
863
864 2007-07-31  David Daney  <ddaney@avtrex.com>
865
866         * configure.ac (INTERPRETER): New AM_CONDITIONAL.
867         * scripts/makemake.tcl (package_map): Mark jdwp and jvmti packages
868         as being for interpreter only.  Place interpreter related files in
869         'if INTERPRETER' block.
870         (interpreter_package_files): New list.
871         (interpreter_header_vars): Ditto.
872         (emit_package_rule_to_list): Renamed from emit_package_rule with
873         new target list parameter.
874         (emit_package_rule): Rewritten to call emit_package_rule_to_list.
875         (emit_interpreter_rule): New function.
876         (emit_source_var): Place interpreter related files in
877         interpreter_header_vars.
878         * Makefile.am (ACLOCAL_AMFLAGS): Add -I libltdl.
879         (libgcj_interpret_source_files): New variable.
880         (libgcj_la_SOURCES): Move jvmti.cc and  interpret.cc to
881         libgcj_interpret_source_files and include
882         libgcj_interpret_source_files.
883         (nat_jdwp_source_files): New variable.
884         (nat_jvmti_source_files): Ditto.
885         (nat_source_files): Move jdwp and jvmti related files to
886         nat_jdwp_source_files and nat_jvmti_source_files and include
887         nat_jdwp_source_files and nat_jvmti_source_files.
888         * Makefile.in: Regenerate.
889         * include/Makefile.in: Ditto.
890         * testsuite/Makefile.in: Ditto.
891         * gcj/Makefile.in: Ditto.
892         * sources.am: Ditto.
893         * configure: Ditto.
894         * include/config.h.in: Ditto.
895         * interpret.cc: Remove #ifdef INTERPRETER block.
896         * stacktrace.cc (UnwindTraceFn): Do not handle proxy frames if
897         interpreter disabled.
898         * include/java-interp.h (_Jv_FrameType): Move outside of
899         #ifdef INTERPRETER block.
900         * include/execution.h (_Jv_IndirectCompiledEngine::do_get_closure_list,
901         _Jv_InterpreterEngine, _Jv_soleInterpreterEngine): Place in
902         #ifdef INTERPRETER block.
903         * jni.cc (jvmti.h, jvmti-int.h):  Only include if INTERPRETER is
904         defined.
905         (_Jv_JNI_PopSystemFrame, _Jv_JNI_GetEnv): Only do jvmti processing
906         if INTERPRETER is defined.
907         * prims.cc (jvmti.h, jvmti-int.h, Jdwp.h, VMVirtualMachine.h):  Only
908         include if INTERPRETER is defined.
909         (defaultJdwpOptions, jdwpOptions, jvmti_agent_onload_func,
910         jvmti_agent_onunload_func, jvmti_agentonload, jvmti_agentonunload,
911         jvmti_agent_opts, load_jvmti_agent): Only define if INTERPRETER is
912         defined.
913         (parse_x_arg): Only process 'runjdwp:' if INTERPRETER is defined.
914         (parse_init_args): Only process jvmti related options if
915         INTERPRETER is defined.
916         (_Jv_CreateJavaVM): Only call _Jv_JVMTI_Init if INTERPRETER is
917         defined.
918         (_Jv_RunMain): Only do jvmti and jdwp processing if INTERPRETER is
919         defined.
920         * link.cc (jvmti.h, jvmti-int.h):  Only include if INTERPRETER is
921         defined.
922         (_Jv_ThrowNoClassDefFoundError, _Jv_Linker::create_error_method):
923         Define if if INTERPRETER is not defined.
924         (_Jv_Linker::wait_for_state): Only do jvmti proccessing if
925         INTERPRETER is defined.
926         * boehm.cc (closure_list_pointer, finalize_closure_list,
927         _Jv_ClosureListFinalizer): Only define if INTERPRETER is
928         defined.
929         * java/lang/natThread.cc (jvmti.h, jvmti-int.h):  Only include if
930         INTERPRETER is defined.
931         (finish_, _Jv_NotifyThreadStart): Only do jvmti proccessing if
932         INTERPRETER is defined.
933         * java/lang/Class.h (_Jv_InterpreterEngine): Move declaration
934         and friend declaration inside #ifdef INTERPRETER block.
935         * java/lang/natClass.cc (_Jv_ClosureList::releaseClosures,
936         _Jv_ClosureList::registerClosure, _Jv_GetInterpClassSourceFile):
937         Only define if INTERPRETER is defined.
938         * java/lang/reflect/natVMProxy.cc (UnsupportedOperationException.h):
939         Include.
940         (generateProxyClass): Throw UnsupportedOperationException unless
941         INTERPRETER is defined.
942
943 2007-07-29  Matthias Klose  <doko@ubuntu.com>
944
945         * HACKING: Document regenerating configure.
946
947 2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
948
949         PR libgcj/32929
950         * aclocal.m4: Regenerated.
951         * configure: Likewise.
952
953 2007-07-28  Matthias Klose  <doko@ubuntu.com>
954
955         * configure.ac: Encode the libgcj soversion in dbexecdir,
956         pass --with-native-libdir to classpath configure.
957         * configure: Regenerate.
958
959 2007-07-28  Matthias Klose  <doko@ubuntu.com>
960
961         * classpath/jvmti.h: Remove.
962
963 2007-07-27  Tom Tromey  <tromey@redhat.com>
964
965         * Rebuild .class files with new ecj.
966
967 2007-07-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
968
969         * configure.ac (mips-sgi-irix6*): Override SYSTEMSPEC.
970         * configure: Regenerate.
971
972 2007-07-16  Rask Ingemann Lambertsen  <rask@sygehus.dk>
973
974         PR target/32340
975         * configure.host (arm*-elf | strongarm*-elf | xscale*-elf): Use the
976         new sysdeps/arm directory.
977
978 2007-07-15  Tom Tromey  <tromey@redhat.com>
979
980         * java/io/File.java: Implement Comparable<File>.
981         (compareTo): Removed.
982         * java/io/File.h: Rebuilt.
983         * classpath/lib/java/io/File.class: Rebuilt.
984
985 2007-07-14  Tom Tromey  <tromey@redhat.com>
986
987         * Rebuilt .class files.
988
989 2007-07-15  Andrew Haley  <aph@redhat.com>
990
991         * configure.host: 
992         arm*-linux-gnu -> arm*-linux*.
993
994 2007-07-14  Krister Walfridsson  <cato@df.lth.se>
995
996         * gnu/gcj/util/natGCInfo.cc: Use HAVE_STRERROR_R.
997         * configure.ac: Remove check for strerror, add check for strerror_r.
998         * configure: Regenerate.
999         * include/config.h.in: Regenerate.
1000
1001 2007-07-13  Andrew Haley  <aph@redhat.com>
1002
1003         * libgcj.ver: Add __gcj_personality_sj0.
1004
1005         * testsuite/libjava.jvmti/jvmti-interp.exp: Likewise.
1006         * testsuite/libjava.jni/jni.exp: Use -fdollars-in-identifiers.
1007         * testsuite/libjava.jni/cni.exp: Use -fdollars-in-identifiers.
1008         * testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_compile_cxx_to_o): Likewise.
1009
1010         * gnu/classpath/natVMStackWalker.cc (getCallingClassLoader): Check
1011         klass is non-null.
1012         * java/lang/reflect/natField.cc (getAddr): Call
1013         _Jv_StackTrace::GetCallingClass only if CALLER is non-null.
1014         * java/lang/reflect/natVMProxy.cc (run_proxy): Use
1015         _Jv_getFieldInternal to get field proxyClass.m.
1016         (_Jv_getFieldInternal): New function.
1017
1018 2007-07-11  Andrew Haley  <aph@redhat.com>
1019
1020         * configure.host (arm*-linux-gnu): New.
1021         * sysdep/arm/locks.h: New.
1022
1023 2007-07-13  Roger Sayle  <roger@eyesopen.com>
1024
1025         * java/lang/natPosixProcess.cc: Include <sys/time.h> before
1026         <sys/resource.h> to restore bootstrap on powerpc-apple-darwin7.9.0.
1027
1028 2007-07-12  Matthias Klose  <doko@ubuntu.com>
1029
1030         * gnu/classpath/jdwp/util/MethodResult.h,
1031         gnu/classpath/jdwp/value/ObjectValue.h: Regenerate.
1032
1033 2007-07-11  Keith Seitz  <keiths@redhat.com>
1034
1035         * interpret.cc (get_local_var_table) [DIRECT_THREADED]: Make sure the
1036         method is compiled.
1037         * testsuite/libjava.jvmti/interp/getlocalvartable.out: Revise
1038         for compiled methods.
1039
1040 2007-07-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1041
1042         PR libgcj/32651
1043         * configure.host (mips-sgi-irix6*): Set sysdeps_dir.
1044         Disable interpreter.
1045         
1046 2007-07-05  Andreas Tobler  <a.tobler@schweiz.org>
1047
1048         * java/lang/natPosixProcess.cc: Reorder includes to fix compilation
1049         on hppa2.0w-hp-hpux11.11.
1050         Remove include of <gcj/cni.h>.
1051
1052 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
1053
1054         * aclocal.m4: Regenerated.
1055
1056 2007-07-03  Andreas Tobler  <a.tobler@schweiz.org>
1057
1058         * java/lang/Class.h: Remove redundant 'class java::*::* declarations.
1059
1060 2007-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1061
1062         PR libgcj/30513
1063         * configure.host (i[3-6]86-*): Undef sun.
1064
1065 2007-06-28  H.J. Lu  <hongjiu.lu@intel.com>
1066
1067         * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one):
1068         Fix a typo.
1069
1070 2007-06-28  Jan Nijtmans  <nijtmans@users.sourceforge.net>
1071
1072         PR libgcj/30999:
1073         * jni_md.h: Add the possibility to compile jni code with.
1074         -fvisibility=hidden. This causes all symbols to be hidden
1075         except the JNI functions which need to be exported.
1076
1077 2007-06-28  Andreas Tobler  <a.tobler@schweiz.org>
1078
1079         * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Pass
1080         the cxxldlibflags to exec_gij to have the right libstdc++ invoked.
1081
1082 2007-07-21  Keith Seitz  <keiths@redhat.com>
1083
1084         * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerate.
1085
1086 2007-07-20  Keith Seitz  <keiths@redhat.com>
1087
1088         * classpath/lib/gnu/classpath/jdwp/value/StringValue.class:
1089         Regenerate.
1090
1091 2007-07-20  Keith Seitz  <keiths@redhat.com>
1092
1093         * gnu/classpath/jdwp/VMVirtualMachine.java (executeMethod):
1094         Update from reference implementation.
1095         * gnu/classpath/jdwp/natVMVirtualMachine.cc (executeMethod):
1096         Update parameter list to match new VMVirtualMachine interface.
1097         * classpath/lib/gnu/classpath/jdwp/processor/ClassTypeCommandSet.class:
1098         Regenerate.
1099         * classpath/lib/gnu/classpath/jdwp/processor/
1100         ObjectReferenceCommandSet.class: Regenerate.
1101         * classpath/lib/gnu/classpath/jdwp/value/ObjectValue.class: Regenerate.
1102         * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class: Regenerate.
1103         * classpath/lib/gnu/classpath/jdwp/util/MethodResult.class: Regenerate.
1104
1105 2007-06-18  Keith Seitz  <keiths@redhat.com>
1106
1107         * gnu/gcj/jvmti/Breakpoint.java: Make abstract.
1108         (method): Change from private to protected.
1109         (location): Likewise.
1110         (Breakpoint): Change argument list to take only integer type.
1111         Add default constructor.
1112         (initialize_native): Renamed to ...
1113         (_save_insn): ... this to make function more explicit.
1114         (execute): New method.
1115         * gnu/gcj/jvmti/Breakpoint.h: Regenerate.
1116         * gnu/gcj/jvmti/natBreakpoint.cc (initialize_native): Rename to...
1117         (_save_insn): ... this.
1118         (install): Save the original instruction.
1119         * gnu/gcj/jvmti/NormalBreakpoint.java: New file.
1120         * gnu/gcj/jvmti/NormalBreakpoint.h: New file.
1121         * gnu/gcj/jvmti/natNormalBreakpoint.cc: New file.
1122         * gnu/gcj/jvmti/BreakpointManager.java (newBreakpoint):
1123         Instantiate a NormalBreakpoint instead of Breakpoint.
1124         * interpret-run.cc (insn_breakpoint): Remove breakpoint actions
1125         and call Breakpoint.execute to do them.
1126         * classpath/lib/gnu/gcj/jvmti/Breakpoint.class: Regenerate.
1127         * classpath/lib/gnu/gcj/jvmti/BreakpointManager.class: Likewise.
1128         * classpath/lib/gnu/gcj/jvmti/NormalBreakpoint.class: New file.
1129         * sources.am: Regenerate.
1130         * Makefile.am (nat_source_files): Add natNormalBreakpoint.cc.
1131         * Makefile.in: Regenerated.
1132
1133 2007-06-14  Keith Seitz  <keiths@redhat.com>
1134
1135         * include/java-interp.h (_Jv_LocalVarTableEntry): Add union
1136         for bytecode_pc and direct-threaded pc.
1137         Add field descriptions inline.
1138         * defineclass.cc (read_one_code_attribute): Change from
1139         bytecode_start_pc to bytecode_pc.
1140         Remove unused variable "len".
1141         * interpret.cc (compile): Remap the variable table, too.
1142         (get_local_var_table) [DIRECT_THREADED]: Use insn_index on the
1143         start location to map from pc_t to code index.
1144
1145 2007-06-09  Keith Seitz  <keiths@redhat.com>
1146
1147         * testsuite/libjava.jvmti/dummyagent.c (Agent_OnLoad):
1148         Add missing return value.
1149
1150 2007-06-03  Matthias Klose  <doko@ubuntu.com>
1151
1152         * java/io/natFileWin32.cc (setFilePermissions): New (stub only).
1153         _access: Handle EXEC query, stub only.
1154
1155 2007-06-03  Matthias Klose  <doko@ubuntu.com>
1156
1157         Merged from classpath:
1158         * gnu/java/nio/SelectorProviderImpl.java: Whitespace merge.
1159         * java/lang/System.java(inheritedChannel): New.
1160         * java/lang/Character.java: Remove stray`;'.
1161         * java/net/MulticastSocket.java: Merged.
1162         * java/text/DateFormatSymbols.java(getInstance): New, comment updates.
1163         * java/text/Collator.java(getInstance): Merged.
1164         * java/util/Calendar.java: New attributes ALL_STYLES, SHORT, LONG.
1165         getDisplayName, getDisplayNames: New.
1166         * java/util/logging/Logger.java: Merged.
1167         * Regenerate .class and .h files.
1168
1169 2007-06-03  Matthias Klose  <doko@ubuntu.com>
1170
1171         * java/io/File.java: Merge with classpath-0.95, new method
1172         setFilePermissions, new attribute EXEC.
1173         * java/io/natFilePosix.cc (setFilePermissions): New.
1174         _access: Handle EXEC query.
1175         * classpath/lib/java/io/File.class, java/io/File.h: Regenerate.
1176
1177 2007-06-03  Matthias Klose  <doko@ubuntu.com>
1178
1179         Imported GNU Classpath 0.95.
1180
1181         * classpath/Makefile.in,
1182         classpath/native/jni/midi-dssi/Makefile.in,
1183         classpath/native/jni/classpath/Makefile.in,
1184         classpath/native/jni/Makefile.in,
1185         classpath/native/jni/gconf-peer/Makefile.in,
1186         classpath/native/jni/java-io/Makefile.in,
1187         classpath/native/jni/native-lib/Makefile.in,
1188         classpath/native/jni/java-util/Makefile.in,
1189         classpath/native/jni/midi-alsa/Makefile.in,
1190         classpath/native/jni/java-lang/Makefile.in,
1191         classpath/native/jni/java-nio/Makefile.in,
1192         classpath/native/jni/java-net/Makefile.in,
1193         classpath/native/jni/xmlj/Makefile.in,
1194         classpath/native/jni/qt-peer/Makefile.in,
1195         classpath/native/jni/gtk-peer/Makefile.in,
1196         classpath/native/Makefile.in, classpath/native/jawt/Makefile.in,
1197         classpath/native/fdlibm/Makefile.in,
1198         classpath/native/plugin/Makefile.in,
1199         classpath/resource/Makefile.in, classpath/scripts/Makefile.in,
1200         classpath/tools/Makefile.in, classpath/doc/Makefile.in,
1201         classpath/doc/api/Makefile.in, classpath/lib/Makefile.in,
1202         classpath/external/Makefile.in, classpath/external/jsr166/Makefile.in,
1203         classpath/external/sax/Makefile.in,
1204         classpath/external/w3c_dom/Makefile.in,
1205         classpath/external/relaxngDatatype/Makefile.in,
1206         classpath/include/Makefile.in,
1207         classpath/examples/Makefile.in: Regenerate.
1208         * classpath/config.guess, classpath/config.sub,
1209         classpath/ltmain.sh : Update.
1210         * classpath/configure, classpath/depcomp, classpath/missing,
1211         classpath/aclocal.m4, classpath/install-sh: Regenerate.
1212
1213         * gnu/classpath/Configuration.java (CLASSPATH_VERSION): Now 0.95.
1214         * sources.am: Regenerate.
1215         * Makefile.in: Regenerate.
1216
1217         * Update the .class files and generated CNI header files, add new
1218         .class and generated CNI header files.
1219         * Remove generated files for removed java source files:
1220         classpath/gnu/java/net/BASE64.java,
1221         classpath/gnu/java/security/util/Base64.java,
1222         classpath/gnu/java/awt/peer/gtk/GThreadMutex.java,
1223         classpath/gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java,
1224         classpath/gnu/java/awt/font/autofit/Scaler.java,
1225         classpath/gnu/classpath/jdwp/util/Value.java,
1226         classpath/gnu/javax/net/ssl/Base64.java.
1227         * Remove empty directories.
1228
1229         * Makefile.am(nat_source_files): Add natVMOperatingSystemMXBeanImpl.cc.
1230         * java/lang/Class.java(setAccessible): Merge from classpath.
1231         * java/util/Locale.java: Remove.
1232         * gnu/java/lang/management/VMOperatingSystemMXBeanImpl.java,
1233         gnu/java/lang/management/natVMOperatingSystemMXBeanImpl.cc: New.
1234         * gcj/javaprims.h: Update class declarations.
1235         * scripts/classes.pl: Update usage.
1236         * HACKING: Mention to build all peers.
1237
1238 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
1239
1240         * configure: Regenerate.
1241
1242 2007-05-31  Andrew Haley  <aph@redhat.com>
1243
1244         * java/lang/natClassLoader.cc (_Jv_NewClassFromInitializer): Clear
1245         INTERPRETED access modifier.
1246
1247 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
1248
1249         PR libjava/32098
1250         * configure: Regenerated.
1251         * aclocal.m4: Regenerated.
1252
1253 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
1254
1255         PR libjava/32098
1256         * configure: Regenerated.
1257
1258 2007-05-29  H.J. Lu  <hongjiu.lu@intel.com>
1259
1260         * configure.ac: Don't include ../config/confsubdir.m4.
1261         * aclocal.m4: Regenerated.
1262         * configure: Likewise.
1263
1264 2007-05-27  Paolo Bonzini  <bonzini@gnu.org>
1265
1266         PR bootstrap/32078
1267         * configure.ac: Include confsubdir.m4.
1268         * configure: Regenerate.
1269
1270 2007-05-24  Keith Seitz  <keiths@redhat.com>
1271
1272         * include/java-interp.h (_Jv_InterpFrame::get_pc): Only deduct
1273         one when pc_ptr is non-NULL.
1274
1275         * prims.cc (parse_init_args): Enable JVMTI with agentlib
1276         and agentpath options.
1277
1278         * testsuite/lib/libjava.exp (exec_gij): Add new addl_flags
1279         parameter.
1280         * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one):
1281         Pass '-agentlib:dummyagent' when executing gij.
1282         (gij_jvmti_run): Build dummy JVMTI agent before running tests,
1283         and remove it when finished.
1284         * testsuite/libjava.jvmti/dummyagent.c: New file.
1285
1286 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
1287
1288         * Makefile.in: Regenerate.
1289         * configure: Regenerate.
1290         * aclocal.m4: Regenerate.
1291         * gcj/Makefile.in: Regenerate.
1292         * include/Makefile.in: Regenerate.
1293         * testsuite/Makefile.in: Regenerate.
1294
1295 2007-05-17  Kyle Galloway  <kgallowa@redhat.com>
1296
1297         * classpath/gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java
1298         (executeMethods): Remove cast to ClassReferenceTypeId.
1299         * classpath/lib/gnu/classpath/jdwp/processor/
1300         ReferenceTypeCommandSet.class: Rebuilt.
1301
1302 2007-05-17  Kyle Galloway  <kgallowa@redhat.com>
1303
1304         * gnu/classpath/jdwp/natVMMethod.cc (getModifiers): Check for native
1305         classes and mark methods as native appropriately.
1306
1307 2007-05-17  Kyle Galloway  <kgallowa@redhat.com>
1308
1309         * gnu/classpath/jdwp/VMFrame.java (<init>): Add parameter for "this"
1310         pointer.
1311         * gnu/classpath/jdwp/VMFrame.h: Regenerated.
1312         * classpath/lib/gnu/classpath/jdwp/VMFrame.class: Rebuilt.
1313         * gnu/classpath/jdwp/natVMVirtualMachine.cc (getFrame): Use new
1314         VMFrame constructor.
1315
1316 2007-05-16  David Daney  <ddaney@avtrex.com>
1317
1318         * include/java-stack.h (_Jv_FrameInfo): Remove union definition.
1319         (_Jv_StackFrame): Remove commented out code.
1320         (_Jv_UnwindState): Remove superfluous 'typedef'.
1321         * sun/misc/natUnsafe.cc (spinlock): Add white space to quiet
1322         compiler warnings.
1323         * gnu/java/lang/management/natVMMemoryPoolMXBeanImpl.cc
1324         (getCollectionUsage): Don't declare unused parameter n.
1325         (getMemoryManagerNames): Same.
1326         * gnu/gcj/util/natGCInfo.cc (gc_debug_info): Remove superfluous
1327         'typedef'.
1328
1329 2007-05-16  Keith Seitz  <keiths@redhat.com>
1330
1331         * include/java-interp.h (breakpoint_at): Declare.
1332         * interpret.cc (breakpoint_at): New function.
1333         * gnu/classpath/jdwp/VMVirtualMachine.java (_event_list):
1334         New member.
1335         * gnu/classpath/jdwp/natVMVirtualMachine.cc (initialize):
1336         Initialize _event_list.
1337         (handle_single_step): If there is a breakpoint at the
1338         location at which we are stopping, do not send the notification.
1339         Instead add the event to a list of events that occur at this
1340         location.
1341         (jdwpBreakpointCB): If the event list is not empty, send
1342         whatever events are in it and the breakpoint event in a single
1343         notification.
1344         Mark parameter jni_env as MAYBE_UNUSED.
1345         * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class:
1346         Regenerated.
1347         * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerated.
1348
1349 2007-05-15  David Daney  <ddaney@avtrex.com>
1350
1351         * classpath/lib/javax/swing/text/html/HTMLEditorKit.class: Regenerate
1352         * gnu/java/awt/peer/gtk/ComponentGraphics.h: Same.
1353
1354 2007-05-15  Keith Seitz  <keiths@redhat.com>
1355
1356         * interpret.cc (STOREA): Rewrite using temporary variable to
1357         avoid double-macro expansion side-effects.
1358         (STOREI): Likewise.
1359         (STOREF): Likewise.
1360         (STOREL)[SIZEOF_VOID_P == 8]: Likewise.
1361         (STORED)[SIZEOF_VOID_P == 8]: Likewise.
1362         (STOREL)[SIZEOF_VOID_P != 8]: Likewise.
1363         (STORED)[SIZEOF_VOID_P != 8]: Likewise.
1364         (POKEI): Likewise.
1365
1366 2007-05-12  David Daney  <ddaney@avtrex.com>
1367
1368         PR libgcj/29324
1369         * include/posix-threads.h (_Jv_BlockSigchld): Declare.
1370         (_Jv_UnBlockSigchld): Same.
1371         * posix-threads.cc: Include posix-threads.h.
1372         (block_sigchld) Rename to...
1373         (_Jv_BlockSigchld) ... this.
1374         (_Jv_UnBlockSigchld): New function.
1375         (_Jv_InitThreads): Call _Jv_BlockSigchld in place of block_sigchld.
1376         (_Jv_ThreadStart): Same.
1377         * java/lang/PosixProcess$ProcessManager.h: Regenerate.
1378         * java/lang/PosixProcess.java: Clean up imports.
1379         (ProcessManager): Make final.
1380         (ProcessManager.queue): Genericise and make private.
1381         (ProcessManager.pidToProcess): Remove.
1382         (ProcessManager.liveProcesses): New field.
1383         (ProcessManager.reaperPID): Remove.
1384         (ProcessManager.nativeData): New field.
1385         (ProcessManager.removeProcessFromMap): Remove.
1386         (ProcessManager.addProcessToMap):Remove.
1387         (ProcessManager.addToLiveProcesses): New method.
1388         (ProcessManager.run): Rewritten.
1389         (ProcessManager.reap): Change method signature,
1390         (getErrorStream): Correct formatting.
1391         (getInputStream): Same.
1392         (spawn): Add process to liveProcesses list.
1393         (pid): Make package private.
1394         * java/lang/PosixProcess.h: Regenerate.
1395         * java/lang/natPosixProcess.cc: Include posix.h and posix-threads.h.
1396         Add useing namespace java::lang.
1397         (ProcessManagerInternal): New struct.
1398         (sigchld_handler): Rewritten.
1399         (init): Rewritten.
1400         (waitForSignal): Same.
1401         (reap): Same.
1402         (signalReaper): Same.
1403         (nativeDestroy): Call kill as ::kill.
1404         (nativeSpawn): Correct formatting.
1405         * classpath/lib/java/lang/PosixProcess$EOFInputStream.class: Regenerate.
1406         * classpath/lib/java/lang/PosixProcess.class: Same.
1407         * classpath/lib/java/lang/PosixProcess$ProcessManager.class: Same.
1408
1409 2007-05-07  Ian Lance Taylor  <iant@google.com>
1410
1411         PR java/31842
1412         * java/lang/natString.cc (_Jv_FormatInt): Avoid undefined signed
1413         overflow.
1414
1415 2007-05-07  Keith Seitz  <keiths@redhat.com>
1416
1417         * classpath/lib/gnu/classpath/jdwp/Jdwp.class: Regenerate.
1418         * classpath/lib/gnu/classpath/jdwp/Jdwp$1.class: Regenerate.
1419         * classpath/lib/gnu/classpath/jdwp/event/Event.class:
1420         Regenerate.
1421         * classpath/lib/gnu/classpath/jdwp/transport/JdwpConnection.class:
1422         Regenerate.
1423         * gnu/classpath/jdwp/Jdwp.h: Regenerate.
1424         * gnu/classpath/jdwp/event/Event.h: Regenerate.
1425         * gnu/classpath/jdwp/transport/JdwpConnection.h: Regenerate.
1426
1427 2007-05-04  Kyle Galloway  <kgallowa@redhat.com>
1428
1429         * gnu/classpath/jdwp/natVMVirtualMachine.cc (getClassMethod): Change
1430         to use JVMTI.
1431
1432 2007-05-03  Keith Seitz  <keiths@redhat.com>
1433
1434         * interpret.cc: Don't include ExceptionEvent.h.
1435         * gnu/gcj/jvmti/natExceptionEvent.cc: Remove.
1436         * Makefile.am (nat_source_files): Remove natExceptionEvent.cc.
1437         * Makefile.in: Regenerated.
1438
1439 2007-05-03  Keith Seitz  <keiths@redhat.com>
1440
1441         * include/jvmti-int.h (_Jv_ReportJVMTIExceptionThrow):
1442         Declare.
1443         * interpret.cc (_Jv_ReportJVMTIExceptionThrow): New function.
1444         (find_catch_location): New function.
1445         (REPORT_EXCEPTION): New macro.
1446         (throw_internal_error): Use REPORT_EXCEPTION.
1447         (throw_incompatible_class_change_error): Likewise.
1448         (throw_null_pointer_exception): Likewise.
1449         (throw_class_format_error): Likewise.
1450         * interpret-run.cc (INTERP_REPORT_EXCEPTION)[DEBUG]: Set
1451         to REPORT_EXCEPTION.
1452         (INTERP_REPORT_EXCEPTION)[!DEBUG]: Make nop.
1453         (insn_new): Use INTERP_REPORT_EXCEPTION.
1454         (insn_athrow): Likewise.
1455         Remove previous JVMTI exception notifications.
1456         Add JVMTI ExceptionCatch notificatin.
1457         * jni.cc (_Jv_PopSystemFrame): Notify JVMTI clients of
1458         exception throw.
1459         * gnu/gcj/jvmti/ExceptionEvent.java: Removed.
1460         * gnu/gcj/jvmti/ExceptionEvent.h: Removed. 
1461         * classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class: Removed.
1462         * gnu/classpath/jdwp/natVMVirtualMachine.cc
1463         (jdwpExceptionCB): New function.
1464         (jdwpVMInitCB): Set Exception event handler and enable.
1465         * sources.am: Regenerated.
1466         * Makefile.in: Regenerated.
1467
1468 2007-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
1469
1470         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237304
1471         * Makefile.in: Regenerate.
1472         * scripts/makemake.tcl (scan_directory): Treat default.css as a
1473         property file.
1474         * classpath/javax/swing/text/html/default.css: Move to...
1475         * classpath/resource/javax/swing/text/html/default.css: New file.
1476         * classpath/javax/swing/text/html/HTMLEditorKit.java
1477         (getStyleSheet): Throw RuntimeException when style loading fails.
1478         * sources.am (property_files): Add
1479         classpath/resource/javax/swing/text/html/default.css.
1480
1481 2007-05-02  Tom Tromey  <tromey@redhat.com>
1482
1483         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238755
1484         * java/lang/natCharacter.cc (Character::getType): Handle negative
1485         code points.
1486         (Character::toLowerCase): Likewise.
1487         (Character::toUpperCase): Likewise.
1488         (Character::digit): Likewise.
1489         (Character::getNumericValue): Likewise.
1490         (Character::getDirectionality): Likewise.
1491         (Character::toTitleCase): Likewise.
1492
1493 2007-04-30  Keith Seitz  <keiths@redhat.com>
1494
1495         * interpret-run.cc (NEXT_INSN)[DEBUG]: Advance PC before
1496         executing the instruction.
1497         * include/java-interp.h (_Jv_InterpFrame::get_pc): Subtract
1498         one insn from the frame's PC. _Jv_InterpMethod::run et al
1499         will advance the PC before executing the instruction.
1500
1501 2007-04-27  Keith Seitz  <keiths@redhat.com>
1502
1503         * classpath/lib/gnu/classpath/jdwp/Jdwp.class: Regenerated.
1504         * classpath/lib/gnu/classpath/jdwp/event/EventManager.class:
1505         Regenerated.
1506         * gnu/classpath/jdwp/event/EventManager.h: Regenerated.
1507
1508 2007-04-27  Keith Seitz  <keiths@redhat.com>
1509
1510         * classpath/lib/gnu/classpath/jdwp/event/filters/
1511         LocationOnlyFilter.class: Regenerated;
1512         * classpath/lib/gnu/classpath/jdwp/util/Location.class:
1513         Regenerated.
1514         * gnu/classpath/jdwp/VMMethod.java
1515         * classpath/lib/gnu/classpath/jdwp/VMMethod.class:
1516         Regenerated.
1517         * gnu/classpath/jdwp/VMMethod.h: Regenerated.
1518         * gnu/classpath/jdwp/util/Location.h: Regenerated.
1519
1520 2007-04-27  Thomas Fitzsimmons  <fitzsim@redhat.com>
1521
1522         * gnu/java/awt/peer/gtk/CairoGraphics2D.h: Regenerate.
1523         * gnu/java/awt/peer/gtk/ComponentGraphics.h: Regenerate.
1524
1525 2007-04-25  Kyle Galloway  <kgallowa@redhat.com>
1526
1527         * gnu/classpath/jdwp/VMIdManager.java (getObjectId): Deal with null
1528         objects.
1529         (get): Deal with ObjectId of 0. 
1530
1531 2007-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1532
1533         PR libgcj/31084
1534         * java/lang/natVMProcess.cc: Include platform.h before jvm.h.
1535
1536 2007-04-24  Kyle Galloway  <kgallowa@redhat.com>
1537
1538         * gnu/classpath/jdwp/natVMVirtualMachine.java
1539         (getThreadStatus): Implement.
1540
1541 2007-04-24  Keith Seitz  <keiths@redhat.com>
1542
1543         * headers.txt (gnu/gcj/jvmti/Breakpoint.h)[DIRECT_THREADED]:
1544         Add _Jv_RewriteBreakpointInsn friend declaration.
1545         * gnu/gcj/jvmti/natBreakpoint.cc (_Jv_RewriteBreakpointInsn)
1546         [DIRECT_THREADED]: New function.
1547         * gnu/gcj/jvmti/Breakpoint.h: Regenerate.
1548         * interpret-run.cc: Define new REWRITE_INSN macro.
1549         Changed all occurrences of insn rewriting to call REWRITE_INSN.
1550
1551 2007-04-23  Keith Seitz  <keiths@redhat.com>
1552
1553         * include/no-gc.h (_Jv_IsThreadSuspended): Declare.
1554         * include/boehm-gc.h (_Jv_IsThreadSuspended): Likewise.
1555         * boehm.cc (_Jv_IsThreadSuspended): New function.
1556         * nogc.cc (_Jv_IsThreadSuspended): Likewise.
1557         * jvmti.cc (_Jv_JVMTI_GetThreadState): New function.
1558         (_Jv_JVMTI_Interface): Define GetThreadState.
1559
1560 2007-04-23  Kyle Galloway  <kgallowa@redhat.com>
1561
1562         * include/java-interp.h (_Jv_InterpFrame): Add pointer to the
1563         interpreter PC.
1564         (<init>): Add a pointer to the interpreter PC as a parameter with
1565         default value NULL.
1566         (get_pc): New method.
1567         * interpret-run.cc: If debugging, pass a pointer to the PC when
1568         creating the stack frame.
1569         * jvmti.cc (_Jv_JVMTI_GetStackTrace): Call _Jv_InterpFrame::get_pc
1570         to get the PC.
1571
1572 2007-04-23  Kyle Galloway  <kgallowa@redhat.com>
1573
1574         * gnu/classpath/jdwp/natVMVirtualMachine.cc (getSourceFile): Check
1575         for null source file and throw an exception indicating this.
1576
1577 2007-04-20  Keith Seitz  <keiths@redhat.com>
1578
1579         * gnu/gcj/jvmti/BreakpointManager.java (newBreakpoint):
1580         Install the new breakpoint into the bytecode.
1581         (deleteBreakpoint): Remove the breakpoint from the bytecode.
1582         * classpath/lib/gnu/gcj/jvmti/BreakpointManager.class:
1583         Regenerate.
1584         * gnu/gcj/jvmti/natBreakpoint.cc (initialize_native):
1585         Don't install the breakpoint here.
1586
1587 2007-04-19  Keith Seitz  <keiths@redhat.com>
1588
1589         * interpret-run.cc [insn_breakpoint]: Save the original
1590         insn for the breakpoint before posting the JVMTI notification.
1591
1592 2007-04-19  Tom Tromey  <tromey@redhat.com>
1593
1594         * gnu/javax/net/ssl/provider/SSLSocketFactoryImpl.h: Rebuilt.
1595
1596 2007-04-18  Tom Tromey  <tromey@redhat.com>
1597
1598         * Regenerated headers with new gjavah.
1599
1600 2007-04-18  Andrew Haley  <aph@redhat.com>
1601
1602         * java/lang/reflect/natVMProxy.cc (ncode_closure): Add
1603         method_index.
1604         (generateProxyClass): Add field $Proxy0.m.  Store methods array in
1605         it.
1606         (run_proxy): Retrieve the method to invoke from in $Proxy0.m.
1607         * java/lang/Class.h: Remove _Jv_LookupProxyMethod.
1608         * java/lang/natClass.cc: Likewise.
1609         * headers.txt: Likewise.
1610         * java/lang/reflect/Method.h: Likewise.
1611
1612 2007-04-16  Andrew Haley  <aph@redhat.com>
1613
1614         * gnu/gcj/runtime/BootClassLoader.java (getBootURLLoader): New
1615         method.
1616         (bootGetResource): Use getBootURLLoader() to load resources.
1617         (bootGetResources): Likewise.
1618
1619         * java/lang/reflect/natMethod.cc (Method::invoke): In invoke also
1620         check that the method's declaring class is accessible.
1621
1622 2007-04-10  Keith Seitz  <keiths@redhat.com>
1623
1624         * sources.am: Regenerate.
1625         * Makefile.in: Likewise.
1626
1627 2007-04-09  Kyle Galloway  <kgallowa@redhat.com>
1628
1629         * interpret-run.cc: If debugging, check if args is NULL before
1630         getting the "this" pointer.
1631
1632 2007-04-09  Kyle Galloway  <kgallowa@redhat.com>
1633
1634         * classpath/gnu/classpath/jdwp/value/ArrayValue.java: New file.
1635         * classpath/lib/gnu/classpath/jdwp/value/ArrayValue.class: New file.
1636         * gnu/classpath/jdwp/ArrayValue.h: New file.
1637         * gnu/classpath/jdwp/natVMFrame.cc (getValue): Add array case.
1638         (setValue): Ditto. 
1639
1640 2007-04-09  David Daney  <ddaney@avtrex.com>
1641
1642         PR libgcj/23758
1643         * java/lang/natPosixProcess.cc (nativeSpawn): Move building of
1644         environment before the fork.
1645         * testsuite/libjava.lang/Process_7.java: New test.
1646         * testsuite/libjava.lang/Process_7.out: Its expected results.
1647         * testsuite/libjava.lang/Process_7.jar: Generated file.
1648
1649 2007-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1650
1651         * prims.cc (load_jvmti_agent): Add the missing `,'.
1652
1653 2007-04-09  Kyle Galloway  <kgallowa@redhat.com>
1654
1655         * gij.cc (main): Accept -agentlib and -agentpath options.
1656         * prims.cc (parse_init_args): Deal with -agentlib and -agentpath.
1657         (load_jvmti_agent): New function.
1658
1659 2007-04-04  Tania Bento  <tbento@redhat.com>
1660
1661         * java/text/DecimalFormatSymbols.java: Added the year 2007 to
1662         Copyright information and introduced new variable, currency.
1663         (DecimalFormatSymbols(Locale)): Define currency and intlCurrencySymbol
1664         to "XXX", currencySymbol to "?" and localCurrency appropriately.
1665         (getCurrency): Fixed documentation and return the value of currency.
1666         (setCurrency): Fixed documentation and update the value of currency.
1667         (setInternationalCurrencySymbol): Fixed documentation and update the
1668         value of currency.
1669         * java/util/Currency.java: Introduced two new variables, properties
1670         and fractionDigits. In the static block, a properties object is
1671         created and the currency resource is loaded.
1672         (Currency(Locale)): fractionDigits is defined.
1673         (Currency(String)): New method.
1674         (getDefaultFractionDigits): Return the value of fractionDigits.
1675         (getInstance(String)): Check if String is equal to "XXX".
1676
1677 2007-04-04  Kyle Galloway  <kgallowa@redhat.com>
1678
1679         * classpath/gnu/classpath/jdwp/util/VariableTable.java: Change longs
1680         to ints for argCnt and slots.
1681         (write): Replace writeLong with writeInt for the above. 
1682
1683 2007-04-03  Andrew Haley  <aph@redhat.com>
1684
1685         * testsuite/libjava.lang/ProxyTest.java: New test.
1686
1687 2007-04-02  Tom Tromey  <tromey@redhat.com>
1688
1689         http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205157
1690         * gnu/java/nio/channels/natFileChannelPosix.cc (mapImpl): Extend
1691         file, when writing, if it is too short.
1692
1693 2007-04-02  Tom Tromey  <tromey@redhat.com>
1694
1695         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=233406
1696         * gnu/java/net/natPlainSocketImplPosix.cc (create): Return if
1697         already created.
1698         * gnu/java/net/PlainSocketImpl.java (getLocalAddress): Handle case
1699         where localport is -1.
1700         (create): Now public.
1701         * gnu/java/nio/SocketChannelImpl.java (SocketChannelImpl): Call
1702         'create' on the socket.
1703
1704 2007-04-02  Andrew Haley  <aph@redhat.com>
1705
1706         * java/lang/reflect/natVMProxy.cc (run_proxy): Use
1707         _Jv_LookupProxyMethod to find the Method.
1708         If parameter_types->length == 0, pass a null paramameter list,
1709         not a zero-length parameter list.
1710         * java/lang/natClass.cc (_Jv_LookupProxyMethod): New function.
1711         * java/lang/Class.h (_Jv_LookupProxyMethod): Declare.
1712
1713 2007-04-02  Kyle Galloway  <kgallowa@redhat.com>
1714
1715         * interpret-run.cc: Add code to properly set up variable slots
1716         when debugging.
1717         * gnu/classpath/jdwp/natVMFrame.cc (checkJVMTIError): New function.
1718         (getObjectJVMTI): New function.
1719         (setObjectJVMTI): New function.
1720         (getIntJVMTI): New function.
1721         (setIntJVMTI): New function.
1722         (getLongJVMTI): New function.
1723         (setLongJVMTI): New function.
1724         (getFloatJVMTI): New function.
1725         (setFloatJVMTI): New function.
1726         (getDoubleJVMTI): New function.
1727         (setDoubleJVMTI): New function.
1728         (getFrameDepth): New function.
1729         (getValue): Implement.
1730         (setValue): Implement. 
1731
1732 2007-04-02  Kyle Galloway  <kgallowa@redhat.com>
1733
1734         * classpath/gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java
1735         (executeResume): Call VMVirtualMachine.resumeThread.
1736
1737 2007-03-29  Tom Tromey  <tromey@redhat.com>
1738
1739         PR libgcj/29869:
1740         * java/util/logging/LogManager.java (readConfiguration): Handle
1741         comma-separated 'handlers'.  Don't try to add a non-existing
1742         handler.
1743
1744 2007-03-27  Tom Tromey  <tromey@redhat.com>
1745
1746         * sources.am, Makefile.in: Rebuilt.
1747         * scripts/mime.types: Removed.
1748         * scripts/MakeDefaultMimeTypes.java: Removed.
1749         * gnu/gcj/io/MimeTypes.java: Removed.
1750         * gnu/gcj/io/MimeTypes.h: Removed.
1751         * gnu/gcj/io/DefaultMimeTypes.java: Removed.
1752         * gnu/gcj/io/DefaultMimeTypes.h: Removed.
1753
1754 2007-03-27  Keith Seitz  <keiths@redhat.com>
1755
1756         * gnu/classpath/jdwp/VMFrame.java: Update from upstream
1757         classpath.
1758         * gnu/classpath/jdwp/natVMFrame.cc: Likewise.
1759         * gnu/classpath/jdwp/VMVirtualMachine.java: Likewise.
1760         * gnu/classpath/jdwp/natVMVirtualMachine.cc: Likewise.
1761         (initialize): Fix compiler type-punning warning.
1762         (getAllLoadedClasses): Return empty list instead of NULL.
1763         (getLoadRequests): Likewise.
1764         * gnu/classpath/jdwp/exception/InvalidTagException.h: New file.
1765         * gnu/classpath/jdwp/exception/InvalidSlotException.h: New file.
1766         * gnu/classpath/jdwp/exception/TypeMismatchException.h: New file.
1767         * gnu/classpath/jdwp/VMVirtualMachine.h: Rebuilt.
1768         * gnu/classpath/jdwp/value/CharValue.h: New file.
1769         * gnu/classpath/jdwp/value/LongValue.h: New file.
1770         * gnu/classpath/jdwp/value/ShortValue.h: New file.
1771         * gnu/classpath/jdwp/value/Value.h: New file.
1772         * gnu/classpath/jdwp/value/BooleanValue.h: New file.
1773         * gnu/classpath/jdwp/value/VoidValue.h: New file.
1774         * gnu/classpath/jdwp/value/ByteValue.h: New file.
1775         * gnu/classpath/jdwp/value/FloatValue.h: New file.
1776         * gnu/classpath/jdwp/value/ObjectValue.h: New file.
1777         * gnu/classpath/jdwp/value/StringValue.h: New file.
1778         * gnu/classpath/jdwp/value/ValueFactory.h: New file.
1779         * gnu/classpath/jdwp/value/IntValue.h: New file.
1780         * gnu/classpath/jdwp/value/DoubleValue.h: New file.
1781         * gnu/classpath/jdwp/VMFrame.h: Rebuilt.
1782         * gnu/classpath/jdwp/id/NullObjectId.h: New file.
1783         * gnu/classpath/jdwp/util/MethodResult.h: Rebuilt.
1784         * gnu/classpath/jdwp/util/NullObject.h: New file.
1785         * gnu/classpath/jdwp/util/MonitorInfo.h: New file.
1786         * Makefile.in: Rebuilt.
1787         * sources.am: Rebuilt.
1788
1789 2006-03-26  David Daney  <ddaney@avtrex.com>
1790
1791         * configure.ac: Remove checks for mktime, alloca, ioctl, gmtime_r,
1792         fork, execvp, execinfo.h, pthread_mutexattr_settype,
1793         pthread_mutexattr_setkind_np and sys/wait.h.
1794         * Makefile.in: Regenerate.
1795         * include/Makefile.in: Regenerate.
1796         * include/config.h.in: Regenerate.
1797         * testsuite/Makefile.in: Regenerate.
1798         * configure: Regenerate.
1799         * gcj/Makefile.in: Regenerate.
1800
1801 2007-03-23  Gary Benson  <gbenson@redhat.com>
1802
1803         * link.cc (_Jv_Linker::resolve_method_entry):
1804         Ensure that the argument types and the return type of the
1805         found method match those expected by the calling method.
1806
1807 2007-03-22  David Daney  <ddaney@avtrex.com>
1808
1809         PR libgcj/31228
1810         * configure.ac: Add checks for getrlimit and sys/resource.h.
1811         * include/posix.h (_Jv_platform_close_on_exec): Remove.
1812         * include/config.h.in: Regenerate.
1813         * configure: Regenerate.
1814         * gnu/java/nio/channels/natFileChannelPosix.cc (open): Remove call to
1815         _Jv_platform_close_on_exec;
1816         * gnu/java/net/natPlainSocketImplPosix.cc (create): Likewise.
1817         (accept): Likewise.
1818         * gnu/java/net/natPlainDatagramSocketImplPosix.cc (create):Likewise.
1819         * java/lang/natPosixProcess.cc: Include sys/resource.h.
1820         (nativeSpawn): Close all file descriptors.  Don't set FD_CLOEXEC on
1821         pipes.
1822
1823 2007-03-20  Andrew Haley  <aph@redhat.com>
1824
1825         * testsuite/libjava.lang/PR31264.java: New test.
1826
1827 2007-03-14  Jakub Jelinek  <jakub@redhat.com>
1828
1829         * Makefile.am (AM_MAKEFLAGS): Pass through mandir.
1830         * Makefile.in: Rebuilt.
1831
1832 2007-03-13  Keith Seitz  <keiths@redhat.com>
1833
1834         * include/java-interp.h (_Jv_InterpClass): Declare
1835         friend function _Jv_GetInterpClassSourceFile.
1836         * java/lang/Class.h (Class): Likewise.
1837         * java/lang/natClass.cc (_Jv_GetInterpClassSourceFile):
1838         New function.
1839         * gnu/classpath/jdwp/natVMVirtualMachine.cc
1840         (getSourceFile): Implement.
1841
1842 2007-03-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
1843
1844         * Makefile.am (AM_CXXFLAGS): Define ECJ_JAR_FILE.
1845         * classpath/configure.ac: Add --with-ecj-jar configure option.
1846         * classpath/gnu/classpath/Configuration.java.in (ECJ_JAR): New
1847         field.
1848         * classpath/INSTALL: Document --with-ecj-jar configure option and
1849         ecj jar requirement for com.sun.tools.javac support.
1850         * classpath/tools/Makefile.am: Build decendents of com and sun
1851         directories.
1852         * configure.ac: Substitute ECJ_JAR in stub Configuration.java.
1853         * gnu/classpath/Configuration.java,
1854         gnu/classpath/natConfiguration.cc (ecj): New method.
1855         (ECJ_JAR): New field.
1856         * scripts/makemake.tcl (scan_packages): Add com directory.
1857         * sources.am (property_files): Add
1858         classpath/resource/sun/rmi/rmic/messages.properties and
1859         classpath/resource/com/sun/tools/javac/messages.properties.
1860         * classpath/resource/com, classpath/resource/com/sun,
1861         classpath/resource/com/sun/tools,
1862         classpath/resource/com/sun/tools/javac, classpath/resource/sun,
1863         classpath/resource/sun/rmi, classpath/resource/sun/rmi/rmic,
1864         classpath/tools/classes/com, classpath/tools/classes/com/sun,
1865         classpath/tools/classes/com/sun/javadoc,
1866         classpath/tools/classes/com/sun/tools,
1867         classpath/tools/classes/com/sun/tools/doclets,
1868         classpath/tools/classes/sun, classpath/tools/classes/sun/rmi,
1869         classpath/tools/classes/sun/rmi/rmic, classpath/tools/com,
1870         classpath/tools/com/sun, classpath/tools/com/sun/javadoc,
1871         classpath/tools/com/sun/tools,
1872         classpath/tools/com/sun/tools/doclets,
1873         classpath/tools/com/sun/tools/javac, classpath/tools/sun,
1874         classpath/tools/sun/rmi, classpath/tools/sun/rmi/rmic: New
1875         directories.
1876         * classpath/resource/com/sun/tools/javac/messages.properties,
1877         classpath/resource/sun/rmi/rmic/messages.properties,
1878         classpath/tools/classes/com/sun/javadoc/ClassDoc.class,
1879         classpath/tools/classes/com/sun/javadoc/ConstructorDoc.class,
1880         classpath/tools/classes/com/sun/javadoc/Doc.class,
1881         classpath/tools/classes/com/sun/javadoc/DocErrorReporter.class,
1882         classpath/tools/classes/com/sun/javadoc/Doclet.class,
1883         classpath/tools/classes/com/sun/javadoc/ExecutableMemberDoc.class,
1884         classpath/tools/classes/com/sun/javadoc/FieldDoc.class,
1885         classpath/tools/classes/com/sun/javadoc/MemberDoc.class,
1886         classpath/tools/classes/com/sun/javadoc/MethodDoc.class,
1887         classpath/tools/classes/com/sun/javadoc/PackageDoc.class,
1888         classpath/tools/classes/com/sun/javadoc/ParamTag.class,
1889         classpath/tools/classes/com/sun/javadoc/Parameter.class,
1890         classpath/tools/classes/com/sun/javadoc/ProgramElementDoc.class,
1891         classpath/tools/classes/com/sun/javadoc/RootDoc.class,
1892         classpath/tools/classes/com/sun/javadoc/SeeTag.class,
1893         classpath/tools/classes/com/sun/javadoc/SerialFieldTag.class,
1894         classpath/tools/classes/com/sun/javadoc/SourcePosition.class,
1895         classpath/tools/classes/com/sun/javadoc/Tag.class,
1896         classpath/tools/classes/com/sun/javadoc/ThrowsTag.class,
1897         classpath/tools/classes/com/sun/javadoc/Type.class,
1898         classpath/tools/classes/com/sun/javadoc/TypeVariable.class,
1899         classpath/tools/classes/com/sun/tools/doclets/Taglet.class,
1900         classpath/tools/classes/sun/rmi/rmic/Main.class,
1901         classpath/tools/classes/sun/rmi/rmic/Messages.class,
1902         classpath/tools/com/sun/javadoc/ClassDoc.java,
1903         classpath/tools/com/sun/javadoc/ConstructorDoc.java,
1904         classpath/tools/com/sun/javadoc/Doc.java,
1905         classpath/tools/com/sun/javadoc/DocErrorReporter.java,
1906         classpath/tools/com/sun/javadoc/Doclet.java,
1907         classpath/tools/com/sun/javadoc/ExecutableMemberDoc.java,
1908         classpath/tools/com/sun/javadoc/FieldDoc.java,
1909         classpath/tools/com/sun/javadoc/MemberDoc.java,
1910         classpath/tools/com/sun/javadoc/MethodDoc.java,
1911         classpath/tools/com/sun/javadoc/PackageDoc.java,
1912         classpath/tools/com/sun/javadoc/ParamTag.java,
1913         classpath/tools/com/sun/javadoc/Parameter.java,
1914         classpath/tools/com/sun/javadoc/ProgramElementDoc.java,
1915         classpath/tools/com/sun/javadoc/RootDoc.java,
1916         classpath/tools/com/sun/javadoc/SeeTag.java,
1917         classpath/tools/com/sun/javadoc/SerialFieldTag.java,
1918         classpath/tools/com/sun/javadoc/SourcePosition.java,
1919         classpath/tools/com/sun/javadoc/Tag.java,
1920         classpath/tools/com/sun/javadoc/ThrowsTag.java,
1921         classpath/tools/com/sun/javadoc/Type.java,
1922         classpath/tools/com/sun/javadoc/TypeVariable.java,
1923         classpath/tools/com/sun/tools/doclets/Taglet.java,
1924         classpath/tools/com/sun/tools/javac/Main.java,
1925         classpath/tools/com/sun/tools/javac/Messages.java,
1926         classpath/tools/sun/rmi/rmic/Main.java,
1927         classpath/tools/sun/rmi/rmic/Messages.java: New files.
1928         * Makefile.in, classpath/Makefile.in, classpath/configure,
1929         classpath/doc/Makefile.in, classpath/doc/api/Makefile.in,
1930         classpath/examples/Makefile.in, classpath/external/Makefile.in,
1931         classpath/external/jsr166/Makefile.in,
1932         classpath/external/relaxngDatatype/Makefile.in,
1933         classpath/external/sax/Makefile.in,
1934         classpath/external/w3c_dom/Makefile.in,
1935         classpath/include/Makefile.in, classpath/include/config.h.in,
1936         classpath/lib/Makefile.in,
1937         classpath/lib/gnu/classpath/Configuration.class,
1938         classpath/native/Makefile.in, classpath/native/fdlibm/Makefile.in,
1939         classpath/native/jawt/Makefile.in,
1940         classpath/native/jni/Makefile.in,
1941         classpath/native/jni/classpath/Makefile.in,
1942         classpath/native/jni/gconf-peer/Makefile.in,
1943         classpath/native/jni/gtk-peer/Makefile.in,
1944         classpath/native/jni/java-io/Makefile.in,
1945         classpath/native/jni/java-lang/Makefile.in,
1946         classpath/native/jni/java-net/Makefile.in,
1947         classpath/native/jni/java-nio/Makefile.in,
1948         classpath/native/jni/java-util/Makefile.in,
1949         classpath/native/jni/midi-alsa/Makefile.in,
1950         classpath/native/jni/midi-dssi/Makefile.in,
1951         classpath/native/jni/native-lib/Makefile.in,
1952         classpath/native/jni/qt-peer/Makefile.in,
1953         classpath/native/jni/xmlj/Makefile.in,
1954         classpath/native/plugin/Makefile.in,
1955         classpath/resource/Makefile.in, classpath/scripts/Makefile.in,
1956         classpath/tools/Makefile.in, configure,
1957         gnu/classpath/Configuration.h: Regenerate.
1958
1959 2007-03-12  Kyle Galloway  <kgallowa@redhat.com>
1960
1961         * jvmti.cc (_Jv_JVMTI_GetArgumentsSize): Make wide type arrays count
1962         as a sigle slot.
1963
1964 2007-03-12  Marco Trudel  <mtrudel@gmx.ch>
1965
1966         * java/lang/natString.cc (getBytes (jstring enc)):
1967         Fixed the loop for multiple cycles, Code cleanup
1968
1969 2007-03-09  Tom Tromey  <tromey@redhat.com>
1970
1971         * sources.am, Makefile.in: Rebuilt.
1972         * scripts/makemake.tcl (scan_directory): Allow service files to be
1973         omitted.
1974         Omit all XML-related service files.
1975
1976 2007-03-07  Tom Tromey  <tromey@redhat.com>
1977
1978         * configure: Rebuilt.
1979         * configure.ac: Clear vm-tools-packages.
1980
1981 2007-03-07  Mohan Embar  <gnustuff@thisiscool.com>
1982
1983         * java/lang/Win32Process.java: Added nested class EOFInputStream.
1984         * java/lang/natWin32Process.cc (ChildProcessPipe): Added DUMMY
1985         enum and implementation.
1986         (startProcess): Use redirect flag.
1987         * classpath/lib/java/lang/Win32Process.class: Regenerated.
1988         * classpath/lib/java/lang/Win32Process$EOFInputStream.class: New.
1989         * gcj/javaprims.h: Regenerated.
1990         * java/lang/Win32Process$EOFInputStream.h: New.
1991
1992 2007-03-07  Andrew Haley  <aph@redhat.com>
1993
1994         * libgcj_bc.c (JvRunMainName): Declare.
1995
1996 2007-03-07  Gary Benson  <gbenson@redhat.com>
1997
1998         * sources.am, Makefile.in: Rebuilt.
1999
2000 2007-03-07  Mohan Embar  <gnustuff@thisiscool.com>
2001
2002         * gcj/javaprims.h: Regenerated.
2003
2004 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
2005
2006         * include/jvm.h (_Jv_ClosureListFinalizer): New.
2007         (_Jv_Linker::create_error_method): Adjust.
2008         * boehm.cc (_Jv_ClosureListFinalizer): New.
2009         * nogc.cc (_Jv_ClosureListFinalizer): New.
2010         * java/lang/Class.h (class _Jv_ClosureList): New.
2011         (class java::lang::Class): Declare it as friend.
2012         * java/lang/natClass.cc (_Jv_ClosureList::releaseClosures): New.
2013         (_Jv_ClosureList::registerClousure): New.
2014         * include/execution.h (_Jv_ExecutionEngine): Add get_closure_list.
2015         (_Jv_CompiledEngine::do_get_closure_list): New.
2016         (_Jv_CompiledEngine::_Jv_CompiledEngine): Use it.
2017         (_Jv_IndirectCompiledClass): Add closures.
2018         (_Jv_IndirectCompiledEngine::get_aux_info): New.
2019         (_Jv_IndirectCompiledEngine::do_allocate_field_initializers): Use
2020         it.
2021         (_Jv_IndirectCompiledEngine::do_get_closure_list): New.
2022         (_Jv_IndirectCompiledEngine::_Jv_IndirectCompiledEngine): Use it.
2023         (_Jv_InterpreterEngine::do_get_closure_list): Declare.
2024         (_Jv_InterpreterEngine::_Jv_InterpreterEngine): Use it.
2025         * interpret.cc (FFI_PREP_RAW_CLOSURE): Use _loc variants.
2026         (node_closure): Add closure list.
2027         (_Jv_InterpMethod::ncode): Add jclass argument.  Use
2028         ffi_closure_alloc and the separate code pointer.  Register the
2029         closure for finalization.
2030         (_Jv_JNIMethod::ncode): Likewise.
2031         (_Jv_InterpreterEngine::do_create_ncode): Pass klass to ncode.
2032         (_Jv_InterpreterEngine::do_get_closure_list): New.
2033         * include/java-interp.h (_Jv_InterpMethod::ncode): Adjust.
2034         (_Jv_InterpClass): Add closures field.
2035         (_Jv_JNIMethod::ncode): Adjust.
2036         * defineclass.cc (_Jv_ClassReader::handleCodeAttribute): Adjust.
2037         (_Jv_ClassReader::handleMethodsEnd): Likewise.
2038         * link.cc (struct method_closure): Add closure list.
2039         (_Jv_Linker::create_error_method): Add jclass argument.  Use
2040         ffi_closure_alloc and the separate code pointer.  Register the
2041         closure for finalization.
2042         (_Jv_Linker::link_symbol_table): Remove outdated comment about
2043         sharing of otable and atable.  Adjust.
2044         * java/lang/reflect/natVMProxy.cc (ncode_closure): Add closure
2045         list.
2046         (ncode): Add jclass argument.  Use ffi_closure_alloc and the
2047         separate code pointer.  Register the closure for finalization.
2048         (java::lang::reflect::VMProxy::generateProxyClass): Adjust.
2049         * testsuite/libjava.jar/TestClosureGC.java: New.
2050         * testsuite/libjava.jar/TestClosureGC.out: New.
2051         * testsuite/libjava.jar/TestClosureGC.xfail: New.
2052         * testsuite/libjava.jar/TestClosureGC.jar: New.
2053
2054 2007-03-06  Kyle Galloway  <kgallowa@redhat.com>
2055
2056         * classpath/gnu/classpath/jdwp/exception/AbsentInformationException.java: New file.
2057         * classpath/lib/gnu/classpath/jdwp/exception/AbsentInformationException.class: Ditto.
2058         * gnu/classpath/jdwp/exception/AbsentInformationException.h: Ditto.
2059         * gnu/classpath/jdwp/natVMMethod.cc: Add CHECK_INTERP_CLASS macro.
2060         (VMMethod::getLineTable): Use new macro.
2061         (VMMethod::getVariableTable): Implement.
2062         * sources.am: Regenerated.
2063         * Makefile.in: Ditto.
2064
2065 2007-03-06  Tom Tromey  <tromey@redhat.com>
2066
2067         * Makefile.in: Rebuilt.
2068         * Makefile.am (bin_PROGRAMS): Added gcjh.
2069         (gcjh_SOURCES, gcjh_LDFLAGS, gcjh_LINK, gcjh_LDADD,
2070         gcjh_DEPENDENCIES): New variables.
2071
2072 2007-03-06  Kyle Galloway  <kgallowa@redhat.com>
2073
2074         * jvmti.cc(_Jv_JVMTI_GetLocalVariableTable): Fix _Jv_Malloc parameters.
2075         * testsuite/libjava.jvmti/interp/natgetlocalvartable.cc
2076         (do_getlocalvartable_tests): Add Deallocate calls to free strings.
2077
2078 2007-03-05  Matthias Klose  <doko@debian.org>
2079
2080         * Makefile.am (gij_LDFLAGS): Use dbexecdir.
2081         * Makefile.in: Regnerate.
2082
2083 2007-03-05  Mark Wielaard  <mark@klomp.org>
2084
2085         * java/lang/Character.java: Re-merged with Classpath.
2086         * java/lang/natString.cc (nativeCompareTo): Renamed from
2087         compareTo.
2088         * java/lang/StringBuilder.java: Re-merged with Classpath.
2089         * java/lang/String.java: Re-merged with Classpath.
2090         (nativeCompareTo): Renamed from compareTo.
2091         * java/lang/StringBuffer.java: Re-merged with Classpath.
2092         * jni.cc (_Jv_JNI_GetAnyMethodID): Split calls to append.
2093
2094 2007-03-05  Andrew Haley  <aph@redhat.com>
2095
2096         * java/lang/reflect/natVMProxy.cc (ncode_closure.meth): Delete.
2097         (generateProxyClass): Don't pass method to ncode.
2098         (run_proxy): Call _Jv_GetReflectedMethod to find the proxy method.
2099         * java/lang/reflect/Method.h: Rebuild.
2100         * java/lang/reflect/Method.java (internalGetParameterTypes,
2101         internalGetExceptionTypes): New methods.
2102         * headers.txt (class java/lang/reflect/Method): Declare
2103         _Jv_GetReflectedMethod.  Be its friend.
2104         * java/lang/natClass.cc (_Jv_GetReflectedMethod): New method.
2105         * java/lang/Class.h: Declare it.  Be its friend.
2106
2107 2007-03-05  Tom Tromey  <tromey@redhat.com>
2108
2109         * sources.am, Makefile.in: Rebuilt.
2110         * scripts/makemake.tcl (emit_package_rule): Don't omit
2111         VMProcess.java.
2112         * Makefile.am (nat_source_files): Added natVMProcess.cc.
2113         (inner_nat_headers): Added ImmediateEOFInputStream.h.
2114         * gcj/javaprims.h: Regenerated.
2115         * java/lang/System.java (EnvironmentMap): Now package-private.
2116         (EnvironmentMap(Map)): New constructor.
2117         (EnvironmentMap.put): New method.
2118         * java/lang/natWin32Process.cc (startProcess): Update.
2119         * java/lang/Win32Process.java (Win32Process): Added 'redirect'
2120         argument.
2121         (startProcess): Likewise.
2122         * java/lang/EcosProcess.java (EcosProcess): Added 'redirect'
2123         argument.
2124         * java/lang/natPosixProcess.cc (nativeSpawn): Handle redirection.
2125         * java/lang/PosixProcess.java (redirect): New field.
2126         (PosixProcess): Added 'redirect' argument.
2127         * java/lang/natRuntime.cc (execInternal): Added 'redirect'
2128         argument to Process creation.
2129         * java/lang/natVMProcess.cc: New file.
2130         * java/lang/ProcessBuilder.java: Removed.
2131         * java/lang/VMProcess.java: New file.
2132
2133 2007-03-03  Andrew Haley  <aph@redhat.com>
2134
2135         * java/lang/natClass.cc (parseAnnotationElement): Correct long
2136         annotations to read JV_CONSTANT_Long, not JV_CONSTANT_Double.
2137
2138 2007-03-02  Andrew Haley  <aph@redhat.com>
2139
2140         * sun/reflect/annotation/AnnotationInvocationHandler.java:
2141         Generify in a few places.
2142         (equals): Rewrite to use invoke on local proxy.
2143         (deepToString): Remove most of it.
2144         (toString): Make nonstatic.
2145         (arrayClone): Delete.
2146         (coerce): New method.
2147         (invoke): Rewrite to handle gcj's structures correctly.
2148         * java/lang/natClass.cc (getDeclaredAnnotations): Fix test for
2149         null loader.
2150         * sources.am: Regenerate.
2151         * Makefile.am: Likewise.        
2152
2153 2007-03-02  Andrew Haley  <aph@redhat.com>
2154
2155         * sun/reflect/annotation/AnnotationInvocationHandler.java:
2156         Whitespace only changes.
2157
2158 2007-03-02  Andrew Haley  <aph@redhat.com>
2159
2160         * sun/reflect/annotation/AnnotationInvocationHandler.java: Moved
2161         from Classpath to libgcj local.
2162
2163 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
2164
2165         * Makefile.am: Add dummy install-pdf target.
2166         * Makefile.in: Regenerate
2167         * include/Makefile.in: Regenerate
2168         * testsuite/Makefile.in: Regenerate
2169         * gcj/Makefile.in: Regenerate
2170
2171 2007-02-23  Gary Benson  <gbenson@redhat.com>
2172
2173         * gnu/gcj/tools/gcj_dbtool/Main.java: Updated copyright year.
2174
2175 2007-02-23  Gary Benson  <gbenson@redhat.com>
2176
2177         * java/lang/VMCompiler.java
2178         (compileClass): Don't lose zeros from within the digest.
2179
2180 2007-02-22  Jakub Jelinek  <jakub@redhat.com>
2181
2182         PR libgcj/17002
2183         PR classpath/28550
2184         * java/util/VMTimeZone.java (getDefaultTimeZoneId): To read
2185         /etc/localtime, use ZoneInfo.readTZFile instead of
2186         VMTimeZone.readtzFile.  Get better timezone name for /etc/localtime,
2187         either if it is a symlink or through /etc/sysconfig/clock.
2188         (readSysconfigClockFile): New static method.
2189         (readtzFile): Removed.
2190         * java/lang/System.java: Add gnu.java.util.zoneinfo.dir to comments.
2191         * posix.cc (_Jv_platform_initProperties): Set
2192         gnu.java.util.zoneinfo.dir.
2193         * sources.am (gnu_java_util_source_files): Add
2194         classpath/gnu/java/util/ZoneInfo.java.
2195         * Makefile.in: Regenerated.
2196         * java/util/VMTimeZone.h: Regenerated.
2197         * java/util/TimeZone.h: Regenerated.
2198         * gnu/java/util/ZoneInfo.h: Generated.
2199
2200 2007-02-22  Mohan Embar  <gnustuff@thisiscool.com>
2201
2202         * include/win32-threads.h: Added #undef OUT.
2203
2204 2007-02-21  Kyle Galloway  <kgallowa@redhat.com>
2205
2206         * jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function.
2207         * testsuite/libjava.jvmti/interp/getargssize.java: New test.
2208         * testsuite/libjava.jvmti/interp/getargssize.h: Ditto.
2209         * testsuite/libjava.jvmti/interp/getargssize.jar: Ditto.
2210         * testsuite/libjava.jvmti/interp/getargssize.out: Ditto.
2211         * testsuite/libjava.jvmti/interp/natgetargssize.cc: Ditto.
2212
2213 2007-02-21  Gary Benson  <gbenson@redhat.com>
2214
2215         * java/util/GregorianCalendar.java: Removed.
2216         * sources.am, Makefile.in: Rebuilt.
2217
2218 2007-02-20  Keith Seitz  <keiths@redhat.com>
2219
2220         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2221         (jdwpClassPrepareCB): Move class status stuff to ...
2222         (getClassStatus): ... here.
2223
2224 2007-02-20  Gary Benson  <gbenson@redhat.com>
2225
2226         * gnu/awt/xlib/XEventLoop.h: Regenerated.
2227         * gnu/java/awt/peer/gtk/GThreadMutex.h: Likewise.
2228         * gnu/java/rmi/server/ConnectionRunnerPool$ConnectionRunner.h:
2229         Likewise.
2230         * gnu/java/rmi/server/UnicastConnectionManager.h: Likewise.
2231         * java/lang/SecurityManager.h: Likewise.
2232         * java/lang/Thread.h: Likewise.
2233         * java/security/VMSecureRandom$Spinner.h: Likewise.
2234         * java/util/concurrent/atomic/AtomicBoolean.h: Likewise.
2235         * java/util/concurrent/atomic/AtomicInteger.h: Likewise.
2236         * java/util/concurrent/atomic/AtomicLong.h: Likewise.
2237         * java/util/concurrent/atomic/AtomicReference.h: Likewise.
2238         * java/util/concurrent/ConcurrentHashMap$HashEntry.h: Likewise.
2239         * java/util/concurrent/ConcurrentHashMap$Segment.h: Likewise.
2240         * java/util/concurrent/ConcurrentLinkedQueue.h: Likewise.
2241         * java/util/concurrent/ConcurrentLinkedQueue$Node.h: Likewise.
2242         * java/util/concurrent/ConcurrentSkipListMap.h: Likewise.
2243         * java/util/concurrent/ConcurrentSkipListMap$Index.h: Likewise.
2244         * java/util/concurrent/ConcurrentSkipListMap$Node.h: Likewise.
2245         * java/util/concurrent/Exchanger.h: Likewise.
2246         * java/util/concurrent/Exchanger$Node.h: Likewise.
2247         * java/util/concurrent/FutureTask$Sync.h: Likewise.
2248         * java/util/concurrent/LinkedBlockingQueue$Node.h: Likewise.
2249         * java/util/concurrent/locks/AbstractQueuedLongSynchronizer.h:
2250         Likewise.
2251         * java/util/concurrent/locks/AbstractQueuedLongSynchronizer$Node.h: 
2252         Likewise.
2253         * java/util/concurrent/locks/AbstractQueuedSynchronizer.h: Likewise.
2254         * java/util/concurrent/locks/AbstractQueuedSynchronizer$Node.h:
2255         Likewise.
2256         * java/util/concurrent/ScheduledThreadPoolExecutor.h: Likewise.
2257         * java/util/concurrent/SynchronousQueue.h: Likewise.
2258         * java/util/concurrent/SynchronousQueue$TransferQueue.h: Likewise.
2259         * java/util/concurrent/SynchronousQueue$TransferQueue$QNode.h:
2260         Likewise.
2261         * java/util/concurrent/SynchronousQueue$TransferStack.h: Likewise.
2262         * java/util/concurrent/SynchronousQueue$TransferStack$SNode.h:
2263         Likewise.
2264         * java/util/concurrent/ThreadPoolExecutor.h: Likewise.
2265         * java/util/concurrent/ThreadPoolExecutor$Worker.h: Likewise.
2266         * java/util/logging/ErrorManager.h: Likewise.
2267         * javax/swing/plaf/basic/BasicSpinnerUI$2.h: Likewise.
2268         * javax/swing/plaf/basic/BasicSpinnerUI$4.h: Likewise.
2269
2270 2007-02-16  Keith Seitz  <keiths@redhat.com>
2271
2272         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2273         (get_line_table): New function.
2274         (handle_single_step): New function.
2275         (jdwpSingleStepCB): New function.
2276         (jdwpVMInitCB): Define a JVMTI single step
2277         callback, but don't enable it until needed.
2278
2279 2007-02-16  David Daney  <ddaney@avtrex.com>
2280
2281         * java/lang/Thread.java (Thread(ThreadGroup, Runnable, String)): Pass
2282         new parameter constructor.
2283         (Thread(ThreadGroup, Runnable, String, long)): Same.
2284         (Thread(String, boolean)): New constructor.
2285         (Thread(Thread, ThreadGroup, Runnable, String): Add parameter
2286         noInheritableThreadLocal, don't call
2287         InheritableThreadLocal.newChildThread if set.
2288         * java/lang/PosixProcess.java(ProcessManager()): Set
2289         noInheritableThreadLocal in super.
2290         * java/lang/natThread.cc (_Jv_AttachCurrentThread): Pass new
2291         parameter to Thread constructor.
2292         (_Jv_AttachCurrentThreadAsDaemon): Same.
2293         * java/lang/Thread.h: Regenerate.
2294         * classpath/lib/java/lang/Thread.class: Same.
2295         * classpath/lib/java/lang/PosixProcess$EOFInputStream.class: Same.
2296         * classpath/lib/java/lang/PosixProcess.class: Same.
2297         * classpath/lib/java/lang/Thread$State.class: Same.
2298         * classpath/lib/java/lang/PosixProcess$ProcessManager.class: Same.
2299
2300 2007-02-16  Kyle Galloway  <kgallowa@redhat.com>
2301
2302         * interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot
2303         variables to maintain type info.
2304         * interpret-run.cc: Add local variable info to frame in the debug
2305         interpreter.
2306         * jvmti.cc (getLocalFrame): New method.
2307         (_Jv_JVMTI_GetLocalObject): New method.
2308         (_Jv_JVMTI_GetLocallInt): New method.
2309         (_Jv_JVMTI_GetLocalFloat): New method.
2310         (_Jv_JVMTI_GetLocalLong): New method.
2311         (_Jv_JVMTI_GetLocalDouble): New method.
2312         (_Jv_JVMTI_SetLocalObject): New method.
2313         (_Jv_JVMTI_SetLocalInt): New method.
2314         (_Jv_JVMTI_SetLocalFloat): New method.
2315         (_Jv_JVMTI_SetLocalLong): New method.
2316         (_Jv_JVMTI_SetLocalDouble): New method.
2317
2318 2007-02-16  Gary Benson  <gbenson@redhat.com>
2319
2320         * gnu/gcj/tools/gcj_dbtool/Main.java
2321         (bytesToString): Don't lose zeros from within the digest.
2322
2323 2007-02-15  Andrew Haley  <aph@redhat.com>
2324
2325         * Makefile.am (nat_source_files): Remove
2326         java/lang/management/natVMManagementFactory.cc.
2327         * java/lang/Thread.java (getStackTrace): Use reflection to call
2328         the ManagementFactory.
2329         * java/lang/management/VMManagementFactory.java: Remove native
2330         methods.
2331         * java/lang/management/natVMManagementFactory.cc: Deleted.
2332         * sources.am: Regnerate.
2333         * scripts/makemake.tcl: Add new "bcheaders" type.
2334         Move java/lang/management and gnu/classpath/management to "bc".
2335         Move gnu/java/lang/management to "bcheaders".
2336         
2337 2007-02-15  Kyle Galloway  <kgallowa@redhat.com>
2338         
2339         * interpret.cc (_Jv_InterpMethod::check_handler): New method.
2340         * interpret-run.cc: Change the catch section to report exception
2341         events and to use the new check_handler method.
2342         * include/java-interp.h (_Jv_InterpMethod): Add check_handler.
2343         * gnu/gcj/jvmti/ExceptionEvent.java: New file.
2344         * gnu/gcj/jvmti/ExceptionEvent.h: New file.
2345         * gnu/gcj/jvmti/natExceptionEvent.cc: New file.
2346         * libjava/classpath/lib/gnu/gcj/jvmti/ExceptionEvent.class: New
2347         file.
2348         * sources.am: Added ExceptionEvent.java.
2349         * Makefile.am: Added natExceptionEvent.cc
2350         * Makefile.in: Regenerated.
2351         * include/Makefile.in: Regenerated.
2352         * gcj/Makefile.in: Regenerated.
2353
2354 2007-02-15  Johannes Schmidt  <jschmidt@avtrex.com>
2355         David Daney  <ddaney@avtrex.com>
2356
2357         * configure.ac: Create vm-tools-packages file.  Add 
2358         gnu/gcj/tools/gc_analyze to standard.omit and vm-tools-packages.
2359         Check for /proc/self/maps.
2360         * Makefile.am (bin_PROGRAMS): Added gc-analyze.
2361         (gc_analyze_SOURCES): New.
2362         (gc_analyze_LDFLAGS): New.
2363         (gc_analyze_LINK): New.
2364         (gc_analyze_LDADD): New.
2365         (gc_analyze_DEPENDENCIES): New.
2366         (nat_source_files): Add gnu/gcj/util/natGCInfo.cc.
2367         * Makefile.in: Regenerated.
2368         * configure: Regenerated.
2369         * include/config.h.in: Regenerated.
2370         * sources.am: Regenerated.
2371         * scripts/makemake.tcl: Don't include gc-analyze classes in libgcj.
2372         * gnu/gcj/tools/gc_analyze/SymbolLookup.java: New.
2373         * gnu/gcj/tools/gc_analyze/ObjectMap.java: New.
2374         * gnu/gcj/tools/gc_analyze/MemoryMap.java: New.
2375         * gnu/gcj/tools/gc_analyze/SymbolTable.java: New.
2376         * gnu/gcj/tools/gc_analyze/BlockMap.java: New.
2377         * gnu/gcj/tools/gc_analyze/BytePtr.java: New.
2378         * gnu/gcj/tools/gc_analyze/ItemList.java: New.
2379         * gnu/gcj/tools/gc_analyze/ToolPrefix.java: New.
2380         * gnu/gcj/tools/gc_analyze/MemoryAnalyze.java: New.
2381         * gnu/gcj/util/GCInfo.java: New.
2382         * gnu/gcj/util/GCInfo.h: New.
2383         * gnu/gcj/util/natGCInfo.cc: New.
2384         * gnu/gcj/util/UtilPermission.java: New.
2385         * gnu/gcj/util/UtilPermission.h: New.
2386         * classpath/tools/gnu/gcj/tools/gc_analyze/SymbolTable.class: New.
2387         * classpath/tools/gnu/gcj/tools/gc_analyze/ObjectMap$ObjectItem.class: New.
2388         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryMap$RangeComparator.class: New.
2389         * classpath/tools/gnu/gcj/tools/gc_analyze/BlockMap$PtrMarks.class: New.
2390         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryMap$Range.class: New.
2391         * classpath/tools/gnu/gcj/tools/gc_analyze/BlockMap.class: New.
2392         * classpath/tools/gnu/gcj/tools/gc_analyze/BytePtr.class: New.
2393         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$SubstringComparator.class: New.
2394         * classpath/tools/gnu/gcj/tools/gc_analyze/ItemList.class: New.
2395         * classpath/tools/gnu/gcj/tools/gc_analyze/ToolPrefix.class: New.
2396         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze.class: New.
2397         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$1$Info.class: New.
2398         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$1.class: New.
2399         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$2.class: New.
2400         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$3.class: New.
2401         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$4.class: New.
2402         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryAnalyze$OptionParser.class: New.
2403         * classpath/tools/gnu/gcj/tools/gc_analyze/BlockMap$SizeKind.class: New.
2404         * classpath/tools/gnu/gcj/tools/gc_analyze/SymbolLookup.class: New.
2405         * classpath/tools/gnu/gcj/tools/gc_analyze/ObjectMap.class: New.
2406         * classpath/tools/gnu/gcj/tools/gc_analyze/MemoryMap.class: New.
2407         * classpath/lib/gnu/gcj/util/GCInfo.class: New.
2408         * classpath/lib/gnu/gcj/util/UtilPermission.class: New.
2409
2410 2007-02-15  David Daney  <ddaney@avtrex.com>
2411
2412         * gnu/java/net/PlainSocketImpl.h: Regenerate.
2413         * gnu/classpath/jdwp/VMVirtualMachine.h: Same.
2414         * gnu/classpath/jdwp/VMFrame.h: Same.
2415         * java/net/Socket.h: Same.
2416         * java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet.h: Same.
2417
2418 2007-02-15  Kyle Galloway  <kgallowa@redhat.com>
2419
2420         * defineclass.cc (_Jv_ClassReader::read_one_code_attribute):
2421         Added LocalVariableTable attribute handling.
2422         (_Jv_ClassReader::pool_Utf8_to_char_arr): New method.
2423         * jvmti.cc (_Jv_JVMTI_GetLocalVariableTable): New method.
2424         * include/java-interp.h: Added local_var_table and 
2425         local_var_table_len fields to _Jv_InterpMethod.
2426         (_Jv_InterpMethod::get_local_var_table): New method.
2427         * testsuite/libjava.jvmti/interp/getlocalvartable.java: New test.
2428         * testsuite/libjava.jvmti/interp/getlocalvartable.jar: New test.
2429         * testsuite/libjava.jvmti/interp/getlocalvartable.out: Output
2430         for new test.
2431         * testsuite/libjava.jvmti/interp/getlocalvartable.h: New test.
2432         * testsuite/libjava.jvmti/interp/natgetlocalvartable.cc: New test.
2433
2434 2007-02-15  Kyle Galloway  <kgallowa@redhat.com>
2435
2436         * gnu/classpath/jdwp/natVMVirtualMachine (getFrames): Implement.
2437
2438 2007-02-13  Keith Seitz  <keiths@redhat.com>
2439
2440         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2441         (jdwpBreakpointCB): New function.
2442         (jdwpVMInitCB): Define and enable the breakpoint
2443         callback.
2444
2445 2007-02-13  Andrew Haley  <aph@redhat.com>
2446
2447         * testsuite/libjava.lang/Divide_2.out
2448         * testsuite/libjava.lang/Divide_2.java: New test.
2449
2450 2007-02-12  Keith Seitz  <keiths@redhat.com>
2451
2452         * jvmti.cc (_Jv_JVMTI_GetStackTrace): Remove cast
2453         from jthread to Thread *; it is no longer needed.
2454         (_Jv_JVMTI_GetFrameCount): Likewise.
2455         Fix small formatting typo.
2456
2457 2007-02-12  Tom Tromey  <tromey@redhat.com>
2458
2459         * sources.am, Makefile.in: Rebuilt.
2460         * java/lang/Socket.java: Removed override.
2461         * java/lang/DatagramSocket.java: Removed override.
2462         * gnu/java/net/PlainSocketImpl.java (localSocketAddress): New
2463         field.
2464         (getLocalAddress): New method.
2465         * gnu/java/net/PlainDatagramSocketImpl.java
2466         (PlainDatagramSocketImpl): Throws IOException.
2467         * gnu/java/net/natPlainSocketImplPosix.cc (write): Remove
2468         'sizeof'.
2469         (read): Likewise.
2470
2471 2007-02-09  Jakub Jelinek  <jakub@redhat.com>
2472
2473         * java/util/VMTimeZone.java: Rewrite to handle both the old
2474         'TZif\0' format and the new one.
2475         
2476 2007-02-10  Andrew Haley  <aph@redhat.com>
2477
2478         PR java/30742
2479         * gnu/classpath/natVMStackWalker.cc (GET_CALLING_CLASS): New.
2480         (getCallingClass): Call GET_CALLING_CLASS.
2481         (getCallingClassLoader): Likewise.
2482
2483 2007-02-10  Mohan Embar  <gnustuff@thisiscool.com>
2484
2485         * configure: Rebuilt.
2486         * configure.ac (GCJH): Reverted second part of patch of 2006-12-20.
2487
2488 2007-02-10  Mohan Embar  <gnustuff@thisiscool.com>
2489
2490         * Makefile.in: Rebuilt.
2491         * Makefile.am (BUILD_ECJ1): Unify the command for renaming ecjx to
2492         the host's ecj1 executable.
2493
2494 2007-02-09  Richard Henderson  <rth@redhat.com>
2495
2496         * sysdep/alpha/locks.h (read_barrier): New.
2497
2498 2007-02-09  Keith Seitz  <keiths@redhat.com>
2499
2500         * gnu/classpath/jdwp/VMVirtualMachine.java
2501         (_stepping_threads): New member.
2502         * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class:
2503         Regenerated.
2504         * gnu/classpath/jdwp/VMVirtualMachine.h:
2505         Regenerated.
2506         * gnu/claspath/jdwp/natVMVirtualMachine.cc
2507         (get_request_step_filter): New function.
2508         (DISABLE_EVENT): New macro.
2509         (initialize): Initialize _stepping_threads.
2510         (registerEvent): Implement EVENT_SINGLE_STEP.
2511         (unregisterEvent): Likewise.
2512
2513 2007-02-08  Keith Seitz  <keiths@redhat.com>
2514
2515         * sources.am: Regenerate.
2516         * Makefile.in: Regenerate.
2517         * testsuite/Makefile.in: Regenerate.
2518         * gcj/Makefile.in: Regenerate.
2519         * include/Makefile.in: Regenerate.
2520
2521         * classpath/lib/javax/management/MBeanServerFactory.class:
2522         Regenerate.
2523
2524 2007-02-08  Kyle Galloway  <kgallowa@redhat.com>
2525
2526         * classpath/gnu/classpath/jdwp/processor/
2527         StackFrameCommandSet.java (executeGetValues): Pass jlong instead
2528         of ByteBuffer.
2529         (executeSetValues): Ditto.
2530         (executeThisObject): Ditto.
2531         * classpath/gnu/classpath/jdwp/processor/
2532         StackFrameCommandSet.class: Rebuilt.
2533         * classpath/lib/gnu/classpath/jdwp/VMVirtualMachine.class:
2534         Rebuilt.
2535         * classpath/lib/gnu/classpath/jdwp/VMFrame.class: Rebuilt.
2536         * classpath/lib/gnu/classpath/jdwp/exception/
2537         InvalidFrameException.java: New file.
2538         * gnu/classpath/jdwp/VMFrame.java: Added field for thread of
2539         frame.
2540         (Constructor): New method.
2541         * gnu/classpath/jdwp/VMFrame.h: Regenerated.
2542         * gnu/classpath/jdwp/VMVirtualMachine.java
2543         (getFrame): Changed ByteBuffer to jlong.
2544         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2545         (getFrame): Implement.
2546         * gnu/classpath/jdwp/VMVirtualMachine.h: Regenerated.
2547
2548 2007-02-08  Kyle Galloway  <kgallowa@redhat.com>
2549
2550         * include/java-interp.h (_Jv_InterpFrame): obj_ptr field added
2551         to hold "this" pointer for frame.
2552         (_Jv_InterpFrame::get_this_ptr): New method.
2553         * interpret-run.cc: Copy the "this" pointer into obj_ptr.
2554
2555 2007-02-07  Keith Seitz  <keiths@redhat.com>
2556
2557         * include/java-interp.h (_Jv_Frame::depth):
2558         New function.
2559         * jvmti.cc (_Jv_JVMTI_GetFrameCount): Use _Jv_Frame::depth.
2560
2561 2007-02-07  Kyle Galloway  <kgallowa@redhat.com>
2562
2563         * jvmti.cc (CHECK_FOR_NATIVE_METHOD): New macro.
2564         (_Jv_JVMTI_GetMaxLocals): New method.
2565         * include/java-interp.h
2566         (_Jv_InterpMethod::get_max_locals): New method.
2567
2568 2007-02-01 Marco Trudel <mtrudel@gmx.ch>
2569
2570         * jni.cc (_Jv_JNI_DeleteWeakGlobalRef): Check for NULL objects.
2571
2572 2007-02-07  Tom Tromey  <tromey@redhat.com>
2573
2574         * testsuite/libjava.jni/init.c: New file.
2575         * testsuite/libjava.jni/init.java: New file.
2576         * testsuite/libjava.jni/init.out: New file.
2577         * testsuite/libjava.jni/init.jar: New file.
2578         * testsuite/libjava.jni/init.h: New file.
2579         * testsuite/libjava.jni/init$NativeClass.h: New file.
2580
2581 2007-02-07  Jakub Jelinek  <jakub@redhat.com>
2582
2583         PR libgomp/28468
2584         * configure: Regenerate.
2585
2586 2007-02-06  Andrew Haley  <aph@redhat.com>
2587
2588         * scripts/makemake.tcl (emit_bc_rule): Set the source filename.
2589         * sources.am: Rebuild.
2590
2591 2007-02-05  Keith Seitz  <keiths@redhat.com>
2592
2593         * jvmti.cc (_envListLock): Change type to
2594         ReentrantReadWriteLock.
2595         (_Jv_JVMTI_DisposeEnvironment): Switch to read/write
2596         lock.
2597         (check_enabled_event): Likewise.
2598         (_Jv_GetJVMTIEnv): Likewise.
2599         (_Jv_JVMTI_Init): Likewise.
2600         (_Jv_JVMTI_PostEvent): Likewise. 
2601
2602 2007-02-05  Keith Seitz  <keiths@redhat.com>
2603
2604         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2605         (registerEvent): Implement EVENT_BREAKPOINT.
2606         (unregisterEvent): Likewise.
2607         (get_request_location): New function.
2608
2609 2007-02-05  Matthias Klose  <doko@debian.org>
2610
2611         testsuite/Makefile.am (compile-tests): Fix typo.
2612         testsuite/Makefile.in: Regenerate.
2613
2614 2007-02-02  Kyle Galloway  <kgallowa@redhat.com>
2615
2616         * gnu/classpath/jdwp/natVMVirtualMachine.cc (getFrameCount):
2617         Implment.
2618
2619 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
2620
2621         * configure.ac (libjava_cv_anon_version_script): New test.
2622         (ANONVERSCRIPT): New AM_CONDITIONAL.
2623         * configure: Rebuilt.
2624         * Makefile.am (extra_ldflags_libjava): Link with -Wl,--version-script
2625         if ANONVERSCRIPT.
2626         * Makefile.in: Rebuilt.
2627         (libgcj_la_DEPENDENCIES): Depend on libgcj.ver.
2628         * libgcj.ver: New file.
2629
2630 2007-02-01  David Daney  <ddaney@avtrex.com>
2631
2632         * scripts/makemake.tcl: Replace gnu/xml build with build of all
2633         its subpackages.
2634         * sources.am: Regenerate.
2635         * Makefile.in: Regenerate.
2636
2637 2007-02-01  Tom Tromey  <tromey@redhat.com>
2638
2639         * java/lang/ClassLoader.java (getResources): No longer final.
2640
2641 2007-02-01  Tom Tromey  <tromey@redhat.com>
2642
2643         * java/util/logging/LogManager.java (loggers): Genericized.
2644         (addLogger): Merged.
2645         (findAncestor): Likewise.
2646         (getLogger): Likewise.
2647         (getLoggerNames): Genericized.
2648         (reset): Merged.
2649         (getLevelProperty): Likewise.
2650         * java/lang/reflect/Method.java (getDeclaringClass): Genericized.
2651         * java/lang/reflect/Constructor.java (getParameterTypes):
2652         Genericized.
2653         (getExceptionTypes): Likewise.
2654         (newInstance): Likewise.
2655         * java/lang/reflect/Array.java (newInstance): Genericized.
2656         * java/lang/Object.java (getClass): Genericized.
2657         * java/nio/charset/spi/CharsetProvider.java (charsets):
2658         Genericized.
2659         * java/text/Collator.java: Implement Comparable<Object>.
2660
2661 2007-02-01  Tom Tromey  <tromey@redhat.com>
2662
2663         * java/util/Calendar.java: Implement Comparable<Calendar>.  Update
2664         comments.
2665         (clear): Call complete.
2666         (setTimeZone): Call computeTime, computeFields.
2667         (compareTo): New method.
2668         * java/nio/charset/Charset.java: Implement Comparable<Charset>.
2669         (availableCharsets): Genericized.
2670         (aliases): Likewise.
2671         (compareTo): Changed argument type.
2672         * java/lang/ClassLoader.java (loadClass): Genericized.
2673         (findClass): Likewise.
2674         (defineClass): Likewise.
2675         (resolveClass): Likewise.
2676         (findSystemClass): Likewise.
2677         (setSigners): Likewise.
2678         (findLoadedClass): Likewise.
2679         (getResources): Likewise.
2680         (findResources): Likewise.
2681         (getSystemResources): Likewise.
2682         (checkInitialized): New method.
2683         * java/lang/Class.java (getCanonicalName): New method.
2684
2685 2007-01-31  Keith Seitz  <keiths@redhat.com>
2686
2687         * include/jvmti-int.h (JVMTI): Declare member "enabled".
2688         * jvmti.cc (JVMTI): Add member "enabled".
2689         (_Jv_GetJVMTIEnv): Mark JVMTI enabled.
2690         * interpret.cc (_Jv_InterpMethod::ncode): Use JVMTI::enabled
2691         instead of gnu::classpath::jdwp::Jdwp::isDebugging.
2692         (_Jv_CompileMethod): If JVMTI is enabled, use run_debug
2693         instead of run to compile the method.
2694
2695         * interpret-run.cc [DEBUG] (NEXT_INSN): Add JVMTI single step
2696         notification.
2697
2698 2007-01-31  Andreas Tobler  <a.tobler@schweiz.org>
2699
2700         * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Add
2701         -shared-libgcc to the cxxflaglist for Darwin.
2702
2703 2007-01-31  Tom Tromey  <tromey@redhat.com>
2704
2705         * scripts.am, Makefile.in: Rebuilt.
2706         * scripts/makemake.tcl (gnu/javax/swing/text/html/parser): Build
2707         as 'ordinary'.
2708         (emit_ordinary_rule): New proc.
2709
2710 2007-01-31  Keith Seitz  <keiths@redhat.com>
2711
2712         * testsuite/libjava.jvmti/getmethodname.h: New file.
2713         * testsuite/libjava.jvmti/getmethodname.jar: New file.
2714
2715 2007-01-31  Andrew Haley  <aph@redhat.com>
2716
2717         * prims.cc (_Jv_Abort): fflush (stderr).
2718         * java/lang/natClassLoader.cc (_Jv_CheckABIVersion): Abort.
2719
2720 2007-01-31  Tom Tromey  <tromey@redhat.com>
2721
2722         * configure, Makefile.in: Rebuilt.
2723         * configure.ac (JAR): Check for -@ feature.
2724         * Makefile.am (libgcj-$(gcc_version).jar): Use find -prune.
2725
2726 2007-01-31  Tom Tromey  <tromey@redhat.com>
2727
2728         PR libgcj/30606:
2729         * configure, include/config.h.in: Rebuilt.
2730         * configure.ac: Check for magic_t in magic.h.
2731         * java/net/natVMURLConnection.cc: Use HAVE_MAGIC_T.
2732
2733 2007-01-30  Tom Tromey  <tromey@redhat.com>
2734
2735         * Makefile.in: Rebuilt.
2736         * Makefile.am (libgcj-$(gcc_version).jar): Rewrote.
2737
2738 2007-01-30  Andreas Tobler  <a.tobler@schweiz.org>
2739
2740         * testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use a
2741         cast to print it right.
2742
2743 2007-01-29  Kaloian Doganov  <kaloian@doganov.org>
2744
2745         PR libgcj/30600:
2746         * gnu/gcj/convert/BytesToCharsetAdaptor.java (read): Fix call to
2747         'limit'.
2748
2749 2007-01-29  Kyle Galloway  <kgallowa@redhat.com>
2750
2751         * include/java-interp.h:  Added _Jv_Frame class and its two
2752         subclasses _Jv_InterpFrame and _Jv_NativeFrame.  Also moved
2753         _Jv_FrameType from java-stack.h.
2754         * include/java-stack.h: Removed _Jv_FrameType.
2755         * java/lang/Thread.java: Added frame member to hold new
2756         composite frame stack.
2757         * java/lang/Thread.h: Regenerated.
2758         * java/lang/Thread.class: Rebuilt.
2759         * jni.cc (_Jv_JNIMethod::call): Push a frame onto the stack when
2760         calling a JNI method.
2761         * jvmti.cc (_Jv_JVMTI_GetStackTrace): New Method.
2762         (_Jv_JVMTI_GetFrameCount): New method.
2763         * stacktrace.cc (UnwindTraceFn): Modified to use new _Jv_Frame
2764         classes.
2765         * testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
2766         * testsuite/libjava.jvmti/interp/natgetstacktrace.cc: New test.
2767         * testsuite/libjava.jvmti/interp/getstacktrace.h: New test.
2768         * testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
2769         * testsuite/libjava.jvmti/interp/getstacktrace.out: Output file
2770         for test. 
2771
2772 2007-01-29  Tom Tromey  <tromey@redhat.com>
2773
2774         * interpret.cc (run_debug): Remove comment.
2775         (STOREA): Reformat.
2776         (STOREI): Likewise.
2777         (STOREF): Likewise.
2778         (STOREL): Likewise.
2779         (STORED): Likewise.
2780         (POKEI): Likewise.
2781         (run_normal_debug): Likewise.
2782         (run_synch_object_debug): Likewise.
2783         (run_class_debug): Likewise.
2784         (run_synch_class_debug): Likewise.
2785         (get1s): Likewise.
2786         (get1u): Likewise.
2787         (get2u): Likewise.
2788         (get4): Likewise.
2789         (NULLARRAYCHECK): Likewise.
2790         (ARRAYBOUNDSCHECK): Likewise.
2791         * interpret-run.cc (insn_target) <breakpoint>: Tidy.
2792
2793 2007-01-29  Tom Tromey  <tromey@redhat.com>
2794
2795         * configure, Makefile.in: Rebuilt.
2796         * Makefile.am (bin_SCRIPTS): Never install scripts/jar.
2797         * configure.ac (BASH_JAR): Removed conditional.
2798         (JAR): Prefer the jar found by AC_CHECK_PROGS.
2799
2800 2007-01-29  Tom Tromey  <tromey@redhat.com>
2801
2802         * Makefile.in: Rebuilt.
2803         * Makefile.am (interpret.lo): New target.  Add -fwrap to
2804         AM_CXXFLAGS.
2805
2806 2007-01-29  Keith Seitz  <keiths@redhat.com>
2807
2808         * include/jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED):
2809         Define.
2810         [__GCJ_JNI_IMPL__]: Define our own JVMTI types when building
2811         gcj. All jvmti object types now are defined to be their
2812         corresponding java classes.
2813         * jvmti.cc (_Jv_JVMTI_SuspendThread): Remove casting from
2814         jthread to Thread*.
2815         (_Jv_JVMTI_ResumeThread): Likewise.
2816         (_Jv_JVMTI_InterruptThread): Likewise.
2817         (_Jv_JVMTI_SetEventNotificationMode): Likewise.
2818         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2819         (jdwpClassPrepareCB): Likewise.
2820         (jdwpThreadEndCB): Likewise.
2821         (jdwpThreadStartCB): Likewise.
2822         (jdwpVMInitCB): Likewise.
2823  
2824 2007-01-28  Michele Sandri  <gpointorama@gmail.com>
2825
2826         * gnu/java/nio/channels/natFileChannelWin32.cc
2827         (lock): Implemented.
2828         (unlock): Implemented.
2829
2830 2007-01-27  Andreas Tobler  <a.tobler@schweiz.org>
2831
2832         PR libgcj/30513
2833         * configure.host: Add forgottten sysdep_dir to sparc. Add a flag to
2834         libgcj_flags to undefine 'sun' at compile time.
2835         * sysdep/sparc/locks.h (read_barrier): New functions for 32 and 64 bit
2836         Sparc.
2837         (write_barrier): Likewise.
2838
2839 2007-01-27  Keith Seitz  <keiths@redhat.com>
2840
2841         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2842         (getAllClassMethods): Move error handling to ...
2843         (throw_jvmti_error): ... here.
2844         (jdwpClassPrepareCB): New function.
2845         (jdwpThreadEndCB): New function.
2846         (jdwpThreadStartCB): New function.
2847         (jdwpVMDeathCB): New function.
2848         (jdwpVMInitCB): Define and enable callbacks for
2849         ClassPrepare, ThreadEnd, ThreadStart, and VMDeath.
2850
2851 2007-01-27  Jakub Jelinek  <jakub@redhat.com>
2852
2853         * Makefile.am (generic_header_files): Add $(inner_nat_headers).
2854         * testsuite/Makefile.am (check-dejaGNU): Depend on compile-tests.
2855         (MYGCJH): New variable.
2856         (compile-tests): New goal.
2857         * Makefile.in: Rebuilt.
2858         * testsuite/Makefile.in: Rebuilt.
2859
2860 2007-01-26  Andrew Haley  <aph@redhat.com>
2861
2862         * java/lang/natClass.cc (initializeClass): Re-throw
2863         SecurityExceptions.
2864         * java/lang/natVMClassLoader.cc (loadClass): checkPackageAccess.
2865         * java/lang/ClassLoader.java: (loadClass): Likewise.
2866
2867 2007-01-26  Tom Tromey  <tromey@redhat.com>
2868
2869         * Updated headers.
2870
2871 2007-01-25  Tom Tromey  <tromey@redhat.com>
2872
2873         PR libgcj/29594:
2874         * gnu/gcj/convert/Convert.java (main): Correctly handle missing
2875         input or output encodings.  Removed unused local variables.
2876
2877 2007-01-25  Keith Seitz  <keiths@redhat.com>
2878
2879         * include/jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.
2880         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2881         (_Jv_GetJDWP_JVMTIEnv): New function.
2882         * gnu/classpath/jdwp/natVMMethod.cc (getName): Implement.
2883         (getSignature): Implement.
2884         (getModifiers): Implement.
2885
2886 2007-01-25  Andrew Haley  <aph@redhat.com>
2887
2888         * configure, Makefile.in, include/config.h.in: Rebuilt.
2889         * Makefile.am (libgcj_la_LIBADD): Removed $(LIBMAGIC).
2890         * configure.ac: Don't check for libmagic.
2891         * java/net/natVMURLConnection.cc (p_magic_open, p_magic_load,
2892         p_magic_close, p_magic_buffer): New globals.
2893         (init): Look up 'magic' functions.
2894         (guessContentTypeFromBuffer): Updated.
2895
2896 2007-01-25  Keith Seitz  <keiths@redhat.com>
2897
2898         * jvmti.cc (_Jv_JVMTI_GetMethodName): New function.
2899         (_Jv_JVMTI_Interface): Define GetMethodName.
2900         * testsuite/libjava.jvmti/getmethodname.java: New file.
2901         * testsuite/libjava.jvmti/natgetmethodname.cc: New file.
2902         * testsuite/libjava.jvmti/getmethodname.out: New file. 
2903
2904 2007-01-24  Kyle Galloway  <kgallowa@redhat.com>
2905
2906         * libjava/testsuite/libjava.jvmti/jvmti-interp.exp: New file.
2907         * libjava/testsuite/libjava.jvmti/interp: New folder.
2908         * libjava/testsuite/lib/libjava.exp (exec_gij): New Method.
2909
2910 2007-01-24  Keith Seitz  <keiths@redhat.com>
2911
2912         * link.cc (_Jv_Linker::wait_for_state): Add JVMTI
2913         CLASS_PREPARE notification.
2914
2915 2007-01-24  Keith Seitz  <keiths@redhat.com>
2916
2917         * interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h,
2918         gnu/gcj/jvmti/BreakpointManager.h, jvmti.h, and jvmti-int.h
2919         * interpret-run.cc: Implement insn_breakpoint.
2920
2921 2007-01-24  Keith Seitz  <keiths@redhat.com>
2922
2923         * prims.cc (_Jv_RunMain): Send JVMTI event notifications
2924         for VM_INIT and VM_DEATH instead of the JDWP notifications.
2925
2926 2007-01-24  Keith Seitz  <keiths@redhat.com>
2927
2928         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2929         (getAllClassMethods): Implement.
2930
2931 2007-01-24  Andrew Haley  <aph@redhat.com>
2932
2933         * gnu/classpath/natVMStackWalker.cc: Call InitClass everywhere.
2934         (getClassContext) Add a barrier to prevent GetStackWalkerStack()
2935         from being sibcalled.
2936
2937 2007-01-24  Andrew Haley  <aph@redhat.com>
2938
2939         * scripts/makemake.tcl (emit_bc_rule): Set the source filename.
2940         * sources.am: Rebuild.
2941
2942 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
2943
2944         * exception.cc (parse_lsda_header, PERSONALITY_FUNCTION): Replaced
2945         _Unwind_Word with _uleb128_t and _Unwind_SWord with _sleb128_t.
2946
2947 2007-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2948
2949         PR libgcj/30550
2950         * Makefile.am (ecjx_DEPENDENCIES): Add libgcj_bc.la if needed.
2951         * Makefile.in: Regenerated.
2952
2953 2007-01-22  Keith Seitz  <keiths@redhat.com>
2954
2955         * gnu/classpath/jdwp/natVMVirtualMachine.cc
2956         (getClassMethod): Implement.
2957
2958 2007-01-22  Keith  Seitz  <keiths@redhat.com>
2959
2960         * java/lang/Class.h (_Jv_GetClassStatus): Declare.
2961         * java/lang/natClass.cc (_Jv_GetClassStatus): New function.
2962         * jvmti.cc (_Jv_JVMTI_GetClassStatus): New function.
2963         (_Jv_JVMTI_Interface): Define GetClassStatus.
2964
2965 2007-01-22  Tom Tromey  <tromey@redhat.com>
2966
2967         * configure: Rebuilt.
2968         * configure.ac (GCJ): Reverted patch of 2006-12-20.
2969
2970 2007-01-22  Tom Tromey  <tromey@redhat.com>
2971
2972         PR java/29812:
2973         * testsuite/libjava.jni/pr29812.java: New file.
2974         * testsuite/libjava.jni/pr29812_injar.java: New file.
2975         * testsuite/libjava.jni/pr29812_injar.jar: New file.
2976         * testsuite/libjava.jni/pr29812.out: New file.
2977         * testsuite/libjava.jni/pr29812_injar.c: New file.
2978         * testsuite/libjava.jni/pr29812_injar.h: New file.
2979         * testsuite/libjava.jni/pr29812.jar: New file.
2980         * testsuite/libjava.jni/pr29812.c: New file.
2981         * testsuite/libjava.jni/pr29812.h: New file.
2982         * testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation):
2983         New proc.
2984         (gcj_jni_invocation_test_one): Use it.
2985         (gcj_jni_pr29812): New proc.
2986         (gcj_jni_run): Use it.
2987         * java/lang/natRuntime.cc (_load): Push a new system frame before
2988         calling JNI_OnLoad.
2989         * include/jvm.h (_Jv_JNI_PopSystemFrame): Declare.
2990         (_Jv_GetJNIEnvNewFrameWithLoader): Likewise.
2991         * jni.cc (struct _Jv_JNI_LocalFrame) <marker>: Now unsigned char.
2992         <allocated_p>: Now bool.
2993         <loader>: New field.
2994         (_Jv_JNI_EnsureLocalCapacity): Updated.
2995         (_Jv_JNI_NewLocalRef): Likewise.
2996         (_Jv_JNI_NewLocalRef): Likewise.
2997         (_Jv_JNI_PopLocalFrame): Likewise.
2998         (_Jv_JNI_FindClass): Likewise.
2999         (_Jv_GetJNIEnvNewFrame): Likewise.
3000         (_Jv_JNI_AttachCurrentThread): Likewise.
3001         (_Jv_GetJNIEnvNewFrameWithLoader): New function.
3002         (_Jv_GetJNIEnvNewFrame): Use it.
3003         * include/jni_md.h (_CLASSPATH_JNIENV_CONTENTS): Removed 'klass'.
3004
3005 2007-01-22  Tom Tromey  <tromey@redhat.com>
3006
3007         * libtool-version: Bump current to 9.
3008
3009 2007-01-22  Andrew Haley  <aph@redhat.com>
3010
3011         * sysdep/alpha/locks.h (write_barrier): New.
3012
3013 2007-01-21  Matthias Klose  <doko@debian.org>
3014
3015         * Makefile.am (install-exec-hook): Use transformed name.
3016         * Makefile.in: Regenerate.
3017
3018 2007-01-19  Keith Seitz  <keiths@redhat.com>
3019
3020         * gnu/classpath/jdwp/natVMVirtualMachine.cc: Mark unused parameters
3021         in methods and reformat.
3022
3023         * gnu/classpath/jdwp/natVMFrame.cc: Mark unused parameters with
3024         MAYBE_UNUSED.
3025
3026 2007-01-18  Keith Seitz  <keiths@redhat.com>
3027
3028         From Macro Trudel <mtrudel@gmx.ch>:
3029         * gnu/classpath/jdwp/natVMVirtualMachine.cc (jdwpVMInitCB):
3030         Use JNICALL.
3031
3032 2007-01-18  Marco Trudel  <mtrudel@gmx.ch>
3033
3034         * jni.cc (_Jv_JNI_FindClass): Initialize class.
3035         * testsuite/libjava.jni/findclass2.jar: New file.
3036         * testsuite/libjava.jni/findclass2.h: New file.
3037         * testsuite/libjava.jni/findclass2.java: New file
3038         * testsuite/libjava.jni/findclass2.c: New file.
3039         * testsuite/libjava.jni/findclass2.out: New file.
3040
3041 2007-01-18  Tom Tromey  <tromey@redhat.com>
3042
3043         * configure: Rebuilt.
3044         * configure.ac: Use multi_basedir instead of libgcj_basedir.
3045
3046 2007-01-18  Gary Benson  <gbenson@redhat.com>
3047
3048         * gnu/java/nio/natVMPipeEcos.cc:
3049         Renamed from gnu/java/nio/natPipeImplEcos.cc.
3050         * gnu/java/nio/natVMPipePosix.cc:
3051         Renamed from gnu/java/nio/natPipeImplPosix.cc.
3052         * gnu/java/nio/natVMPipeWin32.cc:
3053         Renamed from gnu/java/nio/natPipeImplWin32.cc.
3054         * gnu/java/nio/natVMSelectorEcos.cc:
3055         Renamed from gnu/java/nio/natSelectorImplEcos.cc.
3056         * gnu/java/nio/natVMSelectorPosix.cc:
3057         Renamed from gnu/java/nio/natSelectorImplPosix.cc.
3058         * gnu/java/nio/natVMSelectorWin32.cc:
3059         Renamed from gnu/java/nio/natSelectorImplWin32.cc.
3060         * java/io/natVMObjectInputStream.cc:
3061         Renamed from java/io/natObjectInputStream.cc.
3062         * java/lang/natVMDouble.cc:
3063         Renamed from java/lang/natDouble.cc.
3064         * java/lang/natVMFloat.cc:
3065         Renamed from java/lang/natFloat.cc.     
3066         * Makefile.am, configure.ac: Reflect the above.
3067         * Makefile.in, configure: Rebuilt.
3068
3069 2007-01-17  Andrew Haley  <aph@redhat.com>
3070
3071         * Makefile.in: Rebuilt.
3072         * Makefile.am (ecjx_LDFLAGS): Pass -fbootclasspath.
3073
3074 2007-01-17  Keith Seitz  <keiths@redhat.com>
3075
3076         * java/lang/natThread.cc (finish_): Add JVMTI ThreadEnd notification.
3077         (_Jv_NotifyThreadStart): Add JVMTI ThreadStart notification.
3078
3079 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3080
3081         * configure.ac: Use multi.m4 from aclocal rather than custom
3082         code.  Use multi_basedir instead libgcj_basedir.  Test for
3083         /proc/self/exe when not cross-compiling.
3084         * aclocal.m4: Regenerate.
3085         * configure: Regenerate.
3086         * Makefile.in: Regenerate.
3087
3088 2007-01-17  Gary Benson  <gbenson@redhat.com>
3089
3090         * java/nio/natVMDirectByteBufferImpl.cc:
3091         Renamed from java/nio/natDirectByteBufferImpl.cc.
3092         * Makefile.am: Reflect the above.
3093         * Makefile.in: Rebuilt.
3094         
3095 2007-01-17  Marco Trudel  <mtrudel@gmx.ch>
3096
3097         * jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static.  Use JNICALL.
3098         Fixed indentation.  Removed unused variable.
3099
3100 2007-01-16  Tom Tromey  <tromey@redhat.com>
3101
3102         * java/lang/natThread.cc (finalize_native): Remove cast.
3103         (_Jv_GetCurrentJNIEnv): Likewise.
3104         * include/jvm.h (struct natThread) <jni_env>: Declare as
3105         _Jv_JNIEnv*.
3106
3107 2007-01-16  Keith Seitz  <keiths@redhat.com>
3108
3109         * testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use
3110         %#llx instead of %d for new_value.
3111         * testsuite/libjava.jvmti/events.out: Update expected output.
3112         * testsuite/libjava.jvmti/events.jar: Regenerate.
3113
3114 2007-01-16  Keith Seitz  <keiths@redhat.com>
3115
3116         * gnu/classpath/jdwp/natVMVirtualMachine.cc (DEFINE_CALLBACK):
3117         New macro.
3118         (ENABLE_EVENT): New macro.
3119         (initialize): Define and enable JVMTI VM_INIT callback.
3120         (jdwpVMInitCB): New function.
3121
3122 2007-01-16  Kyle Galloway  <kgallowa@redhat.com>
3123
3124         * jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.
3125         * testsuite/libjava.jvmti/getallthreads.java: New test.
3126         * testsuite/libjava.jvmti/natgetallthreads.cc: Ditto.
3127         * testsuite/libjava.jvmti/getallthreads.out: Ditto.
3128         * testsuite/libjava.jvmti/getallthreads.h: Ditto.
3129         * testsuite/libjava.jvmti/getallthreads.jar: Ditto. 
3130
3131 2007-01-15  Keith Seitz  <keiths@redhat.com>
3132
3133         * gnu/classpath/jdwp/natVMVirtualMachine.cc (suspendThread): Use
3134         java.lang.StringBuilder instead of java.lang.StringBuffer.
3135         (resumeThread): Likewise.
3136
3137 2007-01-15  Gary Benson  <gbenson@redhat.com>
3138
3139         * java/nio/MappedByteBuffer.java: Removed.
3140         * sources.am, Makefile.in: Rebuilt.
3141
3142 2007-01-15  Gary Benson  <gbenson@redhat.com>
3143
3144         * java/net/URLClassLoader.java: Removed.
3145         * gnu/java/net/loader/Load_gcjlib.java: New file.
3146         * gnu/gcj/runtime/BootClassLoader.java: Ensure core
3147         URL handler is present in static executables.
3148         * sources.am, Makefile.in: Rebuilt.
3149
3150 2007-01-14  H.J. Lu  <hongjiu.lu@intel.com>
3151
3152         * Makefile.am (libgcj_la_LDFLAGS): Add
3153         $(LIBGCJ_LD_SYMBOLIC_FUNCTIONS).
3154         (libgcj_tools_la_LDFLAGS): Likewise.
3155         (libgcj_bc_la_LDFLAGS): Likewise.
3156         * Makefile.in: Regenerated.
3157
3158         * configure.ac: Use ACX_PROG_LD_GNU_SYMBOLIC.  Set
3159         LIBGCJ_LD_SYMBOLIC_FUNCTIONS to $SYMBOLIC_LDFLAGS.  Set
3160         libgcj_ld_symbolic to $SYMBOLIC_LDFLAGS if it isn't set.
3161         Substitute LIBGCJ_LD_SYMBOLIC_FUNCTIONS.
3162         * configure: Regenerated.
3163         * aclocal.m4: Likewise.
3164         * gcj/Makefile.in: Likewise.
3165         * include/Makefile.in: Likewise.
3166         * testsuite/Makefile.in: Likewise.
3167
3168 2007-01-12  Kaz Kojima  <kkojima@gcc.gnu.org>
3169
3170         * sysdep/sh/locks.h (read_barrier): New.
3171         (write_barrier): Likewise.
3172
3173 2007-01-12  Andrew Haley  <aph@redhat.com>
3174
3175         * include/i386-signal.h: Rewrite to use rt_sigaction.
3176
3177 2007-01-11  Andrew Haley  <aph@redhat.com>
3178
3179         * prims.cc (jdwpOptions) Fix deprecated cast from char[] constant
3180         to char*.
3181         * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): Rewrite to fix
3182         aliasing violation.
3183
3184 2007-01-10  Tom Tromey  <tromey@redhat.com>
3185
3186         * gnu/gcj/xlib/*.h: New files.
3187         * gnu/awt/xlib/*.h: Likewise.
3188         * classpath/lib/gnu/gcj/xlib: New class files.
3189         * classpath/lib/gnu/awt/xlib: Likewise.
3190
3191 2007-01-10  Tom Tromey  <tromey@redhat.com>
3192
3193         * HACKING: Various updates.
3194
3195 2007-01-10  Tom Tromey  <tromey@redhat.com>
3196
3197         * java/lang/natDouble.cc (toString): Added parens.
3198         * gnu/gcj/io/shs.h (PROTO): Define.
3199         * link.cc (resolve_pool_entry): Added missing braces.
3200
3201 2007-01-10  H.J. Lu  <hongjiu.lu@intel.com>
3202
3203         PR libgcj/30424
3204         * sysdep/ia64/locks.h (read_barrier): New.
3205         (write_barrier): New.
3206
3207 2007-01-10  Gary Benson  <gbenson@redhat.com>
3208
3209         * java/net/URL.java: Removed.
3210         * sources.am, Makefile.in: Rebuilt.
3211
3212 2007-01-10  Matthias Klose  <doko@debian.org>
3213
3214         * Makefile.am (install-exec-hook): Support $(DESTDIR).
3215         * Makefile.in: Regenerated.
3216
3217 2007-01-05  Tom Tromey  <tromey@redhat.com>
3218
3219         * testsuite/libjava.loader/loader.exp (gcj_loader_run): Find
3220         dummy.class in srcdir.
3221
3222 2007-01-03  Tom Tromey  <tromey@redhat.com>
3223
3224         * testsuite/libjava.cni/cni.exp (gcj_cni_compile_cxx_to_o): Add -I
3225         for srcdir.
3226
3227 2007-01-03  Tom Tromey  <tromey@redhat.com>
3228
3229         * testsuite/*: Added many .jar and .h files.
3230         * testsuite/libjava.special/special.exp
3231         (gcj_special_try_compiler): New proc.
3232         * testsuite/libjava.loader/loader.exp (gcj_loader_run): Don't
3233         bytecompile source.  Search for .jar files.
3234         (gcj_loader_test_one): Don't look for MyLoader.java.
3235         * testsuite/libjava.jvmti/jvmti.exp (gcj_jvmti_test_one): Don't
3236         bytecompile sources or build headers.
3237         (gcj_jvmti_run): Look for .jar files.
3238         * testsuite/libjava.jni/jni.exp (gcj_jni_run): Compile .jar
3239         files.
3240         (gcj_jni_test_one): Don't bytecompile sources or build headers.
3241         Set classpath when invoking gij.
3242         (gcj_jni_invocation_test_one): Likewise.
3243         * testsuite/libjava.cni/cni.exp (gcj_cni_test_one): Don't build
3244         headers or bytecompile sources.
3245         (gcj_cni_run): Use .jar files, not .java files.
3246         * testsuite/libjava.lang/lang.exp: Compile .jar files.
3247
3248 2007-01-02  Tom Tromey  <tromey@redhat.com>
3249
3250         * configure: Rebuilt.
3251         * configure.ac: Check for gjar.
3252
3253 2007-01-02  Tom Tromey  <tromey@redhat.com>
3254
3255         * testsuite/libjava.jacks/jacks.exp: Removed.
3256         * testsuite/libjava.jacks/jacks.xfail: Removed.
3257