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

Comparing jsr166/src/test/loops/ConcurrentDequeLoops.java (file contents):
Revision 1.5 by jsr166, Mon Nov 2 23:51:32 2009 UTC vs.
Revision 1.6 by jsr166, Tue Nov 3 01:04:02 2009 UTC

# Line 72 | Line 72 | public class ConcurrentDequeLoops {
72              // transform it, and put back in.
73              try {
74                  barrier.await();
75 <                int l = (int)System.nanoTime();
75 >                int l = (int) System.nanoTime();
76                  int takes = 0;
77                  for (;;) {
78                      Integer item;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines