Integrated: 8294509: The sign extension bug applies to 'public static int[] convertSeedBytesToInts(byte[] seed, int n, int z)' in RandomSupport

Raffaello Giulietti rgiulietti at openjdk.org
Tue Oct 4 10:28:43 UTC 2022


On Mon, 3 Oct 2022 09:45:23 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

> Fixes sign extension propagation to higher bits.

This pull request has now been integrated.

Changeset: 5a9cd336
Author:    Raffaello Giulietti <rgiulietti at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5a9cd33632862aa2249794902d4168a7fe143054
Stats:     41 lines in 2 files changed: 39 ins; 0 del; 2 mod

8294509: The sign extension bug applies to 'public static int[] convertSeedBytesToInts(byte[] seed, int n, int z)' in RandomSupport

Reviewed-by: shade

-------------

PR: https://git.openjdk.org/jdk/pull/10530


More information about the core-libs-dev mailing list