[cvs] / jsr166 / src / jsr166y / ForkJoinPool.java Repository:
ViewVC logotype

Log of /jsr166/src/jsr166y/ForkJoinPool.java

Parent Directory Parent Directory


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

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Nov 16 04:57:09 2009 UTC (6 days, 10 hours ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
whitespace

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Thu Aug 6 06:41:34 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.47: +39 -10 lines
Diff to previous 1.47
exception specs

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 15:40:09 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
sync constructor IAE specs

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 14:19:00 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.45: +0 -1 lines
Diff to previous 1.45
Delete outdated comment

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 12:41:27 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.44: +5 -3 lines
Diff to previous 1.44
Doc improvements

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 11:44:33 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
Add status check methods; clarify specs; Reorder interruption checks

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 00:55:13 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
typos

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 13:01:15 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.41: +99 -58 lines
Diff to previous 1.41
Spec improvements; isTerminated conforms to TPE; implementation tweaks

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 01:11:58 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.40: +14 -12 lines
Diff to previous 1.40
javadoc cleanup

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 00:53:15 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39
cosmetic javadoc fixes

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 17:55:51 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.38: +29 -28 lines
Diff to previous 1.38
@code-ify

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 17:02:06 2009 UTC (3 months, 2 weeks ago) by jsr166
Branch: MAIN
Changes since 1.37: +15 -13 lines
Diff to previous 1.37
cosmetic spec improvements

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 11:54:31 2009 UTC (3 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
Signature and documentation improvements

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 22:09:13 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
typo fixes

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 21:17:11 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.34: +7 -5 lines
Diff to previous 1.34
@link-ify class summaries

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 20:17:52 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
whitespace

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 16:27:08 2009 UTC (3 months, 3 weeks ago) by dl
Branch: MAIN
Changes since 1.32: +10 -61 lines
Diff to previous 1.32
Refactor Adapted tasks into ForkJoinTask; mesh peek/pollNextLocalTask specs and code

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Jul 30 22:05:19 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.31: +0 -1 lines
Diff to previous 1.31
whitespace

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 22:48:54 2009 UTC (3 months, 3 weeks ago) by dl
Branch: MAIN
Changes since 1.30: +16 -1 lines
Diff to previous 1.30
Shutdown() terminates even if no workers created

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 12:05:55 2009 UTC (3 months, 3 weeks ago) by dl
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
Improve drainTasksTo signature; update example

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 21:41:53 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.28: +19 -17 lines
Diff to previous 1.28
j.u.c. coding standards

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 20:57:44 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.27: +40 -41 lines
Diff to previous 1.27
{@code (true|null)}

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 17:33:37 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.26: +45 -42 lines
Diff to previous 1.26
Unsafe mechanics

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 13:34:25 2009 UTC (3 months, 3 weeks ago) by jsr166
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
javac warning suppression

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 05:55:34 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.24: +5 -5 lines
Diff to previous 1.24
Make field offset fields private

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 17:49:01 2009 UTC (3 months, 4 weeks ago) by dl
Branch: MAIN
Changes since 1.23: +4 -8 lines
Diff to previous 1.23
Change signatures to simplify usage

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 15:50:57 2009 UTC (3 months, 4 weeks ago) by dl
Branch: MAIN
Changes since 1.22: +31 -2 lines
Diff to previous 1.22
Export adaptors; change some signatures to simplify usage

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 00:34:00 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.21: +12 -3 lines
Diff to previous 1.21
Avoid wildcard imports

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 23:47:01 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.20: +31 -34 lines
Diff to previous 1.20
Unsafe mechanics

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 22:05:22 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.19: +8 -5 lines
Diff to previous 1.19
warning suppression

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 18:57:56 2009 UTC (3 months, 4 weeks ago) by jsr166
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
add missing generification

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 23:23:41 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +3 -0 lines
Diff to previous 1.17
Add serialVersionUID

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 23:07:57 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +117 -74 lines
Diff to previous 1.16
j.u.c. coding standards

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 19:44:46 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +97 -94 lines
Diff to previous 1.15
merge lost changes

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 20:55:22 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
whitespace

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 19:04:11 2009 UTC (4 months ago) by dl
Branch: MAIN
Changes since 1.13: +93 -96 lines
Diff to previous 1.13
Add ForkJoinTask.inForkJoinPool; other misc

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 01:36:51 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +3 -0 lines
Diff to previous 1.12
Add @since, @author tags

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 18:11:44 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +8 -8 lines
Diff to previous 1.11
_unsafe => UNSAFE (a constant according to EJ #56)

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 00:15:13 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +15 -15 lines
Diff to previous 1.10
j.u.c. coding standards

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 23:07:43 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +31 -31 lines
Diff to previous 1.9
third person in first sentence

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 22:26:03 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +9 -9 lines
Diff to previous 1.8
spelling fixes

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 21:54:51 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +30 -30 lines
Diff to previous 1.7
<(code|tt)> => {@code

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 21:45:06 2009 UTC (4 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
whitespace

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 16 15:32:34 2009 UTC (4 months, 1 week ago) by dl
Branch: MAIN
Changes since 1.5: +164 -67 lines
Diff to previous 1.5
Async mode, drainTasks

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Mar 19 05:10:42 2009 UTC (8 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +40 -23 lines
Diff to previous 1.4
getUnsafe should use doPrivileged

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Jan 12 17:16:18 2009 UTC (10 months, 1 week ago) by dl
Branch: MAIN
Changes since 1.3: +164 -160 lines
Diff to previous 1.3
Split out ThreadLocalRandom; internal refactoring pass

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 19:12:36 2009 UTC (10 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
More misc cleanup

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 16:07:37 2009 UTC (10 months, 2 weeks ago) by dl
Branch: MAIN
Changes since 1.1: +130 -129 lines
Diff to previous 1.1
Improved documentaion; moved methods to improve javadoc flow; regularized extension APIs

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 14:30:31 2009 UTC (10 months, 2 weeks ago) by dl
Branch: MAIN
Refactored and repackaged ForkJoin classes

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