[cvs] / jsr166 / src / main / java / util / concurrent / FutureTask.java Repository:
ViewVC logotype

Log of /jsr166/src/main/java/util/concurrent/FutureTask.java

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sun May 18 23:47:56 2008 UTC (18 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.55: +32 -32 lines
Diff to previous 1.55
Sync with OpenJDK; untabify

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 16:19:04 2007 UTC (2 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +14 -9 lines
Diff to previous 1.54
6415572: FutureTask run method can swallow exceptions from done method

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 18:10:26 2007 UTC (2 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +17 -16 lines
Diff to previous 1.53
6464365: FutureTask.{set,setException} not called by run()

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Thu Jun 22 05:23:32 2006 UTC (3 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52
whitespace

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Thu Jun 8 08:35:22 2006 UTC (3 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +6 -6 lines
Diff to previous 1.51
whitespace

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Tue May 30 10:19:21 2006 UTC (3 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.50: +6 -0 lines
Diff to previous 1.50
Add code comments explaining last change

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sun May 28 13:46:16 2006 UTC (3 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.49: +26 -19 lines
Diff to previous 1.49
Avoid stale thread reference

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

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

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

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Fri Sep 2 01:10:52 2005 UTC (4 years, 2 months ago) by brian
Branch: MAIN
Changes since 1.45: +2 -3 lines
Diff to previous 1.45
Formatting tweaks to happens-before markup

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

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 20:40:25 2005 UTC (4 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +9 -0 lines
Diff to previous 1.43
workaround for javadoc bug 6270645

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Thu Jul 21 03:03:22 2005 UTC (4 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +7 -1 lines
Diff to previous 1.42
CancellationException

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 18:41:48 2005 UTC (4 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.41: +2 -0 lines
Diff to previous 1.41
Add serial ids

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Jun 12 00:36:30 2005 UTC (4 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40
doc fixes

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon May 23 11:29:35 2005 UTC (4 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.39: +4 -4 lines
Diff to previous 1.39
Better integrate RunnableFuture etc specs

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue May 17 04:17:05 2005 UTC (4 years, 6 months ago) by peierls
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
Overridable RunnableFuture creation for AbstractExecutorService.
OverridableRunnableScheduledFuture decoration for ScheduledThreadPoolExecutor.

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon May 16 08:57:48 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +21 -21 lines
Diff to previous 1.37
trailing whitespace

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu May 12 00:12:38 2005 UTC (4 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
Clarify previous change

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed May 11 23:47:58 2005 UTC (4 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.35: +6 -2 lines
Diff to previous 1.35
Ensure started cancelled tasks have interrupt set

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon May 2 18:38:53 2005 UTC (4 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +14 -14 lines
Diff to previous 1.34
remove trailing whitespace

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

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Apr 15 23:30:27 2004 UTC (5 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.32: +21 -9 lines
Diff to previous 1.32
Retry CAS to avoid failure window.

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

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

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

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

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jan 11 16:02:17 2004 UTC (5 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Simplify/shorten AQS method names

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 14:45:17 2004 UTC (5 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.26: +24 -24 lines
Diff to previous 1.26
Cosmetics

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 01:00:50 2004 UTC (5 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
replace isFirst param with isFirst method

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 21:02:31 2004 UTC (5 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
Avoid timeout problems in fair modes; improve AQS method names

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 00:38:33 2004 UTC (5 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.23: +154 -174 lines
Diff to previous 1.23
Use ACS in FutureTask; doc improvements

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

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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Dec 23 19:38:09 2003 UTC (5 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.20: +13 -3 lines
Diff to previous 1.20
cache finals across volatiles; avoid readResolve; doc improvments; timed invokeAll interleaves

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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 00:48:14 2003 UTC (5 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.18: +20 -29 lines
Diff to previous 1.18
Streamline status settting

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 14:55:52 2003 UTC (5 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.17: +5 -1 lines
Diff to previous 1.17
Documentation improvements

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 18:57:32 2003 UTC (5 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.16: +5 -6 lines
Diff to previous 1.16
Documentation improvements

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 14:42:25 2003 UTC (5 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
Documentation improvements

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 11:57:52 2003 UTC (5 years, 11 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_DEC9_POST_ES_SUBMIT, JSR166_DEC9_PRE_ES_SUBMIT
Changes since 1.14: +39 -13 lines
Diff to previous 1.14
Avoid needing package-private fields

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Dec 4 21:39:09 2003 UTC (5 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.13: +116 -102 lines
Diff to previous 1.13
documentation touch-ups

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

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 12:29:33 2003 UTC (6 years, 1 month ago) by dl
Branch: MAIN
CVS Tags: JSR166_NOV3_FREEZE
Changes since 1.10: +18 -6 lines
Diff to previous 1.10
Added docs for type params

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 11:37:10 2003 UTC (6 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Spellcheck

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 15:40:10 2003 UTC (6 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.8: +7 -1 lines
Diff to previous 1.8
Adapt AbstractQueue changes; Conditionalize CancellableTask.reset; new TimeUnit methods

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 16:08:49 2003 UTC (6 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_CR1
Changes since 1.6: +8 -6 lines
Diff to previous 1.6
Misc doc touch-ups

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 08:45:43 2003 UTC (6 years, 5 months ago) by jozart
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Removed extraneous Cancellable and Runnable from implements list.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 14:34:48 2003 UTC (6 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.3: +19 -13 lines
Diff to previous 1.3
Added missing javadoc tags; minor reformatting

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jun 3 16:44:36 2003 UTC (6 years, 5 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRELIMINARY_TEST_RELEASE_1
Changes since 1.2: +19 -141 lines
Diff to previous 1.2
New ScheduledExecutor; CancellableTask

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 27 18:14:40 2003 UTC (6 years, 5 months ago) by dl
Branch: MAIN
CVS Tags: JSR166_PRERELEASE_0_1
Changes since 1.1: +95 -52 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:47 2003 UTC (6 years, 6 months ago) by tim
Branch: MAIN
Moved main source rooted at . to ./src/main
Moved test source rooted at ./etc/testcases to ./src/test

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

Sort log by:

Doug Lea
ViewVC Help
Powered by ViewVC 1.0.8