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.21 by dl, Sun Aug 7 21:30:42 2005 UTC vs.
Revision 1.22 by jsr166, Thu Aug 11 17:16:39 2005 UTC

# Line 157 | Line 157 | operation <i>happens-before</i> the read
157  
158    <li>An unlock (<tt>synchronized</tt> block or method exit) on a
159    monitor happens before every subsequent lock (<tt>synchronized</tt>
160 <  block or method entry) that same monitor.
160 >  block or method entry) of that same monitor.
161  
162    <li>A write to a <tt>volatile</tt> field happens before every
163    subsequent read of that same field.
164  
165 <  <li>A call to <tt>start</tt> on a thread happens before any actions in the
165 >  <li>A call to <tt>start</tt> on a thread happens before any action in the
166    started thread.
167  
168    <li>All actions in a thread happen before any other thread

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines