This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Deadlock in 'initializeClass'
- To: java-discuss@sourceware.cygnus.com
- Subject: Re: Deadlock in 'initializeClass'
- From: Matt Welsh <mdw@cs.berkeley.edu>
- Date: Wed, 01 Sep 1999 15:57:15 -0700
- Reply-To: Matt Welsh <mdw@cs.berkeley.edu>
Matt Welsh <mdw@CS.Berkeley.EDU> writes:
> I don't have a fix for this (yet),
30 seconds later: now I do.
Both calls to notify() in initializeClass() should be changed to notifyAll().
If someone can tell me the correct procedure for submitting patches, I will
be happy to update the CVS tree!
Thanks,
Matt Welsh, UC Berkeley