--- jsr166/src/test/tck/SplittableRandomTest.java 2013/09/24 16:39:38 1.11 +++ jsr166/src/test/tck/SplittableRandomTest.java 2013/09/24 18:41:32 1.12 @@ -42,7 +42,7 @@ public class SplittableRandomTest extend static final int MAX_INT_BOUND = (1 << 26); // max sampled long bound - static final long MAX_LONG_BOUND = (1L << 42); + static final long MAX_LONG_BOUND = (1L << 40); // Number of replications for other checks static final int REPS =