ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collection/IteratorMicroBenchmark.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Collection/IteratorMicroBenchmark.java (file contents):
Revision 1.49 by jsr166, Thu Jan 10 16:46:56 2019 UTC vs.
Revision 1.50 by jsr166, Mon Dec 16 22:32:56 2019 UTC

# Line 360 | Line 360 | public class IteratorMicroBenchmark {
360      }
361  
362      Stream<Job> jobs(Collection<Integer> x) {
363        final String klazz = goodClassName(x);
363          return concatStreams(
364              collectionJobs(x),
365  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines