JDK-2210683 : ThreadLocalRandom seed is never initialized so all instances generate the same sequence
  • Type: Backport
  • Backport of: JDK-7051516
  • Component: core-libs
  • Sub-Component: java.util
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2011-06-15
  • Updated: 2014-09-24
  • Resolved: 2011-10-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u2 b08Fixed 8Fixed
Description
see parent CR 7051516.

Comments
EVALUATION Changeset: 791e94e7b64f Author: chegar Date: 2011-09-01 13:05 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/791e94e7b64f 7051516: ThreadLocalRandom seed is never initialized so all instances generate the same sequence Reviewed-by: chegar, dholmes, mduigou ! src/share/classes/java/util/Random.java
01-09-2011

EVALUATION see parent CR 7051516.
15-06-2011