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

Comparing jsr166/src/test/tck-jsr166e/AtomicDoubleArrayTest.java (file contents):
Revision 1.5 by jsr166, Wed Aug 10 07:11:12 2011 UTC vs.
Revision 1.6 by jsr166, Wed Aug 10 07:23:43 2011 UTC

# Line 232 | Line 232 | public class AtomicDoubleArrayTest exten
232          AtomicDoubleArray aa = new AtomicDoubleArray(SIZE);
233          for (int i : new int[] { 0, SIZE - 1}) {
234              double prev = 0.0;
235            double unused = Math.E + Math.PI;
235              for (double x : VALUES) {
236                  assertBitEquals(prev, aa.getAndSet(i, x));
237                  prev = x;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines