Log of /jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java
Parent Directory
Revision
1.87 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 16 08:34:49 2006 UTC (3 years, 9 months ago) by
jsr166
Branch:
MAIN
Changes since
1.86: +1 -1 lines
Diff to
previous 1.86
6383475: ConcurrentSkipListMap.remove(null,null) will not throw NullPointerException
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 22 22:36:20 2004 UTC (5 years, 5 months ago) by
dl
Branch:
MAIN
Changes since
1.48: +24 -0 lines
Diff to
previous 1.48
Override toArray in KeySet and Values classes to avoid potential array underallocation
Revision
1.48 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 2 23:49:06 2004 UTC (5 years, 5 months ago) by
dl
Branch:
MAIN
Changes since
1.47: +1 -22 lines
Diff to
previous 1.47
CopyOnWriteArraySet and ConcurrentHashMap no longer implement Cloneable
Improve javadoc wording in other classes
Revision
1.45 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 10 14:21:45 2004 UTC (5 years, 7 months ago) by
dl
Branch:
MAIN
Changes since
1.44: +194 -143 lines
Diff to
previous 1.44
Conform to JSR133:
Declare HashEntry.value field volatile to ensure ordering
Reread value to deal with cases of HashEntry initialization reorderings
Force ordering during rehash by making table field volatile
Eliminate possiblilty of infinite retry in size and containsValue
Minor changes to private method decls to simplify the above
Make internal docuemntation match code.
Revision
1.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 23 19:38:09 2003 UTC (5 years, 11 months ago) by
dl
Branch:
MAIN
Changes since
1.34: +3 -0 lines
Diff to
previous 1.34
cache finals across volatiles; avoid readResolve; doc improvments; timed invokeAll interleaves
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 14 21:30:45 2003 UTC (6 years, 6 months ago) by
tim
Branch:
MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.