This is the mail archive of the java@gcc.gnu.org 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: Synchronization article on developerWorks


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.


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