ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CopyOnWriteArrayList.java
Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Thu Apr 21 11:30:11 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.74: +2 -2 lines
Diff to previous 1.74
Typos

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Wed Apr 20 19:08:20 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.73: +4 -4 lines
Diff to previous 1.73
Use relative URLs in last change

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Wed Apr 20 16:25:54 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.72: +8 -4 lines
Diff to previous 1.72
Link for "optional" -- CR 6546713

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 23:53:32 2011 UTC (13 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.71: +11 -8 lines
Diff to previous 1.71
Reduce dependencies in static initialization

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 05:05:20 2011 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +3 -4 lines
Diff to previous 1.70
use enhanced for loop in writeObject

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 04:41:40 2011 UTC (13 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +3 -4 lines
Diff to previous 1.69
improve serialization method comments

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 08:18:19 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.68: +1 -1 lines
Diff to previous 1.68
invalid @code tags

Revision 1.68 - (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.67: +1 -1 lines
Diff to previous 1.67
whitespace

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

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 15:58:02 2007 UTC (16 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.65: +37 -24 lines
Diff to previous 1.65
6570566: Incorrect range check in CopyOnWriteArrayList subLists
6570575: Cannot remove elements from CopyOnWriteArrayList subLists
6570631: CopyOnWriteArrayList subLists prohibit even non-structural modifications to parent list
6570924: CopyOnWriteArrayList subLists should implement RandomAccess

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Mon May 21 20:49:41 2007 UTC (17 years ago) by jsr166
Branch: MAIN
Changes since 1.64: +4 -8 lines
Diff to previous 1.64
6529795: (coll) Iterator.remove() fails if next() threw NoSuchElementException

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

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 06:32:46 2005 UTC (18 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +368 -368 lines
Diff to previous 1.62
sync with mustang

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 11:48:06 2005 UTC (18 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.61: +362 -364 lines
Diff to previous 1.61
Use snapshot of other collection in addAll, addAllIfAbsent

Revision 1.61 - (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.60: +5 -5 lines
Diff to previous 1.60
Eliminate unnecessary special handling of toArray

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sat Oct 1 22:09:39 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +17 -16 lines
Diff to previous 1.59
Review Rework

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 02:16:52 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +4 -4 lines
Diff to previous 1.58
whitespace

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sun Sep 25 14:42:59 2005 UTC (18 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.57: +7 -6 lines
Diff to previous 1.57
Improve equals specs

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sun Sep 25 13:10:30 2005 UTC (18 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.56: +28 -16 lines
Diff to previous 1.56
Improve equals method specs and implementations

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 22:52:49 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +12 -8 lines
Diff to previous 1.55
happens-before; volatile

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sun Sep 11 03:13:26 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +16 -21 lines
Diff to previous 1.54
toString; equals

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 21:58:22 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53
whitespace

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 00:04:00 2005 UTC (18 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52
Edit pass for happens-before descriptions

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed Sep 7 14:37:08 2005 UTC (18 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.51: +3 -1 lines
Diff to previous 1.51
clone should reset lock

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Fri Sep 2 01:03:08 2005 UTC (18 years, 9 months ago) by brian
Branch: MAIN
Changes since 1.50: +6 -0 lines
Diff to previous 1.50
Happens-before markup

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 03:16:10 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +4 -3 lines
Diff to previous 1.49
sync up listIterator comments

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 19:14:17 2005 UTC (18 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
doc fixes

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Thu Jul 14 10:48:23 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47
Remove duplicate getArray call

Revision 1.47 - (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.46: +3 -3 lines
Diff to previous 1.46
doc fixes

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 16:11:38 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
Move index check

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 16:00:03 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.44: +377 -428 lines
Diff to previous 1.44
Use Arrays.copyOf

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 23:12:28 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.43: +0 -2 lines
Diff to previous 1.43
remove redundant arrayCopy call

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 12:58:59 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.42: +20 -17 lines
Diff to previous 1.42
Incorporate review comments

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Jun 5 13:53:25 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.41: +368 -225 lines
Diff to previous 1.41
Use ReentrantLock

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue May 31 17:39:18 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.40: +110 -116 lines
Diff to previous 1.40
Reduce generics warnings

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue May 31 13:56:31 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.39: +352 -337 lines
Diff to previous 1.39
Use anticipated Arrays.clone methods

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun May 29 14:02:53 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.38: +1 -5 lines
Diff to previous 1.38
Avoid redundant bounds checks

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sat May 21 17:32:20 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.37: +23 -9 lines
Diff to previous 1.37
doc fixes

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sat May 21 03:02:42 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.36: +0 -5 lines
Diff to previous 1.36
containsAll

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed May 18 00:45:57 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.35: +5 -5 lines
Diff to previous 1.35
doc fixes

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue May 17 18:17:35 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.34: +209 -208 lines
Diff to previous 1.34
doc fixes

Revision 1.34 - (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.33: +1 -1 lines
Diff to previous 1.33
remove trailing whitespace

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon May 2 08:35:49 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.32: +4 -4 lines
Diff to previous 1.32
E o -> E e

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 23:46:37 2005 UTC (19 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.31: +42 -41 lines
Diff to previous 1.31
doc fixes

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

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

Revision 1.29 - (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.28: +8 -8 lines
Diff to previous 1.28
Javadoc improvements

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 14:25:24 2004 UTC (20 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Documentation improvements

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 00:56:31 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Typo fix

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 13:28:47 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.25: +6 -4 lines
Diff to previous 1.25
Wording fixes and improvements

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 00:23:55 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.24: +5 -6 lines
Diff to previous 1.24
Wording improvements and fixes

Revision 1.24 - (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.23: +5 -0 lines
Diff to previous 1.23
Add Collection framework membership doc

Revision 1.23 - (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.22: +3 -0 lines
Diff to previous 1.22
javadoc lint; Thread.interrupt shouldn't throw exception if thread dead

Revision 1.22 - (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.21: +8 -8 lines
Diff to previous 1.21
fixed signatures to match java.util

Revision 1.21 - (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.20: +1 -1 lines
Diff to previous 1.20
spellcheck

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 01:04:24 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.19: +8 -8 lines
Diff to previous 1.19
fixed typos; avoided some casts

Revision 1.19 - (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.18: +1 -1 lines
Diff to previous 1.18
Changed doc strings for generic params

Revision 1.18 - (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.17: +1 -0 lines
Diff to previous 1.17
Added docs for type params

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 11:37:10 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Spellcheck

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Sep 13 18:51:11 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.14: +57 -54 lines
Diff to previous 1.14
Proofreading pass -- many minor adjustments

Revision 1.14 - (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.13: +17 -17 lines
Diff to previous 1.13
Removed non-standard tags and misc javadoc cleanup

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Aug 30 16:07:39 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.12: +9 -0 lines
Diff to previous 1.12
Define clear in sublist to avoid abstract version

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 13:07:36 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.11: +80 -87 lines
Diff to previous 1.11
Style cleanups to COWList; CyclicBarrier broken barriers now Fast-fail

Revision 1.11 - (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.10: +1 -0 lines
Diff to previous 1.10
serialVersionUIDs

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

Revision 1.9 - (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.8: +6 -6 lines
Diff to previous 1.8
Fixes to minor errors found by DocCheck

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

Revision 1.7 - (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.6: +88 -84 lines
Diff to previous 1.6
Default compiler is now 2.2-ea. Some sources are not compatible with 2.0-ea.

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

Revision 1.5 - (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.4: +4 -3 lines
Diff to previous 1.4
Partial javadoc pass

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 18:20:20 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.3: +10 -11 lines
Diff to previous 1.3
Misc documentation updates

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 16:53:04 2003 UTC (21 years ago) by dl
Branch: MAIN
Changes since 1.2: +12 -2 lines
Diff to previous 1.2
Minor doc updates; FairReentrantLock serialize now

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:39 2003 UTC (21 years ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.1: +22 -23 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:46 2003 UTC (21 years, 1 month 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