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

Comparing jsr166/src/test/tck/ThreadLocalRandomTest.java (file contents):
Revision 1.28 by jsr166, Sun Jan 7 22:59:18 2018 UTC vs.
Revision 1.29 by jsr166, Sun Jan 28 16:41:13 2018 UTC

# Line 63 | Line 63 | public class ThreadLocalRandomTest exten
63          ThreadLocalRandom rnd = ThreadLocalRandom.current();
64          final java.lang.reflect.Method m;
65          try {
66 <            m = ThreadLocalRandom.class.getDeclaredMethod(
67 <                    "next", new Class[] { int.class });
66 >            m = ThreadLocalRandom.class.getDeclaredMethod("next", int.class);
67              m.setAccessible(true);
68          } catch (SecurityException acceptable) {
69              // Security manager may deny access

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines