--- jsr166/src/test/tck/ConcurrentSkipListMapTest.java 2010/08/25 00:07:03 1.18 +++ jsr166/src/test/tck/ConcurrentSkipListMapTest.java 2010/09/01 20:12:39 1.19 @@ -1192,7 +1192,7 @@ public class ConcurrentSkipListMapTest e // BitSet should support this! Test would run much faster while (key >= min) { if (bs.get(key)) - return(key); + return key; key--; } return -1;