ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ConcurrentHashMap8Test.java
Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Jan 27 01:57:24 2021 UTC (3 years, 2 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
use diamond <> pervasively

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Jan 26 13:33:05 2021 UTC (3 years, 2 months ago) by dl
Branch: MAIN
Changes since 1.37: +190 -193 lines
Diff to previous 1.37
Replace Integer with Item class

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon May 28 21:36:41 2018 UTC (5 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
use forEach loop

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 23:31:01 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
use expression lambda

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Aug 4 03:30:21 2017 UTC (6 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
improve javadoc wording for testSerialization methods

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Mar 18 20:42:20 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.33: +6 -6 lines
Diff to previous 1.33
better assertion style

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Nov 6 22:42:10 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.32: +4 -4 lines
Diff to previous 1.32
elide parens in unary lambdas

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Oct 15 18:51:12 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.31: +28 -0 lines
Diff to previous 1.31
fix 4jdk7-tck target by segregating jdk8+ tests

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Aug 24 22:22:39 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.30: +0 -1 lines
Diff to previous 1.30
fix imports

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Aug 10 01:28:13 2016 UTC (7 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
introduce shuffle(T[]) utility method

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun May 24 01:23:17 2015 UTC (8 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
coding style

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Apr 25 04:55:30 2015 UTC (9 years ago) by jsr166
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
improve main methods; respect system properties; actually fail if a test fails

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 22:15:28 2015 UTC (9 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.26: +5 -5 lines
Diff to previous 1.26
more assertions

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 21:43:18 2015 UTC (9 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
StampedLockTest.java

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 21:05:11 2015 UTC (9 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
coding style

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 21:03:10 2015 UTC (9 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.23: +4 -2 lines
Diff to previous 1.23
improve testAdd2, testAdd3

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 19:47:57 2015 UTC (9 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.22: +19 -27 lines
Diff to previous 1.22
sync test improvements from CopyOnWriteArraySetTest

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Jan 17 22:55:06 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +11 -5 lines
Diff to previous 1.21
add more tests of exhausted iterators

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 18:34:19 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +0 -1 lines
Diff to previous 1.20
delete extraneous blank lines

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 21:39:07 2014 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +4 -2 lines
Diff to previous 1.19
coding style

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 21:35:01 2014 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
tidy testReplaceAll

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Dec 31 19:05:42 2014 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +22 -9 lines
Diff to previous 1.17
no wildcard imports

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Dec 1 12:19:59 2013 UTC (10 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.16: +0 -2 lines
Diff to previous 1.16
Remove iteration-order-dependent serialization check

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 19:39:48 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
whitespace

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Aug 8 18:37:05 2013 UTC (10 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +8 -0 lines
Diff to previous 1.14
a first test for spliterator characteristics

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 18:11:56 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
whitespace

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 15:55:43 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +59 -61 lines
Diff to previous 1.12
whitespace

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 22:24:18 2013 UTC (10 years, 9 months ago) by dl
Branch: MAIN
Changes since 1.11: +100 -0 lines
Diff to previous 1.11
Adapt/incorporate JDK8 tests including suggestions by Eric Wang

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Jul 14 16:35:48 2013 UTC (10 years, 9 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +0 -4 lines
Diff to previous 1.10
whitespace

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu May 30 03:28:55 2013 UTC (10 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
prefer assertNotSame, assertNotNull to assertTrue

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue May 21 19:11:16 2013 UTC (10 years, 11 months ago) by dl
Branch: MAIN
Changes since 1.8: +56 -155 lines
Diff to previous 1.8
Track API changes

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Apr 11 20:03:44 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.7: +0 -99 lines
Diff to previous 1.7
move Comparable fallback tests to jdk7 version of CHM test

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Apr 11 19:54:13 2013 UTC (11 years ago) by jsr166
Branch: MAIN
Changes since 1.6: +16 -16 lines
Diff to previous 1.6
convert to javadoc comments

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Apr 11 19:15:20 2013 UTC (11 years ago) by dl
Branch: MAIN
Changes since 1.5: +99 -0 lines
Diff to previous 1.5
Collision tests for odd Comparables

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Mar 22 18:09:52 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.4: +6 -6 lines
Diff to previous 1.4
remove javac warnings for redundant casts

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Mar 22 16:10:19 2013 UTC (11 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.3: +22 -22 lines
Diff to previous 1.3
whitespace

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Mar 22 14:11:32 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.2: +710 -101 lines
Diff to previous 1.2
KeySet coverage

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Mar 22 00:24:35 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.1: +330 -4 lines
Diff to previous 1.1
Cover bulk operations

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 19:06:54 2013 UTC (11 years, 1 month ago) by dl
Branch: MAIN
test new map methods

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