ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collection/RemoveMicroBenchmark.java
Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Jan 10 16:46:56 2019 UTC (5 years, 4 months ago) by jsr166
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +10 -6 lines
Diff to previous 1.25
support sublists of immutable lists plus cosmetic improvements

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 02:32:59 2018 UTC (5 years, 11 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
make concatStreams static

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed May 9 17:43:01 2018 UTC (6 years ago) by jsr166
Branch: MAIN
Changes since 1.23: +13 -6 lines
Diff to previous 1.23
forceFullGc: avoid rare failures due to back-to-back GCs, seen only at Google

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon May 7 02:54:45 2018 UTC (6 years ago) by jsr166
Branch: MAIN
Changes since 1.22: +9 -0 lines
Diff to previous 1.22
add Job for timed poll()

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Apr 2 20:50:03 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.21: +155 -144 lines
Diff to previous 1.21
minor rewrite to allow testing CopyOnWriteArrayList

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Mar 26 20:33:27 2018 UTC (6 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.20: +9 -2 lines
Diff to previous 1.20
ensure failing Job is discoverable from stack trace

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 21:05:29 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.19: +6 -6 lines
Diff to previous 1.19
modernize filter methods

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 20:19:00 2018 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18
simplify c.stream().forEach to c.forEach

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Oct 22 01:07:33 2017 UTC (6 years, 6 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
take errorprone [ClassCanBeStatic] advice

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Sep 28 02:34:09 2017 UTC (6 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.16: +0 -2 lines
Diff to previous 1.16
removed unused imports

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Sep 28 02:15:44 2017 UTC (6 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.15: +0 -1 lines
Diff to previous 1.15
removed unused imports

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Sep 28 01:39:20 2017 UTC (6 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +0 -1 lines
Diff to previous 1.14
removed unused imports

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 15:48:04 2017 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
more consistent Job descriptions

Revision 1.13 - (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.12: +1 -1 lines
Diff to previous 1.12
convert to Diamond

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Dec 29 18:32:02 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.11: +6 -5 lines
Diff to previous 1.11
Iterator.remove-rnd-two-pass: fix bug

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Dec 29 18:26:21 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Iterator.remove-rnd-two-pass: fix bug

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Dec 29 18:11:57 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.9: +21 -0 lines
Diff to previous 1.9
add Iterator.remove-rnd-two-pass

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Dec 27 21:08:45 2016 UTC (7 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.8: +14 -0 lines
Diff to previous 1.8
add removeIf-rnd-two-pass

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 01:35:53 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +22 -0 lines
Diff to previous 1.7
add poll

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 22:13:19 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +32 -0 lines
Diff to previous 1.6
add timed pollFirst, pollLast

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 22:05:37 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +20 -0 lines
Diff to previous 1.5
add pollFirst, pollLast

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 20:31:44 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +31 -14 lines
Diff to previous 1.4
mini refactoring

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 19:14:50 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +12 -8 lines
Diff to previous 1.3
small improvements

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 06:42:46 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +36 -0 lines
Diff to previous 1.2
add BlockingQueue drainTo jobs

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 15:33:59 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +6 -3 lines
Diff to previous 1.1
add PriorityQueue, PriorityBlockingQueue

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Nov 13 18:57:46 2016 UTC (7 years, 6 months ago) by jsr166
Branch: MAIN
add RemoveMicroBenchmark

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