On 15/09/2013 17:32, Paul Sandoz wrote:
Hi,
http://cr.openjdk.java.net/~psandoz/tl/JDK-8024253-tlr-seed/webrev/
Now that the hash seed functionality, which utilized ThreadLocalRandom, has been removed
from Hashtable and WeakHashMap we can update TLR to use the same seed initialization
functionality as SplittableRandom, which includes using SecureRandom if the system
property "java.util.secureRandomSeed" is set to true.
Paul.
Looks okay to me although it might be better to catch UHE rather than
Exception.
-Alan.