This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: SimpleDateFormat thread problems?
- From: Andrew Haley <aph at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: Vladimir Leven <vladimirl at wrx-ca dot com>, java at gcc dot gnu dot org
- Date: Mon, 10 May 2004 19:08:30 +0100
- Subject: Re: SimpleDateFormat thread problems?
- References: <40633001.3090605@wrx-ca.com><409FA422.4070103@wrx-ca.com><409FC17C.3030701@redhat.com>
Bryce McKinlay writes:
> I suspect part of the problem is possibly broken/slow stack trace
> code trying to call external programs to do a calling-classloader
> check.
But we don't try to call external programs in getBundle(). We just
get a stack trace and call classAt() until we find a class.
It might be wrong because of sibcall optimizations.
Andrew.