commit | c495556dceff8b47db2f77acd3624e8d325e0f54 | [log] [tgz] |
---|---|---|
author | bpb <none@none> | Wed Oct 09 17:22:34 2013 -0700 |
committer | bpb <none@none> | Wed Oct 09 17:22:34 2013 -0700 |
tree | d58d3e870deccf721ff6f2f9d01bdd78658e0f74 | |
parent | 77b0b451b8e83b65c695de03b7519fdd1bb8d57a [diff] |
7189139: BigInteger's staticRandom field can be a source of bottlenecks. Summary: Use ThreadLocalRandom instead of SecureRandom. Reviewed-by: shade, psandoz Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>