ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/StampedLock.java
Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Jun 28 14:52:19 2016 UTC (7 years, 9 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
s/nonnull/non-null/

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

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Thu Feb 26 06:53:34 2015 UTC (9 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.39: +0 -1 lines
Diff to previous 1.39
delete unused imports

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 20:17:33 2015 UTC (9 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.38: +1 -0 lines
Diff to previous 1.38
exactly one blank line before and after package statements

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Aug 19 14:30:37 2013 UTC (10 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.37: +199 -167 lines
Diff to previous 1.37
Sync with jdk8

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

Revision 1.36 - (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.35: +89 -47 lines
Diff to previous 1.35
Sync with jdk8 versions

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 22:22:08 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +5 -3 lines
Diff to previous 1.34
fix "ant lint" javadoc warnings

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

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jan 26 15:00:15 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.32: +61 -34 lines
Diff to previous 1.32
Reduce cancellation overhead

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Jan 26 01:22:37 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.31: +115 -14 lines
Diff to previous 1.31
API and internal documentation improvements

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Jan 24 21:35:03 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.30: +8 -95 lines
Diff to previous 1.30
Unbrace interrupt check

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Jan 24 04:10:44 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
typos

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Jan 23 17:29:18 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.28: +64 -37 lines
Diff to previous 1.28
Minor improvements

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 15:42:28 2013 UTC (11 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.27: +468 -422 lines
Diff to previous 1.27
Revamp scheduling

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 19:00:01 2013 UTC (11 years, 2 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +2 -0 lines
Diff to previous 1.26
add serialVersionUID to fix javac [serial] warning

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

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Dec 15 22:26:29 2012 UTC (11 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
spelling

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Nov 25 21:40:11 2012 UTC (11 years, 4 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]
Sun Oct 28 22:35:46 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Introduce ForkJoinPool.commonPool

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 00:02:47 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
typo

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 23:50:08 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
double-trouble

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 14:02:34 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.19: +5 -4 lines
Diff to previous 1.19
Improve sample code

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 12:12:42 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.18: +63 -55 lines
Diff to previous 1.18
Various improvements incorporating review suggestions

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 05:26:53 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
more obviously correct

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 04:32:41 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
javadoc

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Oct 14 20:00:48 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
more obviously correct

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Oct 14 16:42:07 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
typo

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Oct 14 16:23:02 2012 UTC (11 years, 5 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]
Sun Oct 14 00:50:18 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
typo

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 23:05:13 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +5 -4 lines
Diff to previous 1.11
typo

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 22:56:00 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
typo

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 22:10:38 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
typo

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 22:06:35 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
whitespace

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 11:51:12 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.7: +29 -21 lines
Diff to previous 1.7
Misc minor improvements

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 23:11:14 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.6: +6 -3 lines
Diff to previous 1.6
Documentation improvements

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 17:35:29 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.5: +5 -6 lines
Diff to previous 1.5
Minor doc improvements

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 16:53:10 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
tidying

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 16:48:15 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +25 -23 lines
Diff to previous 1.3
tidying

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 16:27:05 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2
whitespace

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 16:22:40 2012 UTC (11 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
whitespace

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 14:09:30 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Introduce StampedLock; move SequenceLock to extras

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