This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: SimpleDateFormat
- From: Andrew Haley <aph at redhat dot com>
- To: decuplo at yahoo dot com
- Cc: Ben Gardiner <BenGardiner at nanometrics dot ca>, java at gcc dot gnu dot org
- Date: Thu, 19 Jun 2008 14:59:54 +0100
- Subject: Re: SimpleDateFormat
- References: <600341.3608.qm@web56915.mail.re3.yahoo.com>
- - wrote:
>> AFAIK it only happens if you link statically with libgcj.
>
> But also with gcj version 3.4.5 is statically linked. Why with that compiler
> release the problem didn't happens.
It's a much older version of the library, which probably wasn't properly
resourceified. In other words, the bug with resources was there, but the
library didn't use those resources anyway.
Andrew.