By: Gabriele Svelto (gabriele.svelto.delete@this.gmail.com), October 24, 2006 1:02 am
Room: Moderated Discussions
S. Rao (sonny@burdell.org) on 10/23/06 wrote:
---------------------------
>Thinking about it more, since Java constructors are all
>chained, we would end up with several barriers for
>every object creation...
Why? Unless all constructors have already been called the object is still considered uninitialized and thus shouldn't be visible to other threads.
Gabriele
---------------------------
>Thinking about it more, since Java constructors are all
>chained, we would end up with several barriers for
>every object creation...
Why? Unless all constructors have already been called the object is still considered uninitialized and thus shouldn't be visible to other threads.
Gabriele