ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Phaser.java
Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sun Jan 31 13:32:58 2021 UTC (3 years, 3 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.96: +6 -0 lines
Diff to previous 1.96
Improve happens-before specs

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Fri Nov 27 17:42:00 2020 UTC (3 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95
Incorporate snippets code improvements from Pavel Rappo

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Mon Aug 12 22:05:32 2019 UTC (4 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.94: +1 -1 lines
Diff to previous 1.94
s/parallelismLevel/parallelism level/ as suggested by Pavel Rappo

Revision 1.94 - (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.93: +1 -1 lines
Diff to previous 1.93
prefer throwing ExceptionInInitializerError from <clinit> to throwing Error

Revision 1.93 - (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.92: +2 -3 lines
Diff to previous 1.92
Redo @link and @linkplain; one @link was pointing to the wrong poll method

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Mon Dec 19 23:52:56 2016 UTC (7 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.91: +1 -1 lines
Diff to previous 1.91
Make sample code match its description.

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Sat Oct 8 20:37:20 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.90: +21 -24 lines
Diff to previous 1.90
code sample modernization

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 04:06:51 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.89: +2 -2 lines
Diff to previous 1.89
incorporate upstream VarHandle changes

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Fri Jul 8 20:02:54 2016 UTC (7 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.88: +0 -1 lines
Diff to previous 1.88
whitespace

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Fri Jun 17 13:03:45 2016 UTC (7 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.87: +2 -2 lines
Diff to previous 1.87
Use new CAS variants when applicable

Revision 1.87 - (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.86: +20 -18 lines
Diff to previous 1.86
VarHandles conversion; pass 1

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 18:26:57 2016 UTC (8 years ago) by jsr166
Branch: MAIN
Changes since 1.85: +0 -4 lines
Diff to previous 1.85
delete no-longer-used method queueFor(int phase)

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

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 18:35:19 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.83: +4 -8 lines
Diff to previous 1.83
use standard nanos-checking idiom in isReleasable

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

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Sun Sep 13 16:28:14 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81
consistent style for <li> tags, removing </li> end tags

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sun Sep 13 11:37:53 2015 UTC (8 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.80: +4 -3 lines
Diff to previous 1.80
doc clarification

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Mon Mar 23 18:48:19 2015 UTC (9 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.79: +4 -0 lines
Diff to previous 1.79
JDK-8074773: Reduce the risk of rare disastrous classloading in first call to LockSupport.park

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 18:55:39 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.78: +5 -5 lines
Diff to previous 1.78
standardize code sample idiom: * <pre> {@code

Revision 1.78 - (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.77: +16 -22 lines
Diff to previous 1.77
standardize Unsafe mechanics; slightly smaller bytecode

Revision 1.77 - (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.76: +1 -1 lines
Diff to previous 1.76
use ReflectiveOperationException for Unsafe mechanics

Revision 1.76 - (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.75: +0 -2 lines
Diff to previous 1.75
standardize import statement order

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 05:36:39 2014 UTC (9 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.74: +3 -3 lines
Diff to previous 1.74
Improve Phaser.QNode.block()

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 05:33:40 2014 UTC (9 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.73: +8 -8 lines
Diff to previous 1.73
Improve Phaser.QNode.block()

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

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Mon Dec 19 19:58:00 2011 UTC (12 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.71: +4 -6 lines
Diff to previous 1.71
s/lastTime/deadline/g

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Mon Oct 17 23:34:51 2011 UTC (12 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.70: +6 -10 lines
Diff to previous 1.70
trip unarrived to parties unconditionally

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Thu Oct 13 00:22:19 2011 UTC (12 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.69: +12 -6 lines
Diff to previous 1.69
barely noticeable improvements to subphaser initial registration

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Mon Oct 10 06:06:21 2011 UTC (12 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.68: +3 -2 lines
Diff to previous 1.68
coding style

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sun Oct 9 22:51:42 2011 UTC (12 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.67: +1 -1 lines
Diff to previous 1.67
releaseWaiters should only be called in doArrive when this == root

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sun Oct 9 22:33:10 2011 UTC (12 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66
add clarifying comment

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sun Oct 9 21:57:51 2011 UTC (12 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.65: +14 -12 lines
Diff to previous 1.65
save a branch in doArrive

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Sun Oct 9 21:18:37 2011 UTC (12 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64
optimize for unarrived > 1

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sun Oct 9 21:11:45 2011 UTC (12 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.63: +18 -20 lines
Diff to previous 1.63
preserve phase and unarrived when terminating

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Wed Sep 21 12:30:34 2011 UTC (12 years, 8 months ago) by dl
Branch: MAIN
Changes since 1.62: +21 -13 lines
Diff to previous 1.62
Allow multiple subphasers to register while others deregister

Revision 1.62 - (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.61: +1 -1 lines
Diff to previous 1.61
fix javac 7 [rawtypes] warnings

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Mon May 16 11:41:11 2011 UTC (13 years ago) by dl
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
Add "final" to code example

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, 2 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 10 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, 8 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 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