Re: RFR: 8319577: x86_64 AVX2 intrinsics for Arrays.sort methods (int, float arrays) [v6]

2023-12-02 Thread Dalibor Topic
On Wed, 29 Nov 2023 13:26:58 GMT, serge-sans-paille wrote: >> I take it he is not an Intel employee, in which case he has to be an OpenJDK >> contributor himself for code for which he holds a copyright to be >> contributed to OpenJDK. @robilad please correct me if I am wrong here. > > hey o/ No

Re: RFR: 8319577: x86_64 AVX2 intrinsics for Arrays.sort methods (int, float arrays) [v6]

2023-12-02 Thread serge-sans-paille
On Wed, 29 Nov 2023 06:12:54 GMT, David Holmes wrote: >> Not listed here: https://oca.opensource.oracle.com/?ojr=contributors > > I take it he is not an Intel employee, in which case he has to be an OpenJDK > contributor himself for code for which he holds a copyright to be contributed > to Ope

Re: RFR: 8321131: Console read line with zero out should zero out underlying buffer in JLine [v3]

2023-12-02 Thread Naoto Sato
> This is the fix to JLine, which makes it on par with the built-in Console fix > ([JDK-8320798](https://bugs.openjdk.org/browse/JDK-8320798)). Naoto Sato has updated the pull request incrementally with one additional commit since the last revision: Removed unnecessary modification in LineRea

Re: RFR: JDK-8319413: Start of release updates for JDK 23 [v4]

2023-12-02 Thread Andrey Turbanov
On Thu, 30 Nov 2023 23:49:24 GMT, Joe Darcy wrote: >> Time to start making preparations for JDK 23. > > Joe Darcy has updated the pull request incrementally with one additional > commit since the last revision: > > Update symbol files to JDK 22 b26. test/langtools/tools/javac/versions/Versio

Re: RFR: JDK-8319413: Start of release updates for JDK 23 [v4]

2023-12-02 Thread Joe Darcy
On Fri, 1 Dec 2023 08:54:06 GMT, Alan Bateman wrote: > Looks good. I assume you'll bump the copyright header on the files that need > it before integration, e.g. JavacTestingAbstractProcessor. Right; I run a script to update the years of modified files. - PR Comment: https://git.o

Re: RFR: 8320759: Creation of random BigIntegers can be made faster [v2]

2023-12-02 Thread fabioromano1
On Thu, 30 Nov 2023 20:37:37 GMT, Roger Riggs wrote: >> fabioromano1 has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update BigInteger(int, Random) >> >> Update a comment > > There are some JMH tests for BigInteger in > test/micro/

Re: RFR: 8320759: Creation of random BigIntegers can be made faster [v3]

2023-12-02 Thread fabioromano1
> A faster and simpler way to generate random BigIntegers, avoiding eventually > trimming of leading zeros in magnitude array. fabioromano1 has updated the pull request incrementally with one additional commit since the last revision: Create RandomBigIntegers.java Create a benchmark to m

Re: RFR: 8321131: Console read line with zero out should zero out underlying buffer in JLine [v2]

2023-12-02 Thread Alan Bateman
On Fri, 1 Dec 2023 21:24:47 GMT, Naoto Sato wrote: >> This is the fix to JLine, which makes it on par with the built-in Console >> fix ([JDK-8320798](https://bugs.openjdk.org/browse/JDK-8320798)). > > Naoto Sato has updated the pull request incrementally with one additional > commit since the l

Integrated: 8320440: Implementation of Structured Concurrency (Second Preview)

2023-12-02 Thread Alan Bateman
On Mon, 20 Nov 2023 19:48:20 GMT, Alan Bateman wrote: > This API is sitting out JDK 22, meaning no API/implementation changes in this > PR. We expect this API to do a third preview in JDK 23 with some API changes. > > So for now, we just need to bump JEP number/title that shows up in the > pr