This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Synchronization article on developerWorks
- To: tromey at redhat dot com
- Subject: Re: Synchronization article on developerWorks
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Wed, 25 Jul 2001 11:18:11 +1200
- Cc: java at gcc dot gnu dot org
On Wednesday, July 25, 2001, at 06:59 AM, Tom Tromey wrote:
> Also, they mention something that I've been meaning to address for a
> while: double-check locking. We use this in libgcj, but everything
> I've read says it is inherently broken. We should probably go through
> libgcj and remove the instances of it.
Yeah :(
Does GCJ ever write a newly allocated object to the heap before
initializing/constructing it completely?
regards
Bryce.