--- jsr166/src/test/jtreg/util/Collections/Rotate.java 2017/10/21 00:44:23 1.4 +++ jsr166/src/test/jtreg/util/Collections/Rotate.java 2017/10/22 02:59:18 1.5 @@ -37,7 +37,7 @@ public class Rotate { static Random rnd = new Random(); public static void main(String[] args) throws Exception { - List a[] = {new ArrayList(), new LinkedList(), new Vector()}; + List[] a = {new ArrayList(), new LinkedList(), new Vector()}; for (int i=0; i