--- jsr166/src/extra166y/ParallelArray.java 2013/07/22 18:26:34 1.16 +++ jsr166/src/extra166y/ParallelArray.java 2013/11/04 00:00:39 1.17 @@ -1352,7 +1352,7 @@ public class ParallelArray extends Ab return a; } - public V[] toArray(V a[]) { + public V[] toArray(V[] a) { int len = fence; if (a.length < len) { Class elementType = a.getClass().getComponentType();