On 23 juil. 2010, at 11:33, Manik Surtani wrote:
Piggybacking is a valid strategy and is used in some core JDK constructs including
AbstractQueuedSynchronizer, which is used to build locks, etc. See Java Concurrency in
Practice, section 16.1.4:
http://codeidol.com/java/java-concurrency/The-Java-Memory-Model/What-is-a...
More fun reading:
http://gee.cs.oswego.edu/dl/jmm/cookbook.html
You've just killed Mircea's productivity for the next two weeks at least. Good
job! I guess that's a rite of passage ;)