ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jdk7/java/util/concurrent/ConcurrentHashMap.java
Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Mon Mar 7 23:55:31 2016 UTC (8 years, 2 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
typo

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Sep 6 00:57:56 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +1 -1 lines
Diff to previous 1.43
spelling

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Tue Mar 24 22:30:53 2015 UTC (9 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.42: +4 -3 lines
Diff to previous 1.42
refactor calls to putFields

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Mar 23 18:56:40 2015 UTC (9 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.41: +4 -0 lines
Diff to previous 1.41
JDK-8074773: Reduce the risk of rare disastrous classloading in first call to LockSupport.park

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 06:53:34 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +0 -2 lines
Diff to previous 1.40
delete unused imports

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Dec 21 21:32:34 2013 UTC (10 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
whitespace

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Dec 1 20:55:54 2013 UTC (10 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
Repair miscommit

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sun Dec 1 16:56:07 2013 UTC (10 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +11 -11 lines
Diff to previous 1.37
whitespace

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Dec 1 16:08:16 2013 UTC (10 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.36: +2 -1 lines
Diff to previous 1.36
Don't skip elements on CAS failure

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Dec 1 13:39:05 2013 UTC (10 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.35: +80 -37 lines
Diff to previous 1.35
avoid overlapping resize generations; fix RW mask

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Sep 11 14:53:48 2013 UTC (10 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.34: +130 -80 lines
Diff to previous 1.34
Apply jdk8 traversal improvements

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Sep 1 05:22:49 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +3 -1 lines
Diff to previous 1.33
use @deprecated in addition to @Deprecated

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Aug 23 20:12:21 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +8 -8 lines
Diff to previous 1.32
prefer unbounded wildcards in array creation to raw types

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Aug 9 18:43:51 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
Typo

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Jul 20 20:36:56 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +2 -0 lines
Diff to previous 1.30
sync javadoc fixes from src/main

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Jul 20 16:50:08 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.29: +67 -38 lines
Diff to previous 1.29
Ensure consistent insertion

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 19:34:43 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
enforce standard javadoc tag order

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Jul 1 19:19:31 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +5 -5 lines
Diff to previous 1.27
typos

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 17:11:57 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
javadoc punctuation

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 16:57:06 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +0 -1 lines
Diff to previous 1.25
whitespace

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jun 18 19:31:13 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +6 -6 lines
Diff to previous 1.24
javadoc punctuation

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Jun 18 18:39:14 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23
coding style

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Jun 18 18:32:43 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
whitespace

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Jun 18 17:57:21 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
rename local variable

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Jun 18 17:46:16 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +4 -5 lines
Diff to previous 1.20
whitespace

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Jun 18 17:12:26 2013 UTC (10 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.19: +2259 -5894 lines
Diff to previous 1.19
Sync with jdk8

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Apr 16 05:45:59 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
whitespace

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Feb 15 22:20:46 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +22 -22 lines
Diff to previous 1.17
whitespace

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 20:52:00 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +0 -4 lines
Diff to previous 1.16
remove redundant NPE checks

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 20:43:59 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +1 -5 lines
Diff to previous 1.15
remove redundant NPE checks

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 17:40:58 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
#values -> #values()

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 17:35:59 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
#entrySet -> #entrySet()

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 15:25:20 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
#keySet -> #keySet()

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 19:54:07 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +22 -23 lines
Diff to previous 1.11
javadoc style

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 17:27:03 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
convert to javadoc comment

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 06:58:51 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +16 -16 lines
Diff to previous 1.9
typo

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 20:39:43 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +4 -5 lines
Diff to previous 1.8
standardize style for arrayIndexScale checking code

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 04:23:27 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7
use blessed modifier order

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 17:38:37 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
add serialVersionUIDs to fix javac [serial] warnings

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 14:20:57 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
correct putAll counts

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Jan 17 14:12:56 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4
test conformance

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 07:15:18 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +0 -7 lines
Diff to previous 1.3
remove jdk8isms

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jan 6 20:05:51 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
javadoc style

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 07:43:49 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +0 -2 lines
Diff to previous 1.1
remove trailing blank javadoc lines

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Dec 16 20:55:15 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Create src/jdk7 package

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a