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

Comparing jsr166/src/main/java/util/concurrent/package-info.java (file contents):
Revision 1.16 by jsr166, Fri Jul 8 20:02:54 2016 UTC vs.
Revision 1.17 by jsr166, Sun Sep 25 01:21:22 2016 UTC

# Line 171 | Line 171
171   * concurrent collection is thread-safe, but not governed by a
172   * single exclusion lock.  In the particular case of
173   * ConcurrentHashMap, it safely permits any number of
174 < * concurrent reads as well as a tunable number of concurrent
174 > * concurrent reads as well as a large number of concurrent
175   * writes.  "Synchronized" classes can be useful when you need
176   * to prevent all access to a collection via a single lock, at
177   * the expense of poorer scalability.  In other cases in which

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines