ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Executors.java
Revision 1.102 - (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.101: +35 -1 lines
Diff to previous 1.101
jdk17+ suppressWarnings, FJ updates

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 20:18:07 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.100: +45 -12 lines
Diff to previous 1.100
DelegatedExecutorService: add calls to reachabilityFence

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 17:42:30 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.99: +8 -8 lines
Diff to previous 1.99
tiny javadoc improvements

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 20:44:22 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.98: +1 -1 lines
Diff to previous 1.98
useless to extend AbstractExecutorService when all methods overridden

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 17:18:34 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.97: +11 -0 lines
Diff to previous 1.97
8186265: Make toString() methods of "task" objects more useful

Revision 1.97 - (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.96: +1 -0 lines
Diff to previous 1.96
suppress finalize() warnings

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sat Oct 8 18:18:44 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.95: +1 -1 lines
Diff to previous 1.95
use anonymous class diamond

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Tue Oct 13 20:20:05 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.94: +3 -2 lines
Diff to previous 1.94
small @link readability improvements

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

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 02:10:06 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92
make fields of RunnableAdapter private

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 02:06:19 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.91: +18 -16 lines
Diff to previous 1.91
make all nested static classes private; eliminate bridge methods by making selected fields package-private

Revision 1.91 - (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.90: +12 -12 lines
Diff to previous 1.90
consistent style for <li> tags, removing </li> end tags

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

Revision 1.89 - (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.88: +3 -1 lines
Diff to previous 1.88
never use wildcard imports

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 17:13:42 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.87: +3 -0 lines
Diff to previous 1.87
doclint warning fixes

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Tue Jul 2 14:17:32 2013 UTC (10 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.86: +1 -0 lines
Diff to previous 1.86
Incorporate review suggestions

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Wed Feb 13 06:39:33 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.85: +1 -1 lines
Diff to previous 1.85
javadoc typo

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 08:43:48 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.84: +6 -6 lines
Diff to previous 1.84
javadoc link readability

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 07:59:02 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +21 -19 lines
Diff to previous 1.83
javadoc link readability

Revision 1.83 - (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.82: +5 -5 lines
Diff to previous 1.82
javadoc style

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

Revision 1.81 - (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.80: +1 -1 lines
Diff to previous 1.80
normalize whitespace after <p>

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 06:14:12 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.79: +0 -1 lines
Diff to previous 1.79
delete trailing empty lines of javadoc

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Wed Jul 4 20:10:00 2012 UTC (11 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.78: +1 -1 lines
Diff to previous 1.78
whitespace

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Tue Jul 3 23:14:20 2012 UTC (11 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.77: +10 -11 lines
Diff to previous 1.77
Allow null context class loader

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Sat May 5 17:09:23 2012 UTC (12 years ago) by jsr166
Branch: MAIN
Changes since 1.76: +5 -5 lines
Diff to previous 1.76
whitespace

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 13:17:27 2012 UTC (12 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.75: +36 -0 lines
Diff to previous 1.75
Add new factory methods for using FJP as plain ExecutorService

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 04:08:46 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +3 -3 lines
Diff to previous 1.74
whitespace

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 02:35:13 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.73: +0 -2 lines
Diff to previous 1.73
whitespace

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

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

Revision 1.71 - (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.70: +1 -1 lines
Diff to previous 1.70
whitespace

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 20:23:52 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +4 -4 lines
Diff to previous 1.69
Fix javadoc code samples to use <pre>  {@code so that we can replace &lt; with <, etc.

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

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 16:18:00 2007 UTC (16 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.67: +73 -62 lines
Diff to previous 1.67
6552961: Callables from Executors.privilegedCallable retain results
6558429: Bugs in privileged Executors wrappers

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 07:12:49 2006 UTC (18 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.66: +27 -19 lines
Diff to previous 1.66
6404123: @link => @linkplain and other minor doc fixes; 6398290: Exception specifications in ScheduledThreadPoolExecutor/Executors

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Thu Mar 23 16:57:56 2006 UTC (18 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.65: +11 -4 lines
Diff to previous 1.65
Isolate finalizable delegated executor class

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Thu Mar 23 00:34:21 2006 UTC (18 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.64: +10 -7 lines
Diff to previous 1.64
Clarify newFixedThreadPool spec

Revision 1.64 - (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.63: +4 -0 lines
Diff to previous 1.63
Document and better support finalization

Revision 1.63 - (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.62: +0 -1 lines
Diff to previous 1.62
6378729: Remove workaround for 6280605

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sat Aug 27 23:31:30 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61
minor correction to DelegatedScheduledExecutorService

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 19:28:17 2005 UTC (18 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +4 -4 lines
Diff to previous 1.60
6267833: Incorrect method signature ExecutorService.invokeAll()

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Thu Aug 11 08:59:26 2005 UTC (18 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +10 -10 lines
Diff to previous 1.59
doc fixes

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 01:53:14 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +3 -2 lines
Diff to previous 1.58
integrate review comments

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sun May 29 16:33:55 2005 UTC (18 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
whitespace

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sun May 29 14:03:24 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.56: +17 -8 lines
Diff to previous 1.56
Clarify newFixedThreadPool spec

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu May 26 12:07:14 2005 UTC (18 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.55: +6 -31 lines
Diff to previous 1.55
Avoid some generics cast warnings

Revision 1.55 - (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.54: +13 -13 lines
Diff to previous 1.54
Avoid generics warnings; clarify javadocs

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Wed May 18 01:44:45 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.53: +1 -1 lines
Diff to previous 1.53
whitespace

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sun May 15 23:56:37 2005 UTC (19 years ago) by dl
Branch: MAIN
Changes since 1.52: +3 -2 lines
Diff to previous 1.52
Clarify priorities in defaultThreadFactory

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

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon May 2 08:40:27 2005 UTC (19 years ago) by jsr166
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50
catch( -> catch (

Revision 1.50 - (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.49: +3 -2 lines
Diff to previous 1.49
Wording fixes and improvements

Revision 1.49 - (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.48: +4 -4 lines
Diff to previous 1.48
Wording improvements and fixes

Revision 1.48 - (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.47: +11 -11 lines
Diff to previous 1.47
doc improvements; consistent conventions for nested classes

Revision 1.47 - (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.46: +2 -3 lines
Diff to previous 1.46
formatting; grammar

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 17:15:48 2004 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
Javadoc improvements

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

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Thu Dec 25 19:57:45 2003 UTC (20 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.43: +9 -9 lines
Diff to previous 1.43
Declare inner classes as private

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Thu Dec 25 15:42:12 2003 UTC (20 years, 4 months ago) by tim
Branch: MAIN
Changes since 1.42: +21 -21 lines
Diff to previous 1.42
minor Executors doc tweaks

Revision 1.42 - (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.41: +24 -0 lines
Diff to previous 1.41
Simplify FutureTask and AbstractExecutorService internals; improve docs

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 12:24:48 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.40: +22 -3 lines
Diff to previous 1.40
Documentation improvments; support two-arg submit

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 15:48:27 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.39: +53 -17 lines
Diff to previous 1.39
rename ScheduledExecutorService factory methods; minor doc touch-ups

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 14:00:05 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.38: +117 -5 lines
Diff to previous 1.38
Replace PrivilegedFutureTask with Executors.privilegedCallable

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 20:38:31 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.37: +84 -30 lines
Diff to previous 1.37
Define and use Executors.callable instead of submit/invoke variants

Revision 1.37 - (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.36: +7 -4 lines
Diff to previous 1.36
Documentation improvements

Revision 1.36 - (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.35: +146 -10 lines
Diff to previous 1.35
Export delegation wrappers; fix/add documentation

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Dec 11 19:08:03 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.34: +24 -76 lines
Diff to previous 1.34
Remove internal delegation wrappers

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 13:00:13 2003 UTC (20 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
Documentation updates

Revision 1.33 - (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.32: +1 -1 lines
Diff to previous 1.32
Raw List returned by shutdownNow is really List<Runnable>.

Revision 1.32 - (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.31: +2 -132 lines
Diff to previous 1.31
Move and rename static Executors.execute/invoke to ExecutorService.submit/invoke,
providing implementations in AbstractExecutorService (which TPE extends).

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Dec 9 18:38:28 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
CVS Tags: JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.30: +0 -18 lines
Diff to previous 1.30
Oops, forgot to remove <V> Future<V> execute(Executor, Runnable, V),
which we don't need now that we have Future<?> execute(Executor, Runnable).

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Dec 8 19:42:26 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
Changes since 1.29: +7 -7 lines
Diff to previous 1.29
Use XXXFuture<?> instead of XXXFuture<Boolean> when returning futures
without interesting return values

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Dec 7 15:00:46 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
Changes since 1.28: +3 -6 lines
Diff to previous 1.28
ScheduledExecutorService for Executors factory method return type

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Dec 7 14:57:46 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
Changes since 1.27: +7 -6 lines
Diff to previous 1.27
ScheduledExecutorService for Executors factory method return type

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Dec 6 04:31:03 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
Changes since 1.26: +8 -48 lines
Diff to previous 1.26
Removed one of the newScheduledThreadPool factory methods

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 17:56:24 2003 UTC (20 years, 5 months ago) by tim
Branch: MAIN
Changes since 1.25: +111 -7 lines
Diff to previous 1.25
added newScheduledThreadPool factory methods and related support class

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

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

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Nov 7 12:19:35 2003 UTC (20 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.22: +3 -6 lines
Diff to previous 1.22
Clarified PFT documentation

Revision 1.22 - (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.21: +115 -3 lines
Diff to previous 1.21
Reworked PriviligedFutureTask; added Semaphore.reducePermits; moved factories

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 13:25:01 2003 UTC (20 years, 6 months ago) by tim
Branch: MAIN
Changes since 1.20: +2 -36 lines
Diff to previous 1.20
Remove explicit CCL/ACC constructors and class methods

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Oct 25 04:23:25 2003 UTC (20 years, 6 months ago) by tim
Branch: MAIN
Changes since 1.19: +96 -0 lines
Diff to previous 1.19
Add PrivilegedFutureTask along with related methods in Executors.

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: +4 -0 lines
Diff to previous 1.18
Proofreading pass -- many minor adjustments

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 14:00:25 2003 UTC (20 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Fix javadoc typos

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

Revision 1.16 - (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.15: +11 -5 lines
Diff to previous 1.15
Kill ScheduledExecutor Date methods; Documentation clarifications

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Aug 19 15:04:57 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.14: +22 -3 lines
Diff to previous 1.14
Future extends Cancellable.
class SE.DelayedTask -> interface ScheduledCancellable
class SE.DelayedFutureTask -> interface ScheduledFuture
Add primitive SE test.
Related internals changes.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 22:40:05 2003 UTC (20 years, 9 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.13: +5 -5 lines
Diff to previous 1.13
Added remove to ConcurrentMap. Fixed constuctor call in Executors.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 19:49:42 2003 UTC (20 years, 9 months ago) by tim
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
Fix broken doc links

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jun 18 10:18:36 2003 UTC (20 years, 11 months ago) by jozart
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
Changed modifier order for DelegatedExecutorService to private static class

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 16:18:29 2003 UTC (20 years, 11 months ago) by jozart
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.8: +9 -6 lines
Diff to previous 1.8
Changed ExecutionException to RejectedExecutionException in invoke methods.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 18:42:17 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.7: +1 -8 lines
Diff to previous 1.7
Added to emulation
Fixed some javadoc format errors

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jun 4 15:31:45 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.6: +6 -6 lines
Diff to previous 1.6
Fixed doc comments to refer to ExecutionException
rather than CannotExecuteException.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jun 4 15:28:04 2003 UTC (20 years, 11 months ago) by tim
Branch: MAIN
Changes since 1.5: +39 -7 lines
Diff to previous 1.5
Tasks executed on TPEs automatically removed before cancellation attempt.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 4 11:34:19 2003 UTC (20 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.4: +4 -5 lines
Diff to previous 1.4
Minor documentation updates
Remove remove(task) from ExecutorService, Add removablity to ScheduledExecutor tasks, Revert Executors.execute to return FutureTask

Revision 1.4 - (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.3: +7 -30 lines
Diff to previous 1.3
New ScheduledExecutor; CancellableTask

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: +8 -8 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: +106 -62 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 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