This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: libgcj/38
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: libgcj/38
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Fri, 25 Feb 2000 00:19:00 -0800 (PST)
- Cc: java-patches at sourceware dot cygnus dot com, Java Gnats Server <java-gnats at sourceware dot cygnus dot com>
- References: <38B614FE.4572CBF1@albatross.co.nz>
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> This is a new fix for an old bug. The problem is that certain
Bryce> classes in java.text need to load resources via the URL class
Bryce> loading mechanism. This mechanism itself uses those java.text
Bryce> classes, and in some cases we get an
Bryce> ExceptionInInitializerError due to intializer co-dependency.
Bryce> + private void initializeDateFormats()
Shouldn't this be synchronized?
And shouldn't the body then check again for "locale == null"?
BTW this isn't for PR 32. It is for PR 38.
Tom