ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ThreadPoolExecutor.java
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, 8 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, 10 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, 4 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, 4 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, 8 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 11 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, 11 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, 11 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 (18 years 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 (18 years 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 (18 years 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, 4 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, 9 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, 9 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, 9 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, 11 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 (19 years 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 (19 years 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 (19 years 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, 1 month 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, 2 months 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, 3 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, 5 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, 5 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, 5 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, 11 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, 11 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 (20 years 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, 2 months 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, 2 months 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, 4 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, 4 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, 5 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, 5 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, 5 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, 5 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, 5 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 7 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, 7 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, 7 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 11 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, 11 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 (21 years 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 (21 years 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 (21 years 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 (21 years 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 (21 years 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 (21 years 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, 1 month ago) by tim
Branch: MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to release-1_7_0: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a