This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: Class initialization fix
- To: Matt Welsh <mdw@cs.berkeley.edu>
- Subject: Re: Patch: Class initialization fix
- From: Tom Tromey <tromey@cygnus.com>
- Date: Wed, 1 Sep 1999 20:44:31 -0700
- Cc: java-patches@sourceware.cygnus.com
- References: <199909020315.UAA23506@bhikku.CS.Berkeley.EDU>
>>>>> "Matt" == Matt Welsh <mdw@cs.berkeley.edu> writes:
Matt> The enclosed patch fixes problems when multiple threads are blocked
Matt> waiting for a class initialization to be done by another thread;
Matt> notify() has been changed to notifyWait(). There may be other class
Matt> state transitions which require a patch of this sort.
Thanks. I checked this in.
T