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

Comparing jsr166/src/main/java/util/concurrent/SubmissionPublisher.java (file contents):
Revision 1.42 by jsr166, Tue Sep 8 00:28:16 2015 UTC vs.
Revision 1.43 by jsr166, Thu Sep 10 15:59:21 2015 UTC

# Line 133 | Line 133 | public class SubmissionPublisher<T> impl
133       */
134  
135      /** The largest possible power of two array size. */
136 <    static final int BUFFER_CAPACITY_LIMIT  = 1 << 30;
136 >    static final int BUFFER_CAPACITY_LIMIT = 1 << 30;
137  
138      /** Round capacity to power of 2, at most limit. */
139      static final int roundCapacity(int cap) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines