ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java
Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Fri Mar 18 16:01:42 2022 UTC (2 years, 2 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.197: +3 -1 lines
Diff to previous 1.197
jdk17+ suppressWarnings, FJ updates

Revision 1.197 - (view) (download) (annotate) - [select for diffs]
Wed Dec 9 22:05:21 2020 UTC (3 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.196: +5 -3 lines
Diff to previous 1.196
DiscardOldestPolicy code snippet: fix compile error pointed out by prappo

Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Wed Dec 9 21:50:45 2020 UTC (3 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.195: +2 -2 lines
Diff to previous 1.195
adjust indent as pointed out by prappo in review of 8234131

Revision 1.195 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 20:33:21 2020 UTC (3 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.194: +0 -2 lines
Diff to previous 1.194
rollback inadvertent commit of experiment in 1.194

Revision 1.194 - (view) (download) (annotate) - [select for diffs]
Fri Nov 27 17:42:00 2020 UTC (3 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.193: +3 -1 lines
Diff to previous 1.193
Incorporate snippets code improvements from Pavel Rappo

Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 17:18:14 2020 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.192: +6 -4 lines
Diff to previous 1.192
improve wording in ThreadPoolExecutor constructors (JDK-8250816)

Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Sun Feb 16 15:13:36 2020 UTC (4 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.191: +20 -4 lines
Diff to previous 1.191
Add cautionary documentation about DiscardOldestPolicy

Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Thu Oct 17 01:51:38 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.190: +2 -0 lines
Diff to previous 1.190
8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent

Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Wed Apr 3 20:55:45 2019 UTC (5 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.189: +2 -2 lines
Diff to previous 1.189
8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable

Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Fri Feb 9 00:03:28 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.188: +3 -8 lines
Diff to previous 1.188
finalize finalize() javadoc agreed on in JDK-8195862

Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 04:48:39 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.187: +1 -1 lines
Diff to previous 1.187
"jdk" should be ALL-CAPS

Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 19:01:26 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.186: +17 -0 lines
Diff to previous 1.186
restore a "no-throws" no-op ThreadPoolExecutor.finalize method

Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 22:01:38 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.185: +0 -3 lines
Diff to previous 1.185
remove unused imports

Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Wed Jan 17 05:35:05 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.184: +2 -2 lines
Diff to previous 1.184
typo

Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Wed Jan 17 00:32:55 2018 UTC (6 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.183: +5 -39 lines
Diff to previous 1.183
Remove finalize

Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 19:56:05 2017 UTC (6 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.182: +4 -7 lines
Diff to previous 1.182
In modern Java we can simply rethrow Throwables without wrapping

Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Mon Sep 18 06:21:59 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.181: +1 -3 lines
Diff to previous 1.181
coalesce two catch clauses

Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Sun Sep 17 17:40:14 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.180: +6 -16 lines
Diff to previous 1.180
remove redundant reentrant lock acquisitions from checkShutdownAccess, interruptWorkers

Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 21:38:35 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.179: +12 -8 lines
Diff to previous 1.179
rename CAPACITY to COUNT_MASK; clarify effective pool size limits

Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 17:57:16 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.178: +1 -1 lines
Diff to previous 1.178
@code -> @link

Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 02:42:22 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.177: +16 -19 lines
Diff to previous 1.177
improve readability of runstate checking

Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Tue Sep 5 22:08:48 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.176: +1 -1 lines
Diff to previous 1.176
decrementWorkerCount: use addAndGet instead of hand-rolled loop

Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Mon Jul 24 15:01:47 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.175: +4 -4 lines
Diff to previous 1.175
cosmetic tweaks for 8172204: Better Thread Pool execution

Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Mon Jul 24 14:46:20 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.174: +19 -1 lines
Diff to previous 1.174
8172204: Better Thread Pool execution

Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 23:27:44 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.173: +10 -1 lines
Diff to previous 1.173
sync with upstream

Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Sat Apr 15 00:12:38 2017 UTC (7 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.172: +1 -0 lines
Diff to previous 1.172
suppress finalize() warnings

Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 18:13:10 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.171: +5 -11 lines
Diff to previous 1.171
fix 8177632 and 8176254

Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Wed Mar 22 20:22:57 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.170: +1 -2 lines
Diff to previous 1.170
whitespace

Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Wed Mar 22 20:19:55 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.169: +16 -9 lines
Diff to previous 1.169
clarify default rejected execution handler and thread factory

Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Sun Feb 19 00:40:50 2017 UTC (7 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.168: +10 -11 lines
Diff to previous 1.168
JDK-8173113: Javadoc for ThreadPoolExecutor is unclear wrt corePoolSize and running threads

Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Sun Feb 19 00:31:33 2017 UTC (7 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.167: +9 -18 lines
Diff to previous 1.167
remove no-longer-useful style spec for javadoc <dd> tags

Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Thu Sep 1 00:06:20 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.166: +3 -0 lines
Diff to previous 1.166
add TODO

Revision 1.166 - (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.165: +1 -1 lines
Diff to previous 1.165
compare longs against 0L, not 0

Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Sun Sep 27 21:36:48 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.164: +1 -1 lines
Diff to previous 1.164
clarify that shutdownNow does not cancel tasks in the "Future.cancel" sense

Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 17:03:23 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.163: +2 -2 lines
Diff to previous 1.163
Terminate javadoc with a period.

Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 20:06:57 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.162: +18 -9 lines
Diff to previous 1.162
Workaround JDK-8072052:<dd> part of <dl> list in javadoc should not be in monospace font

Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Sun Sep 13 16:28:14 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.161: +17 -17 lines
Diff to previous 1.161
consistent style for <li> tags, removing </li> end tags

Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Mon Jul 6 06:26:14 2015 UTC (8 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.160: +2 -3 lines
Diff to previous 1.160
use standard while (!condition()) idiom in await loops

Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 18:55:39 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.159: +2 -2 lines
Diff to previous 1.159
standardize code sample idiom: * <pre> {@code

Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Fri Jan 30 16:44:14 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.158: +5 -2 lines
Diff to previous 1.158
reformat code sample

Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Fri Jan 30 12:49:21 2015 UTC (9 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.157: +4 -3 lines
Diff to previous 1.157
Documentation improvements

Revision 1.157 - (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.156: +4 -4 lines
Diff to previous 1.156
standardize import statement order

Revision 1.156 - (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.155: +6 -1 lines
Diff to previous 1.155
never use wildcard imports

Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Thu Oct 9 17:29:59 2014 UTC (9 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.154: +1 -0 lines
Diff to previous 1.154
add assert comment

Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Thu Sep 11 16:15:57 2014 UTC (9 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.153: +3 -3 lines
Diff to previous 1.153
whitespace

Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Sun May 25 02:33:45 2014 UTC (9 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.152: +2 -2 lines
Diff to previous 1.152
time to start using diamond <>

Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Wed May 7 10:32:51 2014 UTC (10 years ago) by dl
Branch: MAIN
Changes since 1.151: +3 -1 lines
Diff to previous 1.151
Trap inconsistent corePoolSize arguments

Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Tue Mar 18 23:02:24 2014 UTC (10 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.150: +13 -8 lines
Diff to previous 1.150
clarify javadoc for keep-alive time methods

Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Sat Mar 15 15:00:37 2014 UTC (10 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.149: +5 -4 lines
Diff to previous 1.149
readability

Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 13:29:27 2014 UTC (10 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.148: +2 -2 lines
Diff to previous 1.148
whitespace

Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 18:31:19 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.147: +1 -1 lines
Diff to previous 1.147
javadoc style

Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Wed May 15 02:39:59 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.146: +2 -2 lines
Diff to previous 1.146
consistent use of "@return {@code true}"

Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Wed Feb 13 17:58:16 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.145: +1 -1 lines
Diff to previous 1.145
small javadoc improvement

Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Wed Feb 13 17:37:46 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.144: +1 -1 lines
Diff to previous 1.144
small javadoc improvement

Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 03:13:03 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.143: +4 -4 lines
Diff to previous 1.143
javadoc link readability

Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 03:02:51 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.142: +45 -43 lines
Diff to previous 1.142
javadoc link readability

Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Sun Feb 10 23:55:26 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.141: +4 -4 lines
Diff to previous 1.141
whitespace

Revision 1.141 - (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.140: +1 -1 lines
Diff to previous 1.140
javadoc style

Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 23:00:06 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.139: +1 -1 lines
Diff to previous 1.139
optimize access to local ArrayLists

Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Mon Jan 21 05:24:39 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.138: +8 -12 lines
Diff to previous 1.138
Avoid STPE thread restarts when keepalive times out and allowCoreThreadTimeOut and there remain queued tasks

Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Sun Jan 13 17:52:19 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.137: +1 -1 lines
Diff to previous 1.137
typo

Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Sat Jan 12 18:28:42 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.136: +3 -3 lines
Diff to previous 1.136
delete reference to deleted method clearInterruptsForTaskRun

Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Sat Jan 12 18:00:06 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.135: +6 -6 lines
Diff to previous 1.135
whitespace

Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 03:04:19 2012 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.134: +2 -2 lines
Diff to previous 1.134
javadoc style

Revision 1.134 - (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.133: +2 -2 lines
Diff to previous 1.133
normalize whitespace after <p>

Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Thu Jun 21 04:29:10 2012 UTC (11 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.132: +1 -2 lines
Diff to previous 1.132
inline temp var

Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Thu Jun 21 04:06:50 2012 UTC (11 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.131: +1 -1 lines
Diff to previous 1.131
move variable to nested scope

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Thu Jun 21 02:48:31 2012 UTC (11 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.130: +1 -1 lines
Diff to previous 1.130
typo

Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Sun Jun 17 20:12:06 2012 UTC (11 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.129: +61 -59 lines
Diff to previous 1.129
Avoid interrupts until threads fully start

Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Wed May 9 10:44:40 2012 UTC (12 years ago) by dl
Branch: MAIN
Changes since 1.128: +3 -1 lines
Diff to previous 1.128
Precheck that worker threads are startable, to fail faster

Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Sat Dec 24 02:13:42 2011 UTC (12 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.127: +69 -40 lines
Diff to previous 1.127
restore pool invariants if thread creation fails

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

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Thu Sep 22 23:25:59 2011 UTC (12 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.125: +3 -3 lines
Diff to previous 1.125
Prefer core threads in ensurePrestart

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Wed Sep 21 13:52:48 2011 UTC (12 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.124: +12 -0 lines
Diff to previous 1.124
Ensure at least one thread even if core 0 in STPE

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

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Sun Oct 10 14:26:47 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.122: +40 -1 lines
Diff to previous 1.122
Add state information to toString, use in RJE

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Mon May 19 01:09:45 2008 UTC (16 years ago) by jsr166
Branch: MAIN
Changes since 1.121: +8 -0 lines
Diff to previous 1.121
6620549: ExecutorService#shutdown should clearly state that it does not block

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

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 16:46:16 2007 UTC (16 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.119: +44 -10 lines
Diff to previous 1.119
6576792: ThreadPoolExecutor methods leak interrupts when run in pool threads

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Mon Feb 19 00:59:54 2007 UTC (17 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.118: +87 -66 lines
Diff to previous 1.118
6523756: ThreadPoolExecutor shutdownNow vs execute race

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Sun Feb 18 23:14:58 2007 UTC (17 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.117: +24 -14 lines
Diff to previous 1.117
Minor touch-ups

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Tue Feb 6 04:13:43 2007 UTC (17 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.116: +212 -187 lines
Diff to previous 1.116
More TPE/STPE review rework

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 03:43:07 2007 UTC (17 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.115: +189 -180 lines
Diff to previous 1.115
TPE/STPE review rework

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 01:13:19 2006 UTC (17 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.114: +1 -1 lines
Diff to previous 1.114
whitespace

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 00:21:08 2006 UTC (17 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.113: +11 -3 lines
Diff to previous 1.113
More conservative recheck on STOP

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 20:01:04 2006 UTC (17 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.112: +18 -13 lines
Diff to previous 1.112
review fixes

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Mon Sep 4 08:00:47 2006 UTC (17 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.111: +1 -1 lines
Diff to previous 1.111
addWorker

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Mon Sep 4 06:57:50 2006 UTC (17 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.110: +10 -23 lines
Diff to previous 1.110
purge

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 06:04:35 2006 UTC (17 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.109: +8 -8 lines
Diff to previous 1.109
minor fixes

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Sat Sep 2 08:47:08 2006 UTC (17 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.108: +3 -3 lines
Diff to previous 1.108
doc fixes

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Sat Sep 2 08:06:55 2006 UTC (17 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.107: +7 -7 lines
Diff to previous 1.107
doc fixes

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 23:30:36 2006 UTC (17 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.106: +778 -751 lines
Diff to previous 1.106
Internal refactoring

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 12:54:33 2006 UTC (17 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.105: +13 -7 lines
Diff to previous 1.105
Revert Worker.run loop form; update documentation

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 08:45:23 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.104: +20 -9 lines
Diff to previous 1.104
Worker.run

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 03:17:41 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.103: +1 -1 lines
Diff to previous 1.103
typo

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 03:11:03 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.102: +2 -2 lines
Diff to previous 1.102
whitespace

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 02:51:56 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.101: +1 -1 lines
Diff to previous 1.101
typo

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 00:33:16 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.100: +4 -4 lines
Diff to previous 1.100
tiny doc fixes

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 20:03:54 2006 UTC (17 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.99: +98 -71 lines
Diff to previous 1.99
1. Document run method; combine with runTask
2. Move worker replacement code into workerDone

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 00:20:41 2006 UTC (17 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.98: +9 -4 lines
Diff to previous 1.98
Distinguish throws of RuntimeExceptions vs Errors

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 20:10:13 2006 UTC (17 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.97: +6 -3 lines
Diff to previous 1.97
Avoid potential incompatibilty of previous change

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 14:38:20 2006 UTC (17 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.96: +15 -23 lines
Diff to previous 1.96
Preserve core pool size when tasks encounter exceptions

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Wed Jul 12 19:55:45 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.95: +17 -17 lines
Diff to previous 1.95
6440728: ThreadPoolExecutor can fail to execute successfully submitted tasks as specified

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Sun Jun 25 17:26:22 2006 UTC (17 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.94: +4 -4 lines
Diff to previous 1.94
typos

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 22:56:41 2006 UTC (17 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.93: +2 -1 lines
Diff to previous 1.93
Make isTerminating match spec

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 22:53:16 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.92: +8 -8 lines
Diff to previous 1.92
typos

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 22:02:24 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.91: +3 -3 lines
Diff to previous 1.91
whitespace

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 17:13:52 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.90: +3 -3 lines
Diff to previous 1.90
typos

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 11:53:05 2006 UTC (17 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.89: +1 -1 lines
Diff to previous 1.89
Typo

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 10:48:55 2006 UTC (17 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.88: +10 -9 lines
Diff to previous 1.88
Typos

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 05:51:31 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.87: +13 -13 lines
Diff to previous 1.87
typos

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 05:27:06 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.86: +16 -16 lines
Diff to previous 1.86
whitespace

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Sun Jun 18 22:11:48 2006 UTC (17 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.85: +644 -482 lines
Diff to previous 1.85
Refactor

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Fri Jun 16 18:49:43 2006 UTC (17 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.84: +147 -108 lines
Diff to previous 1.84
Improve shutdownNow guarantees

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 00:26:59 2006 UTC (17 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +3 -2 lines
Diff to previous 1.83
6435792: javadoc is wrong for ThreadPoolExecutor.setMaximumPoolSize(int)

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Mon Jun 12 23:52:07 2006 UTC (17 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.82: +2 -0 lines
Diff to previous 1.82
Don't create thread when terminated

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Thu Jun 8 10:58:00 2006 UTC (17 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.81: +1 -1 lines
Diff to previous 1.81
allowCoreTimeout should be volatile

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Wed May 17 13:00:36 2006 UTC (18 years ago) by dl
Branch: MAIN
Changes since 1.80: +5 -6 lines
Diff to previous 1.80
Improve responsiveness and handling of interrupts

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 07:20:42 2006 UTC (18 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79
whitespace

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Tue Mar 21 00:22:43 2006 UTC (18 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.78: +12 -1 lines
Diff to previous 1.78
Document and better support finalization

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 11:39:09 2006 UTC (18 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.77: +3 -7 lines
Diff to previous 1.77
Replace AccessController.checkPermission with  SecurityManager.checkPermission

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 20:54:24 2006 UTC (18 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +0 -1 lines
Diff to previous 1.76
6378729: Remove workaround for 6280605

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 09:34:17 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.75: +0 -1 lines
Diff to previous 1.75
whitespace

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sat Aug 27 22:44:54 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +6 -5 lines
Diff to previous 1.74
un-masking docstrings

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Tue Aug 23 12:49:57 2005 UTC (18 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.73: +18 -11 lines
Diff to previous 1.73
Allow recycling of rejected tasks

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 20:51:15 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.72: +10 -8 lines
Diff to previous 1.72
doc fixes

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

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sat May 28 15:08:20 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +1 -1 lines
Diff to previous 1.70
whitespace

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Thu May 26 05:48:20 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +10 -11 lines
Diff to previous 1.69
doc fixes

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Wed May 25 14:05:27 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.68: +13 -4 lines
Diff to previous 1.68
Avoid generics warnings; clarify javadocs

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Mon May 23 06:24:07 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67
whitespace

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sun May 22 23:16:28 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.66: +6 -6 lines
Diff to previous 1.66
constructor doc fixes

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

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Tue Mar 29 15:01:37 2005 UTC (19 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.64: +1 -1 lines
Diff to previous 1.64
Better interrupt detection

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Tue Mar 1 01:27:46 2005 UTC (19 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.63: +26 -11 lines
Diff to previous 1.63
Documentation improvements

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 00:07:26 2005 UTC (19 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.62: +39 -44 lines
Diff to previous 1.62
Reduce need for replacing interrupted worker threads

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 14:52:36 2004 UTC (19 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.61: +47 -9 lines
Diff to previous 1.61
Add ThreadPoolExecutor.allowCoreThreadTimeOut

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 12:59:20 2004 UTC (19 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.60: +3 -1 lines
Diff to previous 1.60
Reduce need for replacing interrupted worker threads

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Jun 27 18:50:11 2004 UTC (19 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
Typo fix

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

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Wed Jun 9 23:22:06 2004 UTC (19 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.57: +5 -1 lines
Diff to previous 1.57
Wording fix for ArrayBlockingQueue
Added Internal comments to ThreadPoolExecutor

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 12:02:39 2004 UTC (20 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.56: +9 -10 lines
Diff to previous 1.56
Warn about exceptions in hooks; Don't swallow newThread exceptions

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 14:22:38 2004 UTC (20 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.55: +36 -22 lines
Diff to previous 1.55
Allow and cope with ThreadFactory.newThread failing or returning null

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

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

Revision 1.53 - (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.52: +31 -4 lines
Diff to previous 1.52
doc improvements; consistent conventions for nested classes

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 20:20:09 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.51: +7 -7 lines
Diff to previous 1.51
Avoid need for synthetic accessors

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Jan 19 15:49:02 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
Javadoc fixes

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sun Jan 11 23:19:55 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.49: +16 -30 lines
Diff to previous 1.49
formatting; grammar

Revision 1.49 - (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.48: +0 -4 lines
Diff to previous 1.48
Code walkthrough misc

Revision 1.48 - (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.47: +4 -4 lines
Diff to previous 1.47
spellcheck

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

Revision 1.46 - (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.45: +1 -1 lines
Diff to previous 1.45
Adapt to AbstractQueuedSynchronizer

Revision 1.45 - (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.44: +16 -2 lines
Diff to previous 1.44
cache finals across volatiles; avoid readResolve; doc improvments; timed invokeAll interleaves

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 16:25:20 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.43: +12 -3 lines
Diff to previous 1.43
Simplify FutureTask and AbstractExecutorService internals; improve docs

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 14:42:25 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.42: +96 -10 lines
Diff to previous 1.42
Documentation improvements

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Dec 17 17:00:24 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.41: +7 -0 lines
Diff to previous 1.41
Export delegation wrappers; fix/add documentation

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 14:57:13 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
Changes since 1.40: +7 -2 lines
Diff to previous 1.40
Don't allocate an empty Runnable[] each time toArray() is called.

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 14:52:01 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
Improper cast of toArray() to Runnable[], now uses toArray(Runnable[]).

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 02:24:00 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
Changes since 1.38: +14 -14 lines
Diff to previous 1.38
Raw List returned by shutdownNow is really List<Runnable>.

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 01:51:11 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT
Changes since 1.37: +8 -8 lines
Diff to previous 1.37
Move and rename static Executors.execute/invoke to ExecutorService.submit/invoke,
providing implementations in AbstractExecutorService (which TPE extends).

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu Dec 4 20:54:29 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.36: +3 -3 lines
Diff to previous 1.36
Revised tests for revised Future classes

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

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

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 18:36:04 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.33: +17 -67 lines
Diff to previous 1.33
Reworked PriviligedFutureTask; added Semaphore.reducePermits; moved factories

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Oct 25 13:15:18 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.32: +68 -19 lines
Diff to previous 1.32
added DefaultThreadPoolFactory as static protected class

Revision 1.32 - (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.31: +1 -1 lines
Diff to previous 1.31
Redeclare some Conditions as ReentrantLock.ConditionObjects

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Oct 5 23:54:57 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.30: +3 -0 lines
Diff to previous 1.30
null-check setRejectedExecutionHandler

Revision 1.30 - (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.29: +3 -0 lines
Diff to previous 1.29
added drainTo; clarified various exception specs

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 23:21:38 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
fixed typos

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Sep 27 12:22:40 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27
Use "unit" instead of "granularity"; add Executors link to first sentence of TPE

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

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 11:01:22 2003 UTC (20 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.25: +3 -0 lines
Diff to previous 1.25
Consistently throw NPE for execute(null)

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Sep 14 14:25:22 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.24: +36 -9 lines
Diff to previous 1.24
Fix termination when never started

Revision 1.24 - (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.23: +44 -23 lines
Diff to previous 1.23
Proofreading pass -- many minor adjustments

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Sep 3 14:55:05 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.22: +7 -7 lines
Diff to previous 1.22
Grammar fix.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Sep 3 14:10:05 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.21: +18 -18 lines
Diff to previous 1.21
Minor rephrasings in javadoc

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Sep 3 13:15:14 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.20: +175 -95 lines
Diff to previous 1.20
Rewrite sections of class javadoc; eliminate WaitPolicy

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 14:27:11 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.19: +10 -11 lines
Diff to previous 1.19
Fix html

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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 01:58:50 2003 UTC (20 years, 8 months ago) by dholmes
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
Fixed @Executors typo

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 15:34:04 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.15: +162 -69 lines
Diff to previous 1.15
New shutdown policies for Scheduled executor; refactored to avoid more messiness

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Aug 9 19:55:30 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.14: +12 -3 lines
Diff to previous 1.14
Add finalize

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: +20 -39 lines
Diff to previous 1.13
Scrunched catch, finally, else clauses.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 8 17:48:45 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.12: +14 -14 lines
Diff to previous 1.12
Semi-lazily prestart core threads in SE

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Aug 7 16:00:28 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.11: +14 -5 lines
Diff to previous 1.11
ScheduledExecutor must prestart core threads

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 19:22:36 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.10: +12 -2 lines
Diff to previous 1.10
Added missing @see tags

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 20:32:00 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.9: +64 -64 lines
Diff to previous 1.9
More javadoc link fixes

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

Revision 1.8 - (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.7: +35 -11 lines
Diff to previous 1.7
Added missing javadoc tags; minor reformatting

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 13:17:21 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.6: +23 -1 lines
Diff to previous 1.6
Removed automatic queue removal on cancel; Added TPE purge; Fixed RL typo

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 3 16:44:36 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.4: +8 -37 lines
Diff to previous 1.4
New ScheduledExecutor; CancellableTask

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu May 29 13:21:28 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.3: +46 -1 lines
Diff to previous 1.3
Cancellation support in TPE

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed May 28 23:00:40 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
Simple ScheduledExecutor

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: +835 -211 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