ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collection/MOAT.java
Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon May 28 19:21:02 2018 UTC (5 years, 11 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
fix @param mismatch

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Jan 28 16:41:13 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
replace explicit array creation with varargs

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Jan 17 03:55:14 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +1 -2 lines
Diff to previous 1.20
checkFunctionalInvariants: remove redundant check

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 03:12:03 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +68 -5 lines
Diff to previous 1.19
organize imports

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Dec 5 18:26:54 2017 UTC (6 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -55 lines
Diff to previous 1.18
revert previous commit; upstream changes require jdk10; we will fork until we leave jdk9

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Dec 5 18:11:59 2017 UTC (6 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +55 -1 lines
Diff to previous 1.17
sync upstream changes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Oct 21 00:39:59 2017 UTC (6 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +5 -5 lines
Diff to previous 1.16
whitespace

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 04:46:18 2017 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +3 -4 lines
Diff to previous 1.15
convert to Diamond

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Dec 9 04:05:36 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
sync @modules ... :open from upstream for module refresh

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Sep 23 22:07:43 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +110 -1 lines
Diff to previous 1.13
sync with upstream

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Mar 26 19:08:15 2016 UTC (8 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.12: +117 -8 lines
Diff to previous 1.12
switch to jdk9 version of MOAT.java

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Oct 11 00:58:42 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +0 -1 lines
Diff to previous 1.11
whitespace

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 22:46:00 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
disable testing of WeakHashMap due to (rare) flakiness; add conditional code for bug 6260652

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 22:35:52 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +13 -8 lines
Diff to previous 1.9
disable testing of WeakHashMap due to (rare) flakiness; add conditional code for bug 6260652

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Sep 9 21:47:59 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
merge upstream changes

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Sep 9 21:08:24 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +281 -73 lines
Diff to previous 1.7
sync with upstream, keeping the 6260652 hack for jdk8 compatibility

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 19:48:05 2015 UTC (8 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6
whitespace

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Feb 2 07:33:31 2015 UTC (9 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +6 -6 lines
Diff to previous 1.5
error: as of release 9, '_' is a keyword, and may not be used as an identifier

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Sep 27 19:15:15 2010 UTC (13 years, 7 months ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
use blessed declaration modifier order

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 21:52:19 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +214 -1 lines
Diff to previous 1.3
6897553: LinkedList performance improvements

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Sep 5 21:32:19 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
Update legal notices to Oracle wording

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 21:40:03 2010 UTC (13 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +4 -2 lines
Diff to previous 1.1
Finish ConcurrentLinkedDeque feature

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Sep 1 01:24:07 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
import tests from openjdk

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