This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Thread difficulties


>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:

Bryce> wait/notify should work fine, except on Solaris 7 due to a bug
Bryce> in its recursive mutex implementation.

We can detect Solaris 7 and enable our own recursive mutexes.  This
was discussed before, but I didn't have active Java hacking time then.
I'll try to dig it out of the archives and see if we did anything
about it.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]