ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/atomic/LongAdder.java
Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Nov 27 17:43:34 2020 UTC (3 years, 6 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +3 -2 lines
Diff to previous 1.22
Incorporate snippets code improvements from Pavel Rappo

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 22:53:07 2018 UTC (5 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
8211877: Broken links in java.util.concurrent.atomic

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Dec 2 18:55:33 2017 UTC (6 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +20 -20 lines
Diff to previous 1.20
rename local variables "a" to "c" and "as" to "cs"

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Dec 2 13:37:15 2017 UTC (6 years, 6 months ago) by dl
Branch: MAIN
Changes since 1.19: +3 -6 lines
Diff to previous 1.19
Use getAndSet for resets

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Sep 22 18:33:49 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +4 -1 lines
Diff to previous 1.18
tidy javadoc for effectively public readResolve methods of serialization proxies

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Jan 26 11:29:32 2015 UTC (9 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
Use intrinsics for reset

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Jan 26 00:27:46 2015 UTC (9 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +9 -11 lines
Diff to previous 1.16
use enhanced for loop

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 07:54:14 2014 UTC (9 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15
standardize import statement order

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Jun 3 23:49:58 2014 UTC (10 years ago) by jsr166
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
fix typo in code sample

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Oct 23 15:21:12 2013 UTC (10 years, 7 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]
Wed Oct 23 14:18:10 2013 UTC (10 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.12: +4 -2 lines
Diff to previous 1.12
Work around javadoc serialization oddity

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Oct 23 06:35:39 2013 UTC (10 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
whitespace

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Oct 23 00:01:48 2013 UTC (10 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.10: +13 -3 lines
Diff to previous 1.10
Serialization javadocs

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Oct 21 23:46:36 2013 UTC (10 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.9: +34 -9 lines
Diff to previous 1.9
Give in and use serialization proxies to avoid mention of Striped64

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 02:02:41 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
punctuation

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jan 10 15:03:29 2013 UTC (11 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.7: +4 -5 lines
Diff to previous 1.7
Reinvent ThreadLocalRandom and new dependents

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jan 7 07:14:01 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +2 -5 lines
Diff to previous 1.6
consistent style for readObject

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jan 6 18:50:00 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
javadoc style

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jan 6 05:57:42 2013 UTC (11 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
atomic variables do not define equals

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Dec 21 19:30:40 2012 UTC (11 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.3: +27 -25 lines
Diff to previous 1.3
lambda-compatible atomics and accumulators

Revision 1.3 - (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.2: +1 -1 lines
Diff to previous 1.2
normalize whitespace after <p>

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 03:07:23 2012 UTC (11 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
properly close <em> javadoc tags

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 15:50:40 2012 UTC (11 years, 9 months ago) by dl
Branch: MAIN
Merge in jsr166e

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