--- jsr166/src/test/jtreg/util/Collections/BigBinarySearch.java 2012/02/21 01:54:03 1.3 +++ jsr166/src/test/jtreg/util/Collections/BigBinarySearch.java 2017/01/04 04:46:18 1.4 @@ -38,7 +38,7 @@ public class BigBinarySearch { extends AbstractList implements RandomAccess { - private Map m = new HashMap(); + private Map m = new HashMap<>(); public Integer get(int i) { if (i < 0) throw new IndexOutOfBoundsException(""+i);