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

Comparing jsr166/src/test/jtreg/util/Collections/Rotate.java (file contents):
Revision 1.5 by jsr166, Sun Oct 22 02:59:18 2017 UTC vs.
Revision 1.6 by jsr166, Mon Jan 8 03:12:03 2018 UTC

# Line 28 | Line 28
28   * @key randomness
29   */
30  
31 < import java.util.*;
31 > import java.util.ArrayList;
32 > import java.util.Collections;
33 > import java.util.LinkedList;
34 > import java.util.List;
35 > import java.util.Random;
36 > import java.util.Vector;
37  
38   public class Rotate {
39      // Should have lots of distinct factors and be > ROTATE_THRESHOLD

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines