--- jsr166/src/test/tck/TreeMapTest.java 2010/10/09 19:30:35 1.16 +++ jsr166/src/test/tck/TreeMapTest.java 2010/10/11 05:40:41 1.17 @@ -780,7 +780,7 @@ public class TreeMapTest extends JSR166T * Submaps of submaps subdivide correctly */ public void testRecursiveSubMaps() throws Exception { - int mapSize = 1000; + int mapSize = expensiveTests ? 1000 : 100; Class cl = TreeMap.class; NavigableMap map = newMap(cl); bs = new BitSet(mapSize);