Integrated: 8282551: Properly initialize L32X64MixRandom state

2022-03-02 Thread Devin Smith
On Tue, 18 Jan 2022 01:39:52 GMT, Devin Smith  wrote:

> Did a cursory review of the other generators, they seem to set the state 
> correctly.

This pull request has now been integrated.

Changeset: ce18ff85
Author:    Devin Smith 
Committer: Jim Laskey 
URL:   
https://git.openjdk.java.net/jdk/commit/ce18ff8527cc51805bf11c50c050ea64c3f9dec0
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8282551: Properly initialize L32X64MixRandom state

Reviewed-by: jlaskey

-

PR: https://git.openjdk.java.net/jdk/pull/7120


Re: RFR: 8282551: Properly initialize L32X64MixRandom state

2022-03-02 Thread Devin Smith
On Tue, 18 Jan 2022 01:39:52 GMT, Devin Smith  wrote:

> Did a cursory review of the other generators, they seem to set the state 
> correctly.

Thanks for the help. I signed the OCA on Jan 17, 2022 and got confirmation it 
was approved on Jan 20, 2022.

-

PR: https://git.openjdk.java.net/jdk/pull/7120


Re: RFR: 8282551: Properly initialize L32X64MixRandom state

2022-03-02 Thread Devin Smith
On Tue, 18 Jan 2022 01:39:52 GMT, Devin Smith  wrote:

> Did a cursory review of the other generators, they seem to set the state 
> correctly.

@JimLaskey would it be possible to create an issue and review this change? I 
don't have an account on the OpenJDK issue tracker.

I'm not sure how to move this forward, or get the attention of the people 
responsible for this code. I see @turbanoff you liked and may be involved w/ 
OpenJDK?

-

PR: https://git.openjdk.java.net/jdk/pull/7120


RFR: 8282551: Properly initialize L32X64MixRandom state

2022-03-02 Thread Devin Smith
Did a cursory review of the other generators, they seem to set the state 
correctly.

-

Commit messages:
 - [PATCH] Properly initialize L32X64MixRandom state

Changes: https://git.openjdk.java.net/jdk/pull/7120/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk=7120=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8282551
  Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7120.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7120/head:pull/7120

PR: https://git.openjdk.java.net/jdk/pull/7120