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.4 by jsr166, Mon Sep 23 17:23:50 2013 UTC vs.
Revision 1.5 by jsr166, Tue Sep 24 16:39:38 2013 UTC

# Line 19 | Line 19 | public class ThreadLocalRandom8Test exte
19      }
20  
21      // max sampled int bound
22 <    static final int MAX_INT_BOUND = (1 << 28);
22 >    static final int MAX_INT_BOUND = (1 << 26);
23  
24      // max sampled long bound
25      static final long MAX_LONG_BOUND = (1L << 42);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines