ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinTask.java
Revision 1.48 - (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.47: +1 -1 lines
Diff to previous 1.47
Update Creative Commons license URL in legal notices

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Fri Mar 4 13:29:36 2011 UTC (13 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.46: +8 -8 lines
Diff to previous 1.46
Incorporate review suggestions

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 10:50:45 2011 UTC (13 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.45: +4 -1 lines
Diff to previous 1.45
Fix Timeouts

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 00:39:12 2011 UTC (13 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.44: +380 -195 lines
Diff to previous 1.44
Overhaul to improve resource management plus other smaller improvements

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Nov 28 21:21:03 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
whitespace

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Nov 24 10:47:07 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.42: +31 -20 lines
Diff to previous 1.42
Reduce lock bias effects

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 10:51:04 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.41: +5 -4 lines
Diff to previous 1.41
Improve inForkJoinPool javadoc

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 06:03:01 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
coding style

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 00:10:21 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.39: +67 -100 lines
Diff to previous 1.39
Regularlize response to interrupts

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 20:04:03 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
doc improvements

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 12:24:18 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.37: +37 -27 lines
Diff to previous 1.37
doc improvements

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 22:37:05 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +3 -2 lines
Diff to previous 1.36
clarify relationship between cancel and reinitialize

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 20:26:59 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +11 -6 lines
Diff to previous 1.35
cancel() spec improvements

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 19:33:39 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +4 -4 lines
Diff to previous 1.34
cancel() javadoc tidying

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 19:04:45 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
whitespace

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 14:43:16 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.32: +6 -0 lines
Diff to previous 1.32
Clarify javadoc for reinitialize

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 19:36:22 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.31: +39 -52 lines
Diff to previous 1.31
Enable compensation on timeouts

Revision 1.31 - (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.30: +1 -1 lines
Diff to previous 1.30
whitespace

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 20:42:37 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
whitespace

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Sep 18 12:10:40 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.28: +21 -2 lines
Diff to previous 1.28
Clarify IE on get

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 14:17:16 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.27: +16 -4 lines
Diff to previous 1.27
Abort on Interrupt in non-FJ get()

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 01:24:26 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26
more readable @link

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Sep 16 03:57:13 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
whitespace

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Sep 14 19:37:57 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +6 -0 lines
Diff to previous 1.24
add missing @throws {@inheritDoc}

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

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 07:51:13 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
typos

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Sep 6 11:55:43 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.21: +10 -11 lines
Diff to previous 1.21
Incorporate review suggestions

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 00:21:31 2010 UTC (13 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +7 -5 lines
Diff to previous 1.20
coding style

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Sep 2 11:31:22 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.19: +30 -22 lines
Diff to previous 1.19
Incorporate review suggestions

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Aug 29 23:35:07 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.18: +25 -1 lines
Diff to previous 1.18
Sync with jsr166y

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Aug 11 19:44:51 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Null-check timeUnit even if unused

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Aug 11 18:45:45 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.16: +113 -126 lines
Diff to previous 1.16
Sync with jsr166y

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 20:41:24 2010 UTC (13 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.15: +60 -125 lines
Diff to previous 1.15
Sync with jsr166y changes

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu May 27 16:47:21 2010 UTC (14 years ago) by dl
Branch: MAIN
Changes since 1.14: +215 -279 lines
Diff to previous 1.14
Sync with jsr166y

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Apr 18 12:54:57 2010 UTC (14 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.13: +38 -21 lines
Diff to previous 1.13
Sync with jsr166y versions

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 16:05:09 2010 UTC (14 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.12: +247 -274 lines
Diff to previous 1.12
Sync with jsr166y versions

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Oct 27 23:21:32 2009 UTC (14 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
sync with jsr166y package

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 18:07:36 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +11 -6 lines
Diff to previous 1.10
sync with jsr166 package

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 12 04:10:59 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +19 -40 lines
Diff to previous 1.9
sync with jsr166 package

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 01:52:34 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +6 -4 lines
Diff to previous 1.8
sync with jsr166 package

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 20:41:40 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +100 -60 lines
Diff to previous 1.7
sync with jsr166 package

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 01:23:41 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +44 -45 lines
Diff to previous 1.6
sync with jsr166 package

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 01:18:07 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +179 -125 lines
Diff to previous 1.5
sync with jsr166 package

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 20:41:13 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +71 -14 lines
Diff to previous 1.4
sync with jsr166 package

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 02:35:47 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +36 -37 lines
Diff to previous 1.3
sync with jsr166y package

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 17:48:58 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +9 -10 lines
Diff to previous 1.2
sync with jsr166y package

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 07:04:29 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +49 -4 lines
Diff to previous 1.1
sync with jsr166y package

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 01:06:20 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
branch jsr166y into java.util.concurrent

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