This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: dl_iterate_phdr() deadlock patch
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Mark Wielaard <mark at klomp dot org>, "Boehm, Hans" <hans_boehm at hp dot com>, "'java-patches at gcc dot gnu dot org'" <java-patches at gcc dot gnu dot org>
- Date: Sat, 1 Mar 2003 19:08:12 -0500 (EST)
- Subject: Re: dl_iterate_phdr() deadlock patch
On 1 Mar 2003, Tom Tromey wrote:
> Is this test still valid when we reduce the count? I'd like it to at
> least not time out. Really I'd like it to take very little time at
> all (unreasonable, I know)
Not unreasonable at all. If you use jikes as your source code compiler,
this test takes just a couple seconds.
So this particular failure really does indicate a deficiency in gcj.
Jeff