--- jsr166/src/test/loops/BoxedLongSort.java 2012/05/05 17:09:23 1.8 +++ jsr166/src/test/loops/BoxedLongSort.java 2015/01/15 18:34:18 1.11 @@ -4,8 +4,8 @@ * http://creativecommons.org/publicdomain/zero/1.0/ */ -import java.util.concurrent.*; import java.util.*; +import java.util.concurrent.*; class BoxedLongSort { static final long NPS = (1000L * 1000 * 1000); @@ -165,7 +165,6 @@ class BoxedLongSort { * and finding index of right closest to split point. * Uses left-spine decomposition to generate all * merge tasks before bottomming out at base case. - * */ public final void compute() { Merger rights = null; @@ -290,7 +289,6 @@ class BoxedLongSort { } } - static final class RandomRepacker extends RecursiveAction { final Long[] src; final Long[] dst;