ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ThreadLocalRandom.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ThreadLocalRandom.java (file contents):
Revision 1.59 by jsr166, Sun Dec 2 23:06:16 2018 UTC vs.
Revision 1.60 by jsr166, Mon Dec 3 02:38:07 2018 UTC

# Line 48 | Line 48 | import jdk.internal.misc.VM;
48   * in security-sensitive applications. Additionally,
49   * default-constructed instances do not use a cryptographically random
50   * seed unless the {@linkplain System#getProperty system property}
51 < * {@systemProperty java.util.secureRandomSeed} is set to {@code true}.
51 > * {@code java.util.secureRandomSeed} is set to {@code true}.
52   *
53   * @since 1.7
54   * @author Doug Lea

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines