ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/DoubleAdder.java
(Generate patch)

Comparing jsr166/src/jsr166e/DoubleAdder.java (file contents):
Revision 1.9 by jsr166, Mon Jan 14 02:02:41 2013 UTC vs.
Revision 1.10 by jsr166, Mon Jan 14 20:30:22 2013 UTC

# Line 80 | Line 80 | public class DoubleAdder extends Striped
80       * atomic snapshot; invocation in the absence of concurrent
81       * updates returns an accurate result, but concurrent updates that
82       * occur while the sum is being calculated might not be
83 <     * incorporated.  Also, because double-precision arithmetic is not
83 >     * incorporated.  Also, because floating-point arithmetic is not
84       * strictly associative, the returned result need not be identical
85       * to the value that would be obtained in a sequential series of
86       * updates to a single variable.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines