RFR: 8220732: setSeed(long) java api doc is missing warning about provided seed quality

2022-06-14 Thread Kevin Driver
Resolves [JDK-8220732](https://bugs.openjdk.org/browse/JDK-8220732?filter=42718). The additional guidance as been added to the javadoc for `setSeed(long)` - Commit messages: - Resolves JDK-8220732. The additional guidance as been added to the javadoc for setSeed(long) Changes: ht

Integrated: 8267860: Off-by-one bug when searching arrays in AlpnGreaseTest

2022-06-13 Thread Kevin Driver
On Fri, 10 Jun 2022 17:12:30 GMT, Kevin Driver wrote: > This PR resolves: https://bugs.openjdk.org/browse/JDK-8267860 This pull request has now been integrated. Changeset: 2adef6a1 Author: Kevin Driver Committer: Bradford Wetmore URL: https://git.openjdk.org/jdk/com

Re: RFR: 8267860: Off-by-one bug when searching arrays in AlpnGreaseTest [v2]

2022-06-12 Thread Kevin Driver
On Fri, 10 Jun 2022 17:55:04 GMT, Bradford Wetmore wrote: >> Kevin Driver has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contain

Re: RFR: 8267860: Off-by-one bug when searching arrays in AlpnGreaseTest [v2]

2022-06-10 Thread Kevin Driver
> This PR resolves: https://bugs.openjdk.org/browse/JDK-8267860 Kevin Driver has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional comm

RFR: 8267860: Off-by-one bug when searching arrays in AlpnGreaseTest

2022-06-10 Thread Kevin Driver
This PR resolves: https://bugs.openjdk.org/browse/JDK-8267860 - Commit messages: - Update AlpnGreaseTest.java - JDK-8267860: off-by-one error Changes: https://git.openjdk.org/jdk/pull/9131/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=9131&range=00 Issue: https://b

Re: RFR: 8267860: Off-by-one bug when searching arrays in AlpnGreaseTest

2022-06-10 Thread Kevin Driver
On Fri, 10 Jun 2022 17:12:30 GMT, Kevin Driver wrote: > This PR resolves: https://bugs.openjdk.org/browse/JDK-8267860 Sorry for the noisy comment section... I was just trying to trigger jcheck. It looks to have been triggered. - PR: https://git.openjdk.org/jdk/pull/9131