ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/SynchronousQueue.java
Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Thu Jun 4 12:03:50 2020 UTC (3 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.127: +167 -201 lines
Diff to previous 1.127
improve loom-friendliness

Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Mon Oct 1 00:10:53 2018 UTC (5 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.126: +1 -1 lines
Diff to previous 1.126
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot references in javadoc with upstream

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Sun Mar 11 18:00:06 2018 UTC (6 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.125: +4 -4 lines
Diff to previous 1.125
prefer throwing ExceptionInInitializerError from <clinit> to throwing Error

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Sat May 6 06:49:46 2017 UTC (7 years ago) by jsr166
Branch: MAIN
Changes since 1.124: +1 -1 lines
Diff to previous 1.124
8177789: fix collections framework links to point to java.util package doc

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 23:45:51 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.123: +1 -1 lines
Diff to previous 1.123
Redo @link and @linkplain; one @link was pointing to the wrong poll method

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Thu Dec 29 22:33:24 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.122: +2 -3 lines
Diff to previous 1.122
whitespace

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Sat Dec 24 20:30:51 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.121: +2 -6 lines
Diff to previous 1.121
loop code golf

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Sat Dec 24 19:32:07 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.120: +3 -4 lines
Diff to previous 1.120
convert to Objects.requireNonNull

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 13:16:27 2016 UTC (7 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.119: +45 -45 lines
Diff to previous 1.119
VarHandles conversion; pass 1

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 22:55:30 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.118: +4 -4 lines
Diff to previous 1.118
s~\bsun\.(misc\.Unsafe)\b~jdk.internal.$1~g;
s~\bputOrdered([A-Za-z]+)\b~put${1}Release~g

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 18:17:51 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.117: +2 -2 lines
Diff to previous 1.117
compare longs against 0L, not 0

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 17:26:56 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.116: +2 -4 lines
Diff to previous 1.116
eliminate NCPUS; only used in <clinit>

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 21:07:11 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.115: +4 -4 lines
Diff to previous 1.115
ALL_CAPS for static finals

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 20:52:58 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.114: +3 -3 lines
Diff to previous 1.114
ALL_CAPS for static finals

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

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Thu Feb 19 02:57:57 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.112: +8 -0 lines
Diff to previous 1.112
add trivial toString method

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 09:15:11 2015 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.111: +39 -47 lines
Diff to previous 1.111
standardize Unsafe mechanics; slightly smaller bytecode

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 01:06:15 2015 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.110: +3 -3 lines
Diff to previous 1.110
use ReflectiveOperationException for Unsafe mechanics

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 09:37:20 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.109: +0 -2 lines
Diff to previous 1.109
remove unused/redundant imports

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 07:54:14 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.108: +3 -3 lines
Diff to previous 1.108
standardize import statement order

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 06:59:16 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.107: +1 -1 lines
Diff to previous 1.107
whitespace

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 21:55:44 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.106: +5 -1 lines
Diff to previous 1.106
never use wildcard imports

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 05:48:29 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.105: +1 -1 lines
Diff to previous 1.105
this collection => this XXX

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Sat Nov 29 03:03:14 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.104: +6 -4 lines
Diff to previous 1.104
slightly more readable

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Thu Aug 28 12:59:36 2014 UTC (9 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.103: +0 -13 lines
Diff to previous 1.103
delete orphaned objectFieldOffset method

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sun Mar 16 03:31:26 2014 UTC (10 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.102: +1 -1 lines
Diff to previous 1.102
typos

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 14:30:15 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.101: +1 -12 lines
Diff to previous 1.101
time to switch to using Collections.emptyIterator()

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 14:14:29 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.100: +7 -0 lines
Diff to previous 1.100
add javadoc for spliterator()

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 18:21:23 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.99: +4 -0 lines
Diff to previous 1.99
javadoc warning fixes: add serialization method @throws

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 17:38:29 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.98: +2 -0 lines
Diff to previous 1.98
javadoc warning fixes: add serialization method @param

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 22:17:52 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.97: +1 -1 lines
Diff to previous 1.97
coding style

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Thu May 2 05:56:15 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.96: +0 -1 lines
Diff to previous 1.96
port to latest lambda

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Wed Mar 13 12:39:02 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.95: +1 -9 lines
Diff to previous 1.95
Synch with lambda Spliterator API

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 17:59:40 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.94: +2 -1 lines
Diff to previous 1.94
lambda syncs and improvements

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 01:30:24 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.93: +1 -1 lines
Diff to previous 1.93
whitespace

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 23:36:34 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.92: +16 -0 lines
Diff to previous 1.92
Spliterator sync

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

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Thu Jan 24 04:10:44 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.90: +1 -1 lines
Diff to previous 1.90
typos

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 01:59:48 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.89: +40 -40 lines
Diff to previous 1.89
<tt> -> {@code

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 06:29:00 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88
@return javadoc style

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 18:03:11 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.87: +1 -1 lines
Diff to previous 1.87
normalize whitespace after <p>

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Tue Feb 21 01:54:03 2012 UTC (12 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.86: +1 -1 lines
Diff to previous 1.86
use third person in javadoc first sentence

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 23:24:36 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.85: +2 -1 lines
Diff to previous 1.85
fix imports

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Mon Dec 19 19:58:00 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.84: +6 -10 lines
Diff to previous 1.84
s/lastTime/deadline/g

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 20:53:11 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +4 -3 lines
Diff to previous 1.83
uniform serialization method javadocs

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 15:47:22 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.82: +6 -19 lines
Diff to previous 1.82
avoid introducing locals just for warning suppression

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 14:02:42 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +42 -26 lines
Diff to previous 1.81
javac warning removal

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Tue Oct 25 18:46:37 2011 UTC (12 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.80: +1 -1 lines
Diff to previous 1.80
tidy javadoc of readObject/writeObject methods

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 19:47:21 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.79: +2 -4 lines
Diff to previous 1.79
coding style

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 02:42:01 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.78: +0 -1 lines
Diff to previous 1.78
remove unused locals

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 00:50:35 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.77: +0 -1 lines
Diff to previous 1.77
clean up imports

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 02:28:05 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +4 -4 lines
Diff to previous 1.76
fix javac 7 [rawtypes] warnings

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sat May 7 12:22:08 2011 UTC (13 years ago) by dl
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.75: +12 -1 lines
Diff to previous 1.75
Stop shadowing OpenJDK classes not originated by jsr166

Revision 1.75 - (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.74: +1 -1 lines
Diff to previous 1.74
Update Creative Commons license URL in legal notices

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Wed Feb 23 15:57:48 2011 UTC (13 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.73: +3 -3 lines
Diff to previous 1.73
Whitespace

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

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 05:18:31 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +13 -13 lines
Diff to previous 1.71
whitespace

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Mon Sep 27 19:15:15 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +1 -1 lines
Diff to previous 1.70
use blessed declaration modifier order

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 23:17:10 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +5 -5 lines
Diff to previous 1.69
trailing whitespace

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 14:57:32 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.68: +62 -48 lines
Diff to previous 1.68
Streamline CASes

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

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 16:48:48 2007 UTC (16 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.66: +1 -13 lines
Diff to previous 1.66
5017904: (coll) Collections.emptyIterator, Collections.emptyEnumeration

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

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 08:31:31 2006 UTC (18 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +3 -3 lines
Diff to previous 1.64
whitespace

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sat Feb 11 00:03:36 2006 UTC (18 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.63: +4 -1 lines
Diff to previous 1.63
Clear interrupt status when throwing IE

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Fri Aug 19 23:36:50 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +18 -7 lines
Diff to previous 1.62
whitespace

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Fri Aug 19 12:51:29 2005 UTC (18 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61
Touch-ups from review comments

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 22:39:13 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
doc fixes

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 21:48:50 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +4 -5 lines
Diff to previous 1.59
whitespace

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 21:37:58 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +20 -19 lines
Diff to previous 1.58
doc fixes

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 20:44:14 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +18 -18 lines
Diff to previous 1.57
whitespace

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 18:34:54 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +12 -12 lines
Diff to previous 1.56
private doc fixes

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Wed Aug 3 18:57:28 2005 UTC (18 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.55: +20 -11 lines
Diff to previous 1.55
Incorporate review comments

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Mon Aug 1 15:26:40 2005 UTC (18 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.54: +755 -463 lines
Diff to previous 1.54
Replace algorithms

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 23:13:42 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +1 -1 lines
Diff to previous 1.53
doc fixes

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 18:42:43 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.52: +2 -0 lines
Diff to previous 1.52
Add serial ids

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed May 18 19:05:07 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.51: +15 -14 lines
Diff to previous 1.51
doc clarifications

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Tue May 17 16:16:01 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50
doc fixes

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Tue May 17 06:07:40 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.49: +58 -43 lines
Diff to previous 1.49
doc fixes

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

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 01:17:18 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.47: +18 -23 lines
Diff to previous 1.47
doc fixes

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Wed Mar 2 17:15:26 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.46: +121 -8 lines
Diff to previous 1.46
Avoid gargage retention with timeouts

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Wed Jun 2 23:49:07 2004 UTC (19 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.45: +3 -2 lines
Diff to previous 1.45
CopyOnWriteArraySet and ConcurrentHashMap no longer implement Cloneable
Improve javadoc wording in other classes

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Feb 15 00:26:53 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PFD
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
Typo fix

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 13:28:48 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.43: +29 -30 lines
Diff to previous 1.43
Wording fixes and improvements

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Feb 8 15:35:10 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.42: +138 -73 lines
Diff to previous 1.42
Wording cleanups; Improve SynchronousQueue serialization and fairness support

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 11:36:31 2004 UTC (20 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.41: +5 -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: +2 -2 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: +2 -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]
Sun Jan 11 16:02:17 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.38: +11 -11 lines
Diff to previous 1.38
Simplify/shorten AQS method names

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

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 01:00:51 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
replace isFirst param with isFirst method

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 00:56:48 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.35: +8 -6 lines
Diff to previous 1.35
Code walkthrough misc

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 21:02:32 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.34: +157 -104 lines
Diff to previous 1.34
Avoid timeout problems in fair modes; improve AQS method names

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 01:31:12 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.33: +6 -14 lines
Diff to previous 1.33
release relays return value

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 00:38:33 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.32: +16 -41 lines
Diff to previous 1.32
Use ACS in FutureTask; doc improvements

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 21:30:00 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.31: +5 -5 lines
Diff to previous 1.31
AQS API improvements

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Dec 30 23:55:43 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.30: +112 -111 lines
Diff to previous 1.30
More responsive cancellation

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

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

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 17:19:03 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Adapt to AbstractQueuedSynchronizer

Revision 1.27 - (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.26: +4 -1 lines
Diff to previous 1.26
cache finals across volatiles; avoid readResolve; doc improvments; timed invokeAll interleaves

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Dec 1 20:26:59 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
exchanged two lines to improve "transformability"

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 12:08:29 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Removed unnecessary cast

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

Revision 1.23 - (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.22: +2 -1 lines
Diff to previous 1.22
Added docs for type params

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 15:37:31 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Redeclare some Conditions as ReentrantLock.ConditionObjects

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 23:00:18 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.20: +29 -0 lines
Diff to previous 1.20
added drainTo; clarified various exception specs

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Sep 15 12:02:46 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Fix some javadoc inconsistencies

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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 15:40:10 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.17: +73 -64 lines
Diff to previous 1.17
Adapt AbstractQueue changes; Conditionalize CancellableTask.reset; new TimeUnit methods

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 22:38:12 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Fix grammar

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 14:12:41 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Fix containsAll spec/code to return true if arg empty

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

Revision 1.14 - (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.13: +14 -28 lines
Diff to previous 1.13
Scrunched catch, finally, else clauses.

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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 10:28:23 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
Fixed SQ signatures; Fix CLQ.size

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 01:57:53 2003 UTC (20 years, 9 months ago) by dholmes
Branch: MAIN
Changes since 1.10: +150 -16 lines
Diff to previous 1.10
Final major updates to Collection related classes.

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 22:51:51 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.8: +39 -45 lines
Diff to previous 1.8
Improve cancellation support; PBQs now use fair locks

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 00:46:35 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
Locks in subpackage; fairness params added

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Jun 28 15:33:31 2003 UTC (20 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.6: +42 -36 lines
Diff to previous 1.6
Fixed emulation mode

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

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

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 11:54:20 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.3: +4 -0 lines
Diff to previous 1.3
More javadoc fixes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu May 29 13:49:24 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.2: +1 -1 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:40 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.1: +362 -33 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:48 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)

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