ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinWorkerThread.java
Revision 1.85 - (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.84: +10 -7 lines
Diff to previous 1.84
sync with openjdk

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 17:00:36 2022 UTC (2 years ago) by dl
Branch: MAIN
Changes since 1.83: +11 -8 lines
Diff to previous 1.83
Misc touchups

Revision 1.83 - (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.82: +49 -16 lines
Diff to previous 1.82
jdk17+ suppressWarnings, FJ updates

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Sun Dec 6 18:10:00 2020 UTC (3 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +1 -1 lines
Diff to previous 1.81
ForkJoinWorkerThread(ThreadGroup group, ForkJoinPool pool): demote to package-private, for now

Revision 1.81 - (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.80: +0 -1 lines
Diff to previous 1.80
fix errorprone [RemoveUnusedImports]

Revision 1.80 - (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.79: +0 -1 lines
Diff to previous 1.79
fix errorprone [RemoveUnusedImports]

Revision 1.79 - (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.78: +34 -63 lines
Diff to previous 1.78
FJ 1/20 refresh

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Thu Dec 13 15:56:09 2018 UTC (5 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
Use reference equality for class loader check

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Thu Dec 13 14:17:33 2018 UTC (5 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.76: +2 -1 lines
Diff to previous 1.76
don't throw needless exception in InnocuousForkJoinWorkerThread.setContextClassLoader

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Fri Aug 25 00:58:48 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.75: +3 -1 lines
Diff to previous 1.75
8186684: Fix broken links in java.base API docs

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sat Mar 18 16:32:29 2017 UTC (7 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +9 -11 lines
Diff to previous 1.74
coding style

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 01:44:39 2017 UTC (7 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.73: +32 -16 lines
Diff to previous 1.73
JDK-8172726: ForkJoin common pool retains a reference to the thread context class loader

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sun Jan 29 04:34:59 2017 UTC (7 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.72: +8 -2 lines
Diff to previous 1.72
upstream sync

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 17:18:52 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +1 -1 lines
Diff to previous 1.71
comment tidy

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 17:15:59 2016 UTC (7 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +1 -1 lines
Diff to previous 1.70
whitespace

Revision 1.70 - (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.69: +7 -60 lines
Diff to previous 1.69
VarHandles conversion; pass 1

Revision 1.69 - (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.68: +3 -3 lines
Diff to previous 1.68
s~\bsun\.(misc\.Unsafe)\b~jdk.internal.$1~g;
s~\bputOrdered([A-Za-z]+)\b~put${1}Release~g

Revision 1.68 - (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.67: +2 -2 lines
Diff to previous 1.67
Terminate javadoc with a period.

Revision 1.67 - (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.66: +8 -10 lines
Diff to previous 1.66
standardize Unsafe mechanics; slightly smaller bytecode

Revision 1.66 - (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.65: +2 -3 lines
Diff to previous 1.65
use ReflectiveOperationException for Unsafe mechanics

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

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Tue May 6 18:34:24 2014 UTC (10 years ago) by jsr166
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63
tiny clarification

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Tue May 6 18:02:22 2014 UTC (10 years ago) by jsr166
Branch: MAIN
Changes since 1.62: +1 -1 lines
Diff to previous 1.62
javadoc style

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Tue May 6 17:50:29 2014 UTC (10 years ago) by jsr166
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61
typos

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Tue May 6 17:45:47 2014 UTC (10 years ago) by jsr166
Branch: MAIN
Changes since 1.60: +0 -1 lines
Diff to previous 1.60
whitespace

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

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Thu May 23 01:29:19 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +6 -5 lines
Diff to previous 1.58
improve spec for getPoolIndex

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Wed May 22 23:17:40 2013 UTC (10 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57
Fix getPoolIndex spec

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Wed May 22 20:36:28 2013 UTC (10 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
add a @linkplain

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 19:54:35 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.55: +10 -27 lines
Diff to previous 1.55
stabilize

Revision 1.55 - (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.54: +24 -15 lines
Diff to previous 1.54
better memory positioning

Revision 1.54 - (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.53: +13 -2 lines
Diff to previous 1.53
commonPool support

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

Revision 1.52 - (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.51: +17 -868 lines
Diff to previous 1.51
Preliminary release of next version

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 04:08:47 2011 UTC (12 years, 5 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]
Wed Jun 8 05:12:25 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
typos

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]
Wed Jun 1 20:35:56 2011 UTC (12 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47
fix [static] javac warnings

Revision 1.47 - (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.46: +3 -3 lines
Diff to previous 1.46
coding style

Revision 1.46 - (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.45: +1 -1 lines
Diff to previous 1.45
Update Creative Commons license URL in legal notices

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: +457 -699 lines
Diff to previous 1.44
Overhaul to improve resource management plus other smaller improvements

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

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

Revision 1.42 - (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.41: +12 -10 lines
Diff to previous 1.41
Regularlize response to interrupts

Revision 1.41 - (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.40: +127 -107 lines
Diff to previous 1.40
Remove implicit restriction on join

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 08:50:12 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +10 -9 lines
Diff to previous 1.39
add @links to ForkJoinTask

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

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 00:53:24 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.37: +42 -3 lines
Diff to previous 1.37
Revert localHelpJoinTask pending fix

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

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

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Nov 17 12:08:26 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.34: +3 -6 lines
Diff to previous 1.34
Disable localHelpJoinTask

Revision 1.34 - (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.33: +5 -2 lines
Diff to previous 1.33
Enable compensation on timeouts

Revision 1.33 - (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.32: +4 -4 lines
Diff to previous 1.32
whitespace

Revision 1.32 - (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.31: +13 -13 lines
Diff to previous 1.31
Bypass submission queue on self-submissions

Revision 1.31 - (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.30: +1 -1 lines
Diff to previous 1.30
whitespace

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 14:18:00 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.29: +10 -1 lines
Diff to previous 1.29
Check pool termination in isTerminating

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

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

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

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 11:25:57 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.25: +5 -6 lines
Diff to previous 1.25
Improve wordings

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

Revision 1.24 - (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.23: +5 -4 lines
Diff to previous 1.23
Incorporate review suggestions

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

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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 11:29:04 2010 UTC (13 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.20: +10 -6 lines
Diff to previous 1.20
Incorporate review suggestions

Revision 1.20 - (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.19: +112 -120 lines
Diff to previous 1.19
Sync with jsr166y

Revision 1.19 - (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.18: +55 -43 lines
Diff to previous 1.18
Reduce resources during periods without use

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

Revision 1.17 - (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.16: +223 -165 lines
Diff to previous 1.16
Sync with jsr166y changes

Revision 1.16 - (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.15: +85 -59 lines
Diff to previous 1.15
Sync with jsr166y

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: +42 -29 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, 1 month ago) by dl
Branch: MAIN
Changes since 1.13: +593 -455 lines
Diff to previous 1.13
Sync with jsr166y versions

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

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 12:26:48 2009 UTC (14 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.10: +59 -2 lines
Diff to previous 1.10
improve estimate in getEstimatedSurplusTaskCount

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

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

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

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

Revision 1.6 - (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.5: +34 -7 lines
Diff to previous 1.5
sync with jsr166 package

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 18:23:30 2009 UTC (14 years, 9 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, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +6 -5 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: +13 -12 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: +4 -6 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