This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Broken Makefile
Bryce McKinlay wrote:
> My multidimensional array's are working now, but there is still a problem with
> Format.java (it works fine with a pre-interpreter libgcj)
Further investigation: this seems to be caused by the static initializer for
"nonLocalizedSymbols" at java/text/DecimalFormat.java::984 having not been run.
I'll see if I can come up with an isolated test case.
[ bryce ]