ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/ForkJoinWorkerThread.java
Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 19:54:39 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.72: +10 -27 lines
Diff to previous 1.72
stabilize

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

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 17:20:38 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.70: +13 -2 lines
Diff to previous 1.70
commonPool support

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Jul 4 20:13:53 2012 UTC (11 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +0 -1 lines
Diff to previous 1.69
trailing newlines

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 18:20:06 2012 UTC (12 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68
less conservative compensation

Revision 1.68 - (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.67: +17 -894 lines
Diff to previous 1.67
Preliminary release of next version

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 05:12:25 2011 UTC (12 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.66: +1 -1 lines
Diff to previous 1.66
typos

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Wed Jun 1 21:04:30 2011 UTC (12 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65
fix javac 7 warnings

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 01:17:58 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
CVS Tags: jdk7-compat, release-1_7_0
Changes since 1.64: +3 -3 lines
Diff to previous 1.64
coding style

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

Revision 1.63 - (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.62: +457 -700 lines
Diff to previous 1.62
Sync with j.u.c

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

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 06:21:54 2010 UTC (13 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
whitespace

Revision 1.60 - (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.59: +12 -10 lines
Diff to previous 1.59
Regularlize response to interrupts

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 13:55:04 2010 UTC (13 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.58: +137 -116 lines
Diff to previous 1.58
Remove implicit restriction on join

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 08:18:19 2010 UTC (13 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
invalid @code tags

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 00:55:13 2010 UTC (13 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.56: +8 -3 lines
Diff to previous 1.56
Revert localHelpJoinTask pending fix

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 00:39:15 2010 UTC (13 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +1 -1 lines
Diff to previous 1.55
whitespace

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Wed Nov 17 15:36:39 2010 UTC (13 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.54: +1 -1 lines
Diff to previous 1.54
Complete last change

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Wed Nov 17 12:06:46 2010 UTC (13 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.53: +3 -6 lines
Diff to previous 1.53
Bypass localHelpJoinTask

Revision 1.53 - (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.52: +9 -8 lines
Diff to previous 1.52
Enable compensation on timeouts

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Oct 10 11:56:11 2010 UTC (13 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.51: +13 -13 lines
Diff to previous 1.51
Bypass submission queue on self-submissions

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

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

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 09:53:19 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
Typo

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 14:37:28 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47
typos

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

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

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 00:08:04 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +7 -7 lines
Diff to previous 1.44
coding style

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 20:15:43 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
coding style

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

Revision 1.42 - (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.41: +112 -120 lines
Diff to previous 1.41
Unify and simplify timeout-based parallelism maintenance

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Aug 17 18:30:33 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.40: +55 -41 lines
Diff to previous 1.40
Reduce resources during periods without use

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

Revision 1.39 - (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.38: +46 -47 lines
Diff to previous 1.38
Fix and simplify joinTask

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

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Jul 23 14:09:17 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.36: +8 -8 lines
Diff to previous 1.36
Check shutdown on join

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

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 19:52:32 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.34: +207 -155 lines
Diff to previous 1.34
Simplify APIs. See concurrency-interest postings for rationale

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 14:37:54 2010 UTC (13 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.33: +16 -10 lines
Diff to previous 1.33
Avoid a case of avoidable signalWork

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

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Apr 18 12:51:18 2010 UTC (13 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.31: +42 -29 lines
Diff to previous 1.31
Split paths for helpJoin, observing maxPoolSize

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 15:52:26 2010 UTC (13 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.30: +593 -398 lines
Diff to previous 1.30
Major internal restructuring

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Oct 6 19:02:48 2009 UTC (14 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +6 -2 lines
Diff to previous 1.29
6888149: AtomicReferenceArray causes SIGSEGV -> SEGV_MAPERR error

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Aug 6 15:13:54 2009 UTC (14 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
whitespace

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 13:40:07 2009 UTC (14 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.27: +33 -28 lines
Diff to previous 1.27
Update internal algorithm walkthroough

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

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

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

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 19:52:39 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
whitespace

Revision 1.23 - (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.22: +34 -7 lines
Diff to previous 1.22
Refactor Adapted tasks into ForkJoinTask; mesh peek/pollNextLocalTask specs and code

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

Revision 1.21 - (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.20: +6 -5 lines
Diff to previous 1.20
{@code (true|null)}

Revision 1.20 - (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.19: +42 -38 lines
Diff to previous 1.19
Unsafe mechanics

Revision 1.19 - (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.18: +4 -6 lines
Diff to previous 1.18
Make field offset fields private

Revision 1.18 - (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.17: +3 -3 lines
Diff to previous 1.17
Avoid wildcard imports

Revision 1.17 - (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.16: +34 -33 lines
Diff to previous 1.16
Unsafe mechanics

Revision 1.16 - (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.15: +11 -10 lines
Diff to previous 1.15
j.u.c. coding standards

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

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

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 01:36:51 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +2 -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 (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +9 -9 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:14 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +30 -19 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 (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +7 -7 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 (14 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
spelling fixes

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jul 16 15:32:34 2009 UTC (14 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.6: +46 -7 lines
Diff to previous 1.6
Async mode, drainTasks

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jan 12 17:16:18 2009 UTC (15 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.4: +294 -462 lines
Diff to previous 1.4
Split out ThreadLocalRandom; internal refactoring pass

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 20:51:36 2009 UTC (15 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.3: +10 -10 lines
Diff to previous 1.3
getPool nonstatic

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 19:12:36 2009 UTC (15 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.2: +15 -25 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, 2 months ago) by dl
Branch: MAIN
Changes since 1.1: +53 -163 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, 2 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