ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/ForkJoinTask.java
Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 14:17:04 2016 UTC (7 years, 9 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.103: +1 -1 lines
Diff to previous 1.103
fix typo reported by Ivan Gerasimov

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Tue Oct 13 19:45:34 2015 UTC (8 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.102: +4 -4 lines
Diff to previous 1.102
@link -> @linkplain

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Thu Sep 3 22:54:46 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.101: +3 -3 lines
Diff to previous 1.101
s/adaptor/adapter/g

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Fri Sep 20 10:52:16 2013 UTC (10 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.100: +4 -2 lines
Diff to previous 1.100
fix exceptionTable leak

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 17:09:54 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.99: +1 -1 lines
Diff to previous 1.99
javadoc style

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 02:51:37 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.98: +17 -16 lines
Diff to previous 1.98
more portable getUnsafe()

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 15:10:39 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.97: +7 -5 lines
Diff to previous 1.97
Add awaitQuiescence

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 02:05:53 2012 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.96: +1 -1 lines
Diff to previous 1.96
punctuation

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Wed Dec 19 00:02:59 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.95: +3 -2 lines
Diff to previous 1.95
Ensure exception on null TimeUnit

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 14:11:54 2012 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.94: +2 -2 lines
Diff to previous 1.94
IO => I/O

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Mon Nov 19 18:12:42 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93
better memory positioning

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 17:20:37 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.92: +35 -77 lines
Diff to previous 1.92
commonPool support

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 12:49:24 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.91: +29 -7 lines
Diff to previous 1.91
commonPool improvements

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Sun Oct 28 22:36:01 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.90: +98 -143 lines
Diff to previous 1.90
Introduce ForkJoinPool.commonPool

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 11:45:20 2012 UTC (12 years ago) by dl
Branch: MAIN
Changes since 1.89: +29 -21 lines
Diff to previous 1.89
add CountedCompleter.onExceptionalCompletion

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Mon Apr 9 13:11:44 2012 UTC (12 years ago) by dl
Branch: MAIN
Changes since 1.88: +66 -46 lines
Diff to previous 1.88
Add CountedCompleter; improve tryHelpStealer

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 19:47:08 2012 UTC (12 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.87: +1 -1 lines
Diff to previous 1.87
typo

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 15:52:45 2012 UTC (12 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.86: +56 -38 lines
Diff to previous 1.86
marking -> taging; registerWorker fix

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 18:20:06 2012 UTC (12 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.85: +154 -175 lines
Diff to previous 1.85
less conservative compensation

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 01:51:13 2012 UTC (12 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.84: +1 -1 lines
Diff to previous 1.84
whitespace

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Sat Jan 28 04:32:25 2012 UTC (12 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +5 -5 lines
Diff to previous 1.83
javadoc cleanup pass for forkjoin rewrite

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Thu Jan 26 19:09:03 2012 UTC (12 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.82: +1 -1 lines
Diff to previous 1.82
typos

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Thu Jan 26 18:15:12 2012 UTC (12 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.81: +16 -11 lines
Diff to previous 1.81
Copyedit pass

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Thu Jan 26 00:08:13 2012 UTC (12 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.80: +313 -157 lines
Diff to previous 1.80
Preliminary release of next version

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Fri Jul 1 18:30:14 2011 UTC (12 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.79: +10 -8 lines
Diff to previous 1.79
sync jsr166y with main

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 18:10:53 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.78: +0 -4 lines
Diff to previous 1.78
sync with main

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 14:20:43 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
sync jsr166y with main

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 19:47:02 2011 UTC (13 years, 1 month ago) by jsr166
Branch: MAIN
CVS Tags: jdk7-compat, release-1_7_0
Changes since 1.76: +1 -1 lines
Diff to previous 1.76
Update Creative Commons license URL in legal notices

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Fri Mar 4 13:29:39 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.75: +8 -8 lines
Diff to previous 1.75
Incorporate review suggestions

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

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 00:39:31 2011 UTC (13 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.73: +379 -195 lines
Diff to previous 1.73
Sync with j.u.c

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

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

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

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 00:10:39 2010 UTC (13 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.69: +68 -101 lines
Diff to previous 1.69
Regularlize response to interrupts

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 12:24:34 2010 UTC (13 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.68: +40 -24 lines
Diff to previous 1.68
doc improvements

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

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

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 19:37:26 2010 UTC (13 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.65: +39 -53 lines
Diff to previous 1.65
Enable compensation on timeouts

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 16:37:30 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +1 -1 lines
Diff to previous 1.64
whitespace

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

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

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 14:24:56 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.61: +26 -8 lines
Diff to previous 1.61
Sync with j.u.c

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

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

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

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

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 11:33:53 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.56: +30 -22 lines
Diff to previous 1.56
Sync with j.u.c versions

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

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sun Aug 29 23:34:46 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.54: +25 -1 lines
Diff to previous 1.54
Unify and simplify timeout-based parallelism maintenance

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

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Wed Aug 11 18:45:12 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.52: +82 -87 lines
Diff to previous 1.52
Improved dynamic adaptation

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sat Jul 24 20:28:18 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.51: +10 -9 lines
Diff to previous 1.51
Fix and simplify joinTask

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Fri Jul 23 16:49:11 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
Remove field ref to hotspot threadStatus

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Fri Jul 23 13:07:43 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.49: +31 -40 lines
Diff to previous 1.49
Better integration of helping and compensation

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 19:52:31 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.48: +60 -125 lines
Diff to previous 1.48
Simplify APIs. See concurrency-interest postings for rationale

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Thu May 27 16:46:48 2010 UTC (13 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.47: +215 -279 lines
Diff to previous 1.47
Adaptive spins for joins; streamline call paths

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun Apr 18 12:51:18 2010 UTC (14 years ago) by dl
Branch: MAIN
Changes since 1.46: +38 -21 lines
Diff to previous 1.46
Split paths for helpJoin, observing maxPoolSize

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 15:52:26 2010 UTC (14 years ago) by dl
Branch: MAIN
Changes since 1.45: +247 -274 lines
Diff to previous 1.45
Major internal restructuring

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Oct 22 08:19:44 2009 UTC (14 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
minor doc fixes

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 17:44:45 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +6 -6 lines
Diff to previous 1.43
javadoc cosmetic improvements

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 11:24:58 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.42: +5 -0 lines
Diff to previous 1.42
Improve spec for fork()

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Aug 6 23:08:50 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.41: +7 -18 lines
Diff to previous 1.41
Remove unecessary isCompletedExceptionally method

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 23:37:32 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.40: +12 -11 lines
Diff to previous 1.40
Doc improvements

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 11:09:28 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.39: +0 -11 lines
Diff to previous 1.39
Inherit isDone, isCancelled specs

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 00:57:41 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +4 -3 lines
Diff to previous 1.38
Align spec of binary invokeAll with array invokeAll

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 22:47:08 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.37: +2 -1 lines
Diff to previous 1.37
Doc fixes

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 20:24:54 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +14 -15 lines
Diff to previous 1.36
small readability improvements

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 13:16:54 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
Typo

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 12:41:27 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.34: +17 -3 lines
Diff to previous 1.34
Doc improvements

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

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 00:36:45 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.32: +12 -14 lines
Diff to previous 1.32
Improve cancel specs

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 13:01:15 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.31: +32 -31 lines
Diff to previous 1.31
Spec improvements; isTerminated conforms to TPE; implementation tweaks

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 22:58:50 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +112 -84 lines
Diff to previous 1.30
javadoc cleanup

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 22:28:23 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
Wording fix

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 17:19:24 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
cosmetic spec improvements

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 17:02:06 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +37 -35 lines
Diff to previous 1.27
cosmetic spec improvements

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 11:54:31 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.26: +54 -30 lines
Diff to previous 1.26
Signature and documentation improvements

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 21:17:11 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
@link-ify class summaries

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

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 21:41:53 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +13 -14 lines
Diff to previous 1.23
j.u.c. coding standards

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 20:57:44 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +23 -23 lines
Diff to previous 1.22
{@code (true|null)}

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 17:33:37 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +30 -27 lines
Diff to previous 1.21
Unsafe mechanics

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 06:26:37 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +8 -8 lines
Diff to previous 1.20
j.u.c. coding conventions

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jul 26 05:55:34 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Make field offset fields private

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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 15:50:57 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.17: +44 -1 lines
Diff to previous 1.17
Export adaptors; change some signatures to simplify usage

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 00:34:00 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +8 -3 lines
Diff to previous 1.16
Avoid wildcard imports

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 23:47:01 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +23 -26 lines
Diff to previous 1.15
Unsafe mechanics

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 23:07:57 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +68 -60 lines
Diff to previous 1.13
j.u.c. coding standards

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 19:04:11 2009 UTC (14 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.12: +47 -23 lines
Diff to previous 1.12
Add ForkJoinTask.inForkJoinPool; other misc

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

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

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jul 20 22:26:03 2009 UTC (14 years, 9 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 (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +35 -35 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 (14 years, 9 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 (14 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.5: +27 -28 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 (15 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.4: +33 -10 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 (15 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.3: +22 -13 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 (15 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.2: +67 -56 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 (15 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.1: +350 -264 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 (15 years, 3 months ago) by dl
Branch: MAIN
Refactored and repackaged ForkJoin classes

Convenience Links

Links to HEAD: (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