ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/ForkJoinPool.java
Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Thu Nov 5 16:22:39 2015 UTC (8 years, 5 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.65: +1 -1 lines
Diff to previous 1.65
fix javac [rawtypes] warning

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Sat Sep 12 19:16:45 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +6 -2 lines
Diff to previous 1.64
code readability

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Mon Sep 16 14:52:48 2013 UTC (10 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]
Sun Jul 21 06:27:42 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.62: +2 -0 lines
Diff to previous 1.62
sync javadoc fixes from src/main

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 19:34:43 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.61: +1 -1 lines
Diff to previous 1.61
enforce standard javadoc tag order

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 19:55:05 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.60: +0 -1 lines
Diff to previous 1.60
backport jsr166e to run on jdk6; backport all applicable tck tests from tck to tck-jsr166e

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 16:36:45 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
typo

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 16:22:44 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.58: +6 -5 lines
Diff to previous 1.58
whitespace

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Wed Jun 19 14:55:40 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.57: +670 -757 lines
Diff to previous 1.57
Sync with jdk8 versions

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 20:50:29 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +1 -1 lines
Diff to previous 1.56
javadoc comment correctness

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Wed Feb 13 18:30:47 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +1 -1 lines
Diff to previous 1.55
small javadoc improvement

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

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

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

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 01:20:56 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +1 -1 lines
Diff to previous 1.51
avoid failure when Runtime.getRuntime().availableProcessors() > MAX_CAP

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 19:01:38 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
javadoc-lint

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 17:31:35 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
convert to javadoc comment

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 23:07:26 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
ensure that tasks will surely get cancelled when something goes very wrong

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 23:00:06 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +6 -10 lines
Diff to previous 1.47
optimize access to local ArrayLists

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 20:39:43 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +9 -10 lines
Diff to previous 1.46
standardize style for arrayIndexScale checking code

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Jan 13 21:56:12 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
s/spinLock/spinlock/

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

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Fri Jan 4 18:52:18 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +2 -0 lines
Diff to previous 1.43
add missing @since 1.8

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Thu Jan 3 19:21:20 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
use #commonPool() consistently

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 14:10:37 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.41: +3 -3 lines
Diff to previous 1.41
More consistent API

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 07:43:50 2013 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +0 -1 lines
Diff to previous 1.40
remove trailing blank javadoc lines

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 15:10:32 2013 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.39: +86 -34 lines
Diff to previous 1.39
Add awaitQuiescence

Revision 1.39 - (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.38: +1 -1 lines
Diff to previous 1.38
punctuation

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 00:03:36 2012 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
javadoc style

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu Dec 20 17:14:32 2012 UTC (11 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.36: +95 -112 lines
Diff to previous 1.36
Avoid initialization/shutdown races

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Dec 18 21:46:09 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.35: +15 -9 lines
Diff to previous 1.35
Invert comparison; post-signal on queiesce

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Dec 17 16:32:47 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
Typo

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Dec 17 16:31:08 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.33: +3 -1 lines
Diff to previous 1.33
Improve javadoc

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Dec 17 12:09:30 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
Remove wrong comment

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Dec 16 19:57:00 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.31: +100 -118 lines
Diff to previous 1.31
Ensure termination checks

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Dec 15 22:15:47 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Revert last change

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Dec 15 20:21:25 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
Explicit modes for CHM bulk methods

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 16:33:42 2012 UTC (11 years, 4 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]
Thu Dec 13 20:47:34 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.27: +22 -20 lines
Diff to previous 1.27
Avoid shutdown race

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Dec 8 20:49:24 2012 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
whitespace

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Dec 8 14:08:44 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.25: +87 -30 lines
Diff to previous 1.25
Split helpSignal

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

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 03:56:07 2012 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
typos

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Nov 22 18:14:57 2012 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
very small javadoc clarification

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 22:15:41 2012 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
whitespace

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 19:54:32 2012 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.20: +349 -313 lines
Diff to previous 1.20
stabilize

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Nov 20 06:18:39 2012 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +0 -4 lines
Diff to previous 1.19
resolve merge conflict for javadoc warning fix

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Nov 20 05:18:42 2012 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
whitespace

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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Nov 19 01:04:24 2012 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
javadoc style

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 18:03:10 2012 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
normalize whitespace after <p>

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 06:31:13 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
fix javadoc warning

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 19:05:03 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
typos

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 18:45:53 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
whitespace

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 17:20:29 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.11: +967 -903 lines
Diff to previous 1.11
commonPool support

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 12:49:13 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.10: +94 -113 lines
Diff to previous 1.10
commonPool improvements

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Oct 30 16:05:35 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +7 -7 lines
Diff to previous 1.9
whitespace

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Oct 30 14:23:03 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.8: +141 -13 lines
Diff to previous 1.8
Common pool support for CountedCompleters

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Oct 29 17:23:26 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.7: +216 -163 lines
Diff to previous 1.7
Reduce common pool footprint

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Oct 28 22:35:45 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.6: +239 -73 lines
Diff to previous 1.6
Introduce ForkJoinPool.commonPool

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 06:40:20 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +0 -1 lines
Diff to previous 1.5
no blank line between javadoc and corresponding code

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 04:14:31 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
javadoc typos

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 16:46:37 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
whitespace

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Aug 14 06:00:55 2012 UTC (11 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2
whitespace

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 18:25:53 2012 UTC (11 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
typos

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 15:52:33 2012 UTC (11 years, 8 months ago) by dl
Branch: MAIN
Introduce CHM bulk parallel APIs

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