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

Comparing jsr166/src/main/java/util/concurrent/LinkedTransferQueue.java (file contents):
Revision 1.54 by dl, Mon Feb 25 17:59:40 2013 UTC vs.
Revision 1.55 by jsr166, Tue Feb 26 17:28:00 2013 UTC

# Line 917 | Line 917 | public class LinkedTransferQueue<E> exte
917              this.queue = queue;
918          }
919  
920 <        /*
921 <         * Split into arrays of arithmetically increasing batch sizes,
920 >        /**
921 >         * Splits into arrays of arithmetically increasing batch sizes,
922           * giving up at MAX_BATCH.  Treat the result as a
923           * CopyOnWriteArrayList array snapshot.  This will only
924           * improve parallel performance if per-element forEach actions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines