ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/ThreadLocalRandom8Test.java
(Generate patch)

Comparing jsr166/src/test/tck/ThreadLocalRandom8Test.java (file contents):
Revision 1.3 by jsr166, Mon Sep 23 17:05:52 2013 UTC vs.
Revision 1.4 by jsr166, Mon Sep 23 17:23:50 2013 UTC

# Line 25 | Line 25 | public class ThreadLocalRandom8Test exte
25      static final long MAX_LONG_BOUND = (1L << 42);
26  
27      // Number of replications for other checks
28 <    static final int REPS = 20;
28 >    static final int REPS =
29 >        Integer.getInteger("ThreadLocalRandom8Test.reps", 4);
30  
31      /**
32       * Invoking sized ints, long, doubles, with negative sizes throws

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines