ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java
Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Thu Apr 28 00:15:06 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.110: +49 -57 lines
Diff to previous 1.110
rework size() and containsValue() to optimize the fully locked traversal

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 14:06:30 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.109: +1 -1 lines
Diff to previous 1.109
add missing javadoc asterisks

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 12:58:52 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.108: +8 -8 lines
Diff to previous 1.108
javadoc in third person

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 19:06:43 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.107: +2 -2 lines
Diff to previous 1.107
sum should be a long, not int

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 18:51:40 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.106: +0 -1 lines
Diff to previous 1.106
unused variable

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 01:22:02 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.105: +1 -1 lines
Diff to previous 1.105
typo

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Wed Apr 20 15:36:08 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.104: +43 -20 lines
Diff to previous 1.104
Manually inline and simplify some accesses

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Fri Apr 15 23:07:20 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.103: +19 -12 lines
Diff to previous 1.103
Improve containsValue

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Fri Apr 15 11:01:48 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.102: +1 -1 lines
Diff to previous 1.102
Ensure at least one retry in containsValue

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 20:24:45 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.101: +2 -1 lines
Diff to previous 1.101
IteratorAtEnd fix

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 01:17:58 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.100: +10 -8 lines
Diff to previous 1.100
coding style

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Wed Apr 13 13:23:56 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.99: +2 -2 lines
Diff to previous 1.99
Typos

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Tue Apr 12 22:52:07 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.98: +635 -464 lines
Diff to previous 1.98
Reduce initial footprint; search while locking

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:03 2011 UTC (13 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.97: +1 -1 lines
Diff to previous 1.97
Update Creative Commons license URL in legal notices

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 16:48:01 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96
whitespace

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:56 2008 UTC (16 years ago) by jsr166
Branch: MAIN
Changes since 1.95: +15 -15 lines
Diff to previous 1.95
Sync with OpenJDK; untabify

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 15:55:00 2007 UTC (16 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.94: +9 -0 lines
Diff to previous 1.94
6519662: (coll) AbstractMap collection views should override clear and isEmpty

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 02:20:06 2006 UTC (17 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93
doc fixes

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Sun Dec 3 23:37:19 2006 UTC (17 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.92: +8 -8 lines
Diff to previous 1.92
Further improve hash

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Sat Dec 2 20:55:01 2006 UTC (17 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.91: +8 -5 lines
Diff to previous 1.91
Improve segment spread for hash function

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Thu Jun 22 05:23:32 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.90: +1 -1 lines
Diff to previous 1.90
whitespace

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 23:54:23 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.89: +4 -4 lines
Diff to previous 1.89
6435782: (coll) Improve ConcurrentHashMap performance

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Tue Jun 6 11:17:58 2006 UTC (18 years ago) by dl
Branch: MAIN
Changes since 1.88: +20 -20 lines
Diff to previous 1.88
Improve hash() function to the one now used in HashMap

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Sun May 28 23:36:29 2006 UTC (18 years ago) by jsr166
Branch: MAIN
Changes since 1.87: +1 -1 lines
Diff to previous 1.87
Location of Collections Guide has changed

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 08:34:49 2006 UTC (18 years, 3 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.86 - (view) (download) (annotate) - [select for diffs]
Sun Nov 20 15:38:08 2005 UTC (18 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.85: +0 -37 lines
Diff to previous 1.85
Eliminate unnecessary special handling of toArray

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 20:09:26 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.84: +7 -5 lines
Diff to previous 1.84
get

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 09:36:20 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +3 -5 lines
Diff to previous 1.83
sync with mustang

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 03:42:10 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.82: +4 -7 lines
Diff to previous 1.82
make WriteThroughEntry an inner class

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 03:05:49 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +31 -22 lines
Diff to previous 1.81
HashIterator abstract; Use enhanced for in toArray methods

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 01:57:42 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.80: +4 -2 lines
Diff to previous 1.80
doc fixes

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 01:51:23 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.79: +4 -4 lines
Diff to previous 1.79
whitespace

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Fri Aug 19 13:05:11 2005 UTC (18 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.78: +33 -66 lines
Diff to previous 1.78
Fix CR 6312056 by simplifying entrySet iterator

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 20:44:49 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.77: +2 -0 lines
Diff to previous 1.77
@since 1.6

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 07:45:09 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76
doc fixes

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Mon Jun 20 18:05:45 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.75: +9 -14 lines
Diff to previous 1.75
doc fixes

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Thu Jun 16 02:17:07 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +2 -3 lines
Diff to previous 1.74
doc fixes

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 01:44:14 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.73: +1 -1 lines
Diff to previous 1.73
whitespace

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Tue May 31 14:02:47 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.72: +3 -2 lines
Diff to previous 1.72
Reduce generics warnings

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sat May 28 13:31:22 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.71: +16 -10 lines
Diff to previous 1.71
Reduce generics warnings

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Thu May 26 15:48:12 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.70: +30 -30 lines
Diff to previous 1.70
Avoid some generics cast warnings

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sat May 21 02:49:21 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.69: +4 -4 lines
Diff to previous 1.69
whitespace

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Wed May 18 18:15:01 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68
remove(x,null) -> false

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Wed May 18 06:48:23 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.67: +108 -161 lines
Diff to previous 1.67
doc fixes

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Thu May 12 23:57:21 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66
doc fixes

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Mon May 2 21:51:38 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.65: +3 -3 lines
Diff to previous 1.65
Acts as -> This is equivalent to

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Mon May 2 19:01:41 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.64: +1 -1 lines
Diff to previous 1.64
remove useless casts

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Mon May 2 18:38:53 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.63: +30 -30 lines
Diff to previous 1.63
remove trailing whitespace

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Mon May 2 18:36:04 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.62: +4 -8 lines
Diff to previous 1.62
improve rendering of whitespace around code examples

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Mon May 2 03:16:16 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61
first sentence; third person

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Mon May 2 03:04:41 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
4 stray parens

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 20:42:51 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59
doc fixes

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 01:54:09 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.58: +6 -6 lines
Diff to previous 1.58
doc fixes

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 12:27:11 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57
Copyedit pass

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Mar 7 23:49:21 2005 UTC (19 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.56: +15 -15 lines
Diff to previous 1.56
Javadoc improvements

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Mon Mar 7 16:41:56 2005 UTC (19 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.55: +49 -31 lines
Diff to previous 1.55
Copyedit pass

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 18:38:37 2004 UTC (19 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.54: +22 -7 lines
Diff to previous 1.54
Regularize constructors

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 13:00:39 2004 UTC (19 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.53: +2 -55 lines
Diff to previous 1.53
Add AbstractMap.SimpleImmutableEntry; make SimpleEntry public

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Thu Jul 29 11:36:11 2004 UTC (19 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.52: +10 -14 lines
Diff to previous 1.52
Remove mention of default values in constructor javadocs

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Mon Jul 12 11:01:14 2004 UTC (19 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.51: +14 -10 lines
Diff to previous 1.51
Improve constructor javadocs

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sun Jun 27 14:03:39 2004 UTC (19 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.50: +2 -9 lines
Diff to previous 1.50
Nitpicky doc fixes

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Thu Jun 24 23:55:01 2004 UTC (19 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.49: +5 -6 lines
Diff to previous 1.49
Documentation wording fixes

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Tue Jun 22 22:36:20 2004 UTC (19 years, 11 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 (20 years 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.47 - (view) (download) (annotate) - [select for diffs]
Thu Apr 15 14:49:13 2004 UTC (20 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
Conform to new rewrite rules in javac

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Apr 13 13:33:52 2004 UTC (20 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.45: +39 -22 lines
Diff to previous 1.45
Stylistic and internal documentation improvements

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 14:21:45 2004 UTC (20 years, 1 month 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.44 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 13:28:47 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.43: +10 -8 lines
Diff to previous 1.43
Wording fixes and improvements

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Feb 7 13:03:59 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.42: +8 -1 lines
Diff to previous 1.42
Match iterator-as-entry behavior to changes in java.util versions

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 11:36:31 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.41: +4 -0 lines
Diff to previous 1.41
Add Collection framework membership doc

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Jan 21 15:20:35 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.40: +41 -41 lines
Diff to previous 1.40
doc improvements; consistent conventions for nested classes

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 04:35:02 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.39: +1 -0 lines
Diff to previous 1.39
javadoc lint; Thread.interrupt shouldn't throw exception if thread dead

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 15:10:31 2004 UTC (20 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.38: +41 -41 lines
Diff to previous 1.38
fixed signatures to match java.util

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 17:22:22 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.37: +0 -2 lines
Diff to previous 1.37
Javadoc fix

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Dec 29 19:05:22 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.36: +3 -2 lines
Diff to previous 1.36
spellcheck

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 19:26:25 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
Headers reference Creative Commons

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Dec 23 19:38:09 2003 UTC (20 years, 5 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.34 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 21:43:57 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.33: +5 -1 lines
Diff to previous 1.33
Entry toString shouldn't throw exception

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Dec 6 00:16:20 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.32: +36 -12 lines
Diff to previous 1.32
replace returns old value

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 21:07:44 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.31: +30 -3 lines
Diff to previous 1.31
Add ConcurrentMap.replace; fix other typos

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Nov 28 12:37:00 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.30: +54 -0 lines
Diff to previous 1.30
Added replace method

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 17:50:28 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.29: +126 -38 lines
Diff to previous 1.29
Ensure EntrySet Entry setValue writes through to map

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 01:04:24 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.28: +4 -4 lines
Diff to previous 1.28
fixed typos; avoided some casts

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 17:31:23 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Wording and typo cleanup pass

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 13:38:34 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
Changed doc strings for generic params

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 12:29:33 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.25: +2 -0 lines
Diff to previous 1.25
Added docs for type params

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Oct 12 12:21:23 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.24: +14 -12 lines
Diff to previous 1.24
doc clarifications

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 23:51:28 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.23: +2 -0 lines
Diff to previous 1.23
Rephrased by-permission clause

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Sep 13 18:51:10 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.22: +18 -28 lines
Diff to previous 1.22
Proofreading pass -- many minor adjustments

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 13:33:13 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.21: +5 -4 lines
Diff to previous 1.21
Removed non-standard tags and misc javadoc cleanup

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 14:09:52 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.20: +107 -27 lines
Diff to previous 1.20
Avoid ABA problem in CHP; fix other javadocs

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 19:27:58 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
serialVersionUIDs

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 13:01:41 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.18: +54 -54 lines
Diff to previous 1.18
Replaced overspecification of constructors with better wording

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 23:32:25 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.17: +6 -5 lines
Diff to previous 1.17
Kill ScheduledExecutor Date methods; Documentation clarifications

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Aug 24 14:47:31 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.16: +32 -22 lines
Diff to previous 1.16
Javadoc clarifications

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 20:05:07 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.15: +4 -8 lines
Diff to previous 1.15
Scrunched catch, finally, else clauses.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 18:22:09 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Fixes to minor errors found by DocCheck

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 11:11:49 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.13: +15 -0 lines
Diff to previous 1.13
Clarify iterator semantics

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 22:48:54 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
Fixed signatures on ConcurrentMap.remove

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 16:43:47 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.11: +15 -15 lines
Diff to previous 1.11
Fix unchecked calls to raw type

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 13:17:51 2003 UTC (20 years, 10 months ago) by tim
Branch: MAIN
Changes since 1.10: +95 -95 lines
Diff to previous 1.10
Default compiler is now 2.2-ea. Some sources are not compatible with 2.0-ea.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 00:46:33 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Locks in subpackage; fairness params added

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Jul 1 16:29:52 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.8: +33 -54 lines
Diff to previous 1.8
Misc minor tunings

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:47 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.7: +35 -25 lines
Diff to previous 1.7
Added missing javadoc tags; minor reformatting

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 23 02:26:16 2003 UTC (20 years, 11 months ago) by brian
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Partial javadoc pass

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 02:32:05 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.5: +9 -9 lines
Diff to previous 1.5
New ScheduledExecuor methods; minor javadoc cleanup

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 18:42:17 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Added to emulation
Fixed some javadoc format errors

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 14:17:16 2003 UTC (21 years ago) by dl
Branch: MAIN
Changes since 1.3: +703 -951 lines
Diff to previous 1.3
New CHM class with variable segments.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu May 29 13:49:24 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.2: +40 -2 lines
Diff to previous 1.2
Please the new generics compiler

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:39 2003 UTC (21 years ago) by dl
Branch: MAIN
Changes since 1.1: +103 -45 lines
Diff to previous 1.1
re-check-in initial implementations

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed May 14 21:30:45 2003 UTC (21 years ago) by tim
Branch: MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to release-1_7_0: (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