ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinPool.java
Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 01:17:58 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.62: +16 -16 lines
Diff to previous 1.62
coding style

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Wed Apr 13 11:35:26 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.61: +2 -1 lines
Diff to previous 1.61
move shutdown check

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Fri Apr 1 20:20:33 2011 UTC (13 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.60: +14 -13 lines
Diff to previous 1.60
Don't trim if only one worker

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 11:27:40 2011 UTC (13 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.59: +2 -1 lines
Diff to previous 1.59
Tolerate timing slop

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Mon Mar 21 23:28:59 2011 UTC (13 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.58: +1 -1 lines
Diff to previous 1.58
Fix mask growth comparison

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

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Mar 7 14:10:44 2011 UTC (13 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.56: +1 -1 lines
Diff to previous 1.56
Don't mask if any threads blocked

Revision 1.56 - (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.55: +66 -47 lines
Diff to previous 1.55
Incorporate review suggestions

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Tue Mar 1 10:59:00 2011 UTC (13 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.54: +2 -4 lines
Diff to previous 1.54
Small doc fixes

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Wed Feb 23 12:48:39 2011 UTC (13 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.53: +58 -50 lines
Diff to previous 1.53
Doc improvements; tolerate spurious wakeups when shrinking

Revision 1.53 - (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.52: +4 -3 lines
Diff to previous 1.52
Fix Timeouts

Revision 1.52 - (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.51: +1085 -932 lines
Diff to previous 1.51
Overhaul to improve resource management plus other smaller improvements

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 20:58:06 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
consistent ternary operator style

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

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 01:05:50 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.48: +5 -2 lines
Diff to previous 1.48
Add advisory note to isTerminating

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

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 20:10:51 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46
coding style

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 20:42:05 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.45: +5 -5 lines
Diff to previous 1.45
Simplify mask

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 13:54:38 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.44: +73 -55 lines
Diff to previous 1.44
Remove implicit restriction on join

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Nov 13 13:11:26 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.43: +3 -2 lines
Diff to previous 1.43
Terminate phaser on termination

Revision 1.43 - (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.42: +30 -6 lines
Diff to previous 1.42
Enable compensation on timeouts

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

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sun Oct 10 11:55:39 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.40: +51 -14 lines
Diff to previous 1.40
Bypass submission queue on self-submissions

Revision 1.40 - (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.39: +2 -2 lines
Diff to previous 1.39
whitespace

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 14:18:51 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.38: +31 -14 lines
Diff to previous 1.38
Propagate termination; relay factory failures

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Sep 14 03:48:40 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +0 -1 lines
Diff to previous 1.37
fix imports

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

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 14:52:38 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.35: +10 -2 lines
Diff to previous 1.35
Make all imports explicit

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 14:44:00 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.34: +6 -5 lines
Diff to previous 1.34
Improve comment wording

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

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 06:42:39 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32
whitespace

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 06:32:45 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
coding style

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 06:28:36 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
<code> => @code

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 06:19:05 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +10 -7 lines
Diff to previous 1.29
doc typos and clarifications

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Sep 6 21:36:44 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +4 -15 lines
Diff to previous 1.28
Use enhanced for loop.

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 20:12:39 2010 UTC (13 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +5 -5 lines
Diff to previous 1.27
coding style

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 06:41:55 2010 UTC (13 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
trailing whitespace

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 05:20:40 2010 UTC (13 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
double trouble

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 03:32:03 2010 UTC (13 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +12 -12 lines
Diff to previous 1.24
typos

Revision 1.24 - (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.23: +271 -358 lines
Diff to previous 1.23
Sync with jsr166y

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Aug 18 14:05:51 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
Fix typos in example

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Aug 17 18:31:59 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.21: +307 -202 lines
Diff to previous 1.21
Reduce resources during periods without use

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Aug 13 16:21:45 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.20: +0 -3 lines
Diff to previous 1.20
Remove outdated javadoc sentence

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Aug 11 20:28:31 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Typo

Revision 1.19 - (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.18: +567 -516 lines
Diff to previous 1.18
Sync with jsr166y

Revision 1.18 - (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.17: +302 -538 lines
Diff to previous 1.17
Sync with jsr166y changes

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Apr 18 14:00:08 2010 UTC (14 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Typo

Revision 1.15 - (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.14: +64 -11 lines
Diff to previous 1.14
Sync with jsr166y versions

Revision 1.14 - (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.13: +961 -989 lines
Diff to previous 1.13
Sync with jsr166y versions

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Dec 5 11:43:01 2009 UTC (14 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.12: +78 -105 lines
Diff to previous 1.12
Sync with jsr166y version

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Nov 16 04:57:09 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
whitespace

Revision 1.11 - (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.10: +41 -12 lines
Diff to previous 1.10
sync with jsr166 package

Revision 1.10 - (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.9: +7 -6 lines
Diff to previous 1.9
sync with jsr166 package

Revision 1.9 - (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.8: +99 -58 lines
Diff to previous 1.8
sync with jsr166 package

Revision 1.8 - (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.7: +70 -63 lines
Diff to previous 1.7
sync with jsr166 package

Revision 1.7 - (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.6: +10 -62 lines
Diff to previous 1.6
sync with jsr166 package

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 30 04:19:41 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +16 -1 lines
Diff to previous 1.5
sync with jsr166y package

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 18:23:30 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
sync with jsr166y 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: +59 -58 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: +20 -20 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: +32 -7 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