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

Comparing jsr166/src/jsr166e/ConcurrentHashMapV8.java (file contents):
Revision 1.49 by jsr166, Fri Jul 6 23:45:09 2012 UTC vs.
Revision 1.50 by jsr166, Sat Jul 7 13:01:53 2012 UTC

# Line 2940 | Line 2940 | public class ConcurrentHashMapV8<K, V>
2940  
2941          /**
2942           * Sets our entry's value and writes through to the map. The
2943 <         * value to return is somewhat arbitrary here. Since a we do
2944 <         * not necessarily track asynchronous changes, the most recent
2943 >         * value to return is somewhat arbitrary here. Since we do not
2944 >         * necessarily track asynchronous changes, the most recent
2945           * "previous" value could be different from what we return (or
2946           * could even have been removed in which case the put will
2947           * re-establish). We do not and cannot guarantee more.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines