ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinTask.java
Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Fri May 6 16:03:05 2022 UTC (2 years ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.157: +4 -2 lines
Diff to previous 1.157
sync with openjdk

Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Mon Apr 4 12:02:42 2022 UTC (2 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.156: +67 -81 lines
Diff to previous 1.156
Cancellation compatibility with previous versions; other misc improvements

Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Fri Mar 25 12:29:55 2022 UTC (2 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.155: +4 -1 lines
Diff to previous 1.155
Compatibility; @since tags

Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Fri Mar 18 16:01:42 2022 UTC (2 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.154: +185 -149 lines
Diff to previous 1.154
jdk17+ suppressWarnings, FJ updates

Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Sun Nov 14 16:19:13 2021 UTC (2 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.153: +24 -26 lines
Diff to previous 1.153
Reduce static initialization; unify termination checks

Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Wed Sep 29 03:40:19 2021 UTC (2 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.152: +1 -1 lines
Diff to previous 1.152
8274391: Suppress more warnings on non-serializable non-transient instance fields in java.util.concurrent

Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Sun Feb 7 15:01:38 2021 UTC (3 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.151: +121 -136 lines
Diff to previous 1.151
Refactor last 2 changes

Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Sat Feb 6 17:33:47 2021 UTC (3 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.150: +82 -36 lines
Diff to previous 1.150
More async and parallelism-0 improvements

Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Wed Feb 3 12:41:58 2021 UTC (3 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.149: +1 -1 lines
Diff to previous 1.149
Don't try to compensate when parallelism 0

Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Sun Jan 31 13:35:43 2021 UTC (3 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.148: +4 -1 lines
Diff to previous 1.148
Allow self-steal retries; expanding cases covered with parallelism 0

Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Sun Dec 6 18:10:46 2020 UTC (3 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.147: +1 -1 lines
Diff to previous 1.147
adaptInterruptible: add TODO for clarity

Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Fri Dec 4 20:29:22 2020 UTC (3 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.146: +4 -18 lines
Diff to previous 1.146
JDK-8246587: adaptInterruptible deferred to its own independent change

Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 22:54:33 2020 UTC (3 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.145: +7 -7 lines
Diff to previous 1.145
untabify

Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Mon Nov 9 14:10:36 2020 UTC (3 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.144: +9 -9 lines
Diff to previous 1.144
Exception compatibility

Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Wed Aug 12 18:18:12 2020 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.143: +8 -4 lines
Diff to previous 1.143
reduce scope of local s

Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Wed Aug 12 15:55:24 2020 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.142: +1 -1 lines
Diff to previous 1.142
fix errorprone [UnusedVariable]

Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Wed Aug 12 15:52:08 2020 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.141: +1 -1 lines
Diff to previous 1.141
fix errorprone [UnusedVariable]

Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Wed Aug 12 00:06:59 2020 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.140: +0 -1 lines
Diff to previous 1.140
fix errorprone [RemoveUnusedImports]

Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Tue Aug 11 20:56:30 2020 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.139: +0 -1 lines
Diff to previous 1.139
fix errorprone [RemoveUnusedImports]

Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 20:54:37 2020 UTC (3 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.138: +5 -0 lines
Diff to previous 1.138
8250240: Address use of default constructors in the java.util.concurrent

Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Thu Jun 4 14:11:36 2020 UTC (3 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.137: +6 -7 lines
Diff to previous 1.137
adaptInterruptible: re-fill javadoc for consistency with adapt

Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Thu Jun 4 13:37:22 2020 UTC (3 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.136: +1 -1 lines
Diff to previous 1.136
1.15 -> 15

Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Wed Feb 12 00:39:46 2020 UTC (4 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.135: +5 -5 lines
Diff to previous 1.135
coding style

Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Wed Feb 12 00:26:19 2020 UTC (4 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.134: +1 -0 lines
Diff to previous 1.134
whitespace

Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 23:59:56 2020 UTC (4 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.133: +93 -128 lines
Diff to previous 1.133
combine some code paths

Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Fri Feb 7 13:53:19 2020 UTC (4 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.132: +3 -2 lines
Diff to previous 1.132
improve cancellation and shutdown support

Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Tue Feb 4 23:52:24 2020 UTC (4 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.131: +1 -1 lines
Diff to previous 1.131
javadoc formatting

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Tue Feb 4 12:38:06 2020 UTC (4 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.130: +14 -9 lines
Diff to previous 1.130
touchups

Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Mon Feb 3 21:07:49 2020 UTC (4 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.129: +11 -0 lines
Diff to previous 1.129
fix termination; add documentation

Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Sun Feb 2 23:44:12 2020 UTC (4 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.128: +93 -23 lines
Diff to previous 1.128
TPE compatibility for invoke{Any,All}

Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Sat Feb 1 20:20:17 2020 UTC (4 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.127: +181 -125 lines
Diff to previous 1.127
Reduce inessential FJP vs TPE differences

Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Thu Jan 23 19:36:34 2020 UTC (4 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.126: +1 -1 lines
Diff to previous 1.126
whitespace

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Mon Jan 20 15:51:54 2020 UTC (4 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.125: +106 -118 lines
Diff to previous 1.125
improve compatibilty for timeouts etc; increase common code paths

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Sat Jan 18 12:30:04 2020 UTC (4 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.124: +4 -6 lines
Diff to previous 1.124
more consistent parallelism-0 handling; doc touchups

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Fri Jan 17 18:12:07 2020 UTC (4 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.123: +381 -460 lines
Diff to previous 1.123
FJ 1/20 refresh

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Thu Oct 17 01:51:37 2019 UTC (4 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.122: +6 -0 lines
Diff to previous 1.122
8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Tue Nov 6 16:39:28 2018 UTC (5 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.121: +7 -8 lines
Diff to previous 1.121
Clarify javadoc

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Tue May 29 03:29:35 2018 UTC (5 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.120: +1 -1 lines
Diff to previous 1.120
https://shipilev.net/blog/2016/arrays-wisdom-ancients/

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Sun Mar 11 18:00:06 2018 UTC (6 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.119: +1 -1 lines
Diff to previous 1.119
prefer throwing ExceptionInInitializerError from <clinit> to throwing Error

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Sun Dec 3 12:28:57 2017 UTC (6 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.118: +5 -5 lines
Diff to previous 1.118
Internal documentation improvements

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Sat Dec 2 16:42:41 2017 UTC (6 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.117: +122 -111 lines
Diff to previous 1.117
Use atomic bitwise operations, with minor refactorings to enable it.

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Tue Sep 26 03:42:11 2017 UTC (6 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.116: +1 -1 lines
Diff to previous 1.116
coding style

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 17:18:34 2017 UTC (6 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.115: +9 -0 lines
Diff to previous 1.115
8186265: Make toString() methods of "task" objects more useful

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 23:45:51 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.114: +9 -9 lines
Diff to previous 1.114
Redo @link and @linkplain; one @link was pointing to the wrong poll method

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Sat Oct 8 18:54:57 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.113: +1 -1 lines
Diff to previous 1.113
use anonymous class diamond

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Tue Jul 5 00:58:48 2016 UTC (7 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.112: +12 -13 lines
Diff to previous 1.112
initialize the exception table statics at the point of declaration

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Tue Jul 5 00:25:41 2016 UTC (7 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.111: +3 -3 lines
Diff to previous 1.111
exceptionTableRefQueue: generify

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Mon Jul 4 23:53:07 2016 UTC (7 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.110: +1 -2 lines
Diff to previous 1.110
expungeStaleExceptions: very slightly better code

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 14:17:04 2016 UTC (7 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.109: +1 -1 lines
Diff to previous 1.109
fix typo reported by Ivan Gerasimov

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 13:16:27 2016 UTC (7 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.108: +15 -15 lines
Diff to previous 1.108
VarHandles conversion; pass 1

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 22:55:30 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.107: +1 -1 lines
Diff to previous 1.107
s~\bsun\.(misc\.Unsafe)\b~jdk.internal.$1~g;
s~\bputOrdered([A-Za-z]+)\b~put${1}Release~g

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Fri Jan 29 20:06:49 2016 UTC (8 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.106: +1 -1 lines
Diff to previous 1.106
migrate to: @since 9

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Fri Dec 11 23:12:20 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.105: +7 -13 lines
Diff to previous 1.105
getThrowableException: simplify code

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Wed Dec 9 04:41:07 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.104: +10 -10 lines
Diff to previous 1.104
getThrowableException(): "the given task" => "this task"

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

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sun Oct 11 15:49:10 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.102: +5 -3 lines
Diff to previous 1.102
getPool(): clarify spec

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 20:23:34 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.101: +10 -10 lines
Diff to previous 1.101
compareAndSetForkJoinTaskTag, setForkJoinTaskTag: javadoc wording improvements

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Wed Oct 7 01:06:53 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100
javadoc grammar

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 17:40:09 2015 UTC (8 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.99: +9 -12 lines
Diff to previous 1.99
improve error reporting

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 17:03:22 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.98: +5 -5 lines
Diff to previous 1.98
Terminate javadoc with a period.

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 05:49:39 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.97: +4 -2 lines
Diff to previous 1.97
pass the reference queue explicitly to ExceptionNode constructor

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 19:51:33 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.96: +1 -1 lines
Diff to previous 1.96
at-clause order

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 23:55:40 2015 UTC (8 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.95: +2 -3 lines
Diff to previous 1.95
remove unused variable

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

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 15:08:08 2015 UTC (8 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.93: +18 -0 lines
Diff to previous 1.93
Expose pollSubmission

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Sun Mar 1 03:45:18 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.92: +0 -2 lines
Diff to previous 1.92
delete useless catch/rethrow

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 09:15:11 2015 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.91: +2 -4 lines
Diff to previous 1.91
standardize Unsafe mechanics; slightly smaller bytecode

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Sun Jan 4 01:06:15 2015 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.90: +1 -1 lines
Diff to previous 1.90
use ReflectiveOperationException for Unsafe mechanics

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 07:54:14 2014 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.89: +3 -11 lines
Diff to previous 1.89
standardize import statement order

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Fri Jul 11 16:10:38 2014 UTC (9 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.88: +8 -4 lines
Diff to previous 1.88
Exception compatibility

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Mon Jul 7 19:06:46 2014 UTC (9 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.87: +1 -1 lines
Diff to previous 1.87
whitespace

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Mon Jul 7 18:29:07 2014 UTC (9 years, 10 months ago) by dl
Branch: MAIN
Changes since 1.86: +76 -101 lines
Diff to previous 1.86
Overhaul throttling; other internal refactorings

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Tue May 6 17:31:01 2014 UTC (10 years ago) by dl
Branch: MAIN
Changes since 1.85: +1 -1 lines
Diff to previous 1.85
Sync with openjdk

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

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 18:21:22 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +4 -0 lines
Diff to previous 1.83
javadoc warning fixes: add serialization method @throws

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 17:38:29 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.82: +2 -0 lines
Diff to previous 1.82
javadoc warning fixes: add serialization method @param

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 17:13:42 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +3 -0 lines
Diff to previous 1.81
doclint warning fixes

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 15:06:50 2013 UTC (10 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.80: +3 -3 lines
Diff to previous 1.80
Add CC.helpComplete

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 16:57:06 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.79: +0 -1 lines
Diff to previous 1.79
whitespace

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Wed Jun 5 00:03:11 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.78: +1 -1 lines
Diff to previous 1.78
add a comma for clarity

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Fri May 24 19:03:44 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
remove extraneous final

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Fri May 24 18:44:41 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.76: +2 -8 lines
Diff to previous 1.76
simplify implementation of "sneaky throw"

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Wed May 15 02:39:59 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.75: +1 -1 lines
Diff to previous 1.75
consistent use of "@return {@code true}"

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sun May 5 19:25:01 2013 UTC (11 years ago) by dl
Branch: MAIN
Changes since 1.74: +41 -20 lines
Diff to previous 1.74
Use more JDK8 VM support; more gradually spin down FJ

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 07:46:34 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.73: +1 -1 lines
Diff to previous 1.73
javadoc link readability

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 01:02:37 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.72: +18 -0 lines
Diff to previous 1.72
Use new java.util.function names

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 22:10:06 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +1 -1 lines
Diff to previous 1.71
punctuation

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 15:10:36 2013 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.70: +6 -5 lines
Diff to previous 1.70
Add awaitQuiescence

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

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

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

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

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

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

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

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

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Mon Apr 9 13:11:05 2012 UTC (12 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.61: +65 -46 lines
Diff to previous 1.61
Add CountedCompleter; improve tryHelpStealer

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

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

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

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

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

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

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

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Thu Jan 26 00:08:17 2012 UTC (12 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.53: +311 -151 lines
Diff to previous 1.53
Preliminary release of next version

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 20:53:11 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.52: +2 -5 lines
Diff to previous 1.52
uniform serialization method javadocs

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 15:16:32 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51
remove always-true test

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Thu Jun 23 18:38:42 2011 UTC (12 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +8 -6 lines
Diff to previous 1.50
whitespace

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 00:50:35 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +0 -4 lines
Diff to previous 1.49
clean up imports

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 02:28:05 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
fix javac 7 [rawtypes] warnings

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, 2 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, 2 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, 2 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 6 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, 8 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, 8 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, 8 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 (13 years, 11 months 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, 1 month 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, 6 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 months ago) by jsr166
Branch: MAIN
branch jsr166y into java.util.concurrent

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