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