ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Phaser.java
Revision 1.60 - (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.59: +1 -1 lines
Diff to previous 1.59
Update Creative Commons license URL in legal notices

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 23:53:32 2011 UTC (13 years, 3 months ago) by dl
Branch: MAIN
Changes since 1.58: +9 -11 lines
Diff to previous 1.58
Reduce dependencies in static initialization

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 05:46:08 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
coding style

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 02:43:34 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.56: +4 -4 lines
Diff to previous 1.56
s/par/parent/

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 00:39:09 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.55: +1 -2 lines
Diff to previous 1.55
remove unused PHASE_MASK

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 00:19:27 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.54: +6 -6 lines
Diff to previous 1.54
minor comment tidying

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 00:05:36 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.53: +11 -10 lines
Diff to previous 1.53
coding style

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 15:27:20 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.52: +28 -18 lines
Diff to previous 1.52
Weaken assumptions in reconcileState; improve specs

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 08:11:26 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.51: +12 -19 lines
Diff to previous 1.51
reconcileState rework

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 22:00:05 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.50: +19 -16 lines
Diff to previous 1.50
typos and style touchups

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 15:25:12 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.49: +133 -86 lines
Diff to previous 1.49
Ensure consistent phase returns for tiered phasers; other minor improvements

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 23:18:12 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48
make @return spec of await methods more precise

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 23:08:08 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.47: +9 -6 lines
Diff to previous 1.47
make @return spec of await methods more precise

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 23:00:29 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.46: +16 -13 lines
Diff to previous 1.46
coding style

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 22:07:08 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
s/MAX_PARTIES/UNARRIVED_MASK/

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 22:00:21 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44
very small clarification

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 21:41:30 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.43: +15 -11 lines
Diff to previous 1.43
improve auto-registration description in javadoc

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 21:29:34 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
typo

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 01:49:18 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.41: +5 -5 lines
Diff to previous 1.41
coding style

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 01:36:25 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.40: +1 -2 lines
Diff to previous 1.40
optimize partiesOf

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Wed Dec 1 19:12:53 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.39: +5 -5 lines
Diff to previous 1.39
ternary operator coding style

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Dec 1 17:20:46 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.38: +178 -141 lines
Diff to previous 1.38
Fix case of re-registering root; forceTermination spec

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

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 15:47:24 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.36: +167 -176 lines
Diff to previous 1.36
improve javadocs; strengthen getPhase spec; streamline waiting

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 00:52:32 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.35: +35 -36 lines
Diff to previous 1.35
Improve responsiveness to interrupts

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

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Nov 28 15:49:53 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.33: +107 -107 lines
Diff to previous 1.33
Lazier reconcilation; doc improvements

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Nov 27 16:47:00 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.32: +105 -72 lines
Diff to previous 1.32
Remove constraints on tiered deregistration

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Nov 24 15:47:43 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.31: +23 -15 lines
Diff to previous 1.31
Improve javadoc for constructing child Phasers

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 16:02:04 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.30: +52 -58 lines
Diff to previous 1.30
Reduce need for and improve reconcileState

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 08:10:43 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
coding style

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 07:41:22 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +10 -13 lines
Diff to previous 1.28
simplify awaitAdvance methods

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 02:16:48 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +10 -9 lines
Diff to previous 1.27
doArrive coding style

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 07:51:21 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +2 -3 lines
Diff to previous 1.26
overflow-conscious code saves a test in doRegister

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 07:41:41 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +8 -8 lines
Diff to previous 1.25
improve doRegister

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Nov 17 08:25:53 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +7 -7 lines
Diff to previous 1.24
bit-twiddling simplifications

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Nov 15 12:50:52 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.23: +60 -53 lines
Diff to previous 1.23
Incorporate review suggestions

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Nov 14 23:45:16 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.22: +17 -11 lines
Diff to previous 1.22
improve forceTermination

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Nov 14 20:44:11 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +4 -5 lines
Diff to previous 1.21
tidying

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Nov 13 13:07:42 2010 UTC (13 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.20: +117 -103 lines
Diff to previous 1.20
Improve error messages; simplify loops

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Nov 13 08:30:15 2010 UTC (13 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +12 -13 lines
Diff to previous 1.19
tidying

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Nov 13 05:59:25 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
s/nonnull/non-null/

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Nov 13 01:26:59 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
fix conditional

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Nov 13 00:55:13 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.16: +300 -333 lines
Diff to previous 1.16
Overhaul to remove onAdvance disclaimer

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Nov 7 19:01:42 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +10 -8 lines
Diff to previous 1.15
better test for parties over/underflow

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Nov 6 16:11:50 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.14: +95 -77 lines
Diff to previous 1.14
Performance (and other) improvements

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Nov 5 23:01:29 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.13: +98 -125 lines
Diff to previous 1.13
Suppress register on advance; share root queues; misc touchups

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 21:45:16 2010 UTC (13 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.12: +8 -7 lines
Diff to previous 1.12
Don't overwrite record of interrupt

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 22:52:05 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +17 -14 lines
Diff to previous 1.11
javadoc and style improvements

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jul 7 20:41:24 2010 UTC (13 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Sync with jsr166y changes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Aug 31 23:39:57 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +180 -119 lines
Diff to previous 1.9
sync with jsr166y package

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Aug 20 16:38:43 2009 UTC (14 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +9 -3 lines
Diff to previous 1.8
sync with jsr166 package

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 12 04:10:59 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +33 -46 lines
Diff to previous 1.6
sync with jsr166 package

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 01:52:34 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
sync with jsr166 package

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 01:18:07 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
sync with jsr166 package

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 02:35:48 2009 UTC (14 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +33 -32 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, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +12 -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, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +2 -2 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, 10 months ago) by jsr166
Branch: MAIN
branch jsr166y into java.util.concurrent

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to release-1_7_0: (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