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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.140 by jsr166, Tue Oct 30 16:46:09 2012 UTC vs.
Revision 1.141 by jsr166, Tue Oct 30 16:54:26 2012 UTC

# Line 196 | Line 196 | import java.io.Serializable;
196   * processing are common but not guaranteed.  Operations involving
197   * brief functions on small maps may execute more slowly than
198   * sequential loops if the underlying work to parallelize the
199 < * computation is more expensive than the computation
200 < * itself. Similarly, parallelization may not lead to much actual
201 < * parallelism if all processors are busy performing unrelated tasks.
199 > * computation is more expensive than the computation itself.
200 > * Similarly, parallelization may not lead to much actual parallelism
201 > * if all processors are busy performing unrelated tasks.
202   *
203   * <p> All arguments to all task methods must be non-null.
204   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines