ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/package.html
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/package.html (file contents):
Revision 1.24 by jsr166, Mon Aug 15 20:35:44 2005 UTC vs.
Revision 1.25 by jsr166, Mon Aug 15 22:22:34 2005 UTC

# Line 197 | Line 197 | synchronization. In particular:
197  
198    <li>Actions prior to "releasing" synchronizer methods such as
199    <tt>Lock.unlock</tt>, <tt>Semaphore.release</tt>,
200 <  <tt>CountDownLatch.countDown<tt> and <tt>Condition.signal</tt>
200 >  <tt>CountDownLatch.countDown</tt> and <tt>Condition.signal</tt>
201    happen before actions subsequent to "acquiring" methods such as
202    <tt>Lock.lock</tt>, <tt>Semaphore.acquire</tt>, and
203    <tt>CountDownLatch.await</tt> on the same synchronizer object.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines