Integrated: 8321557: Move SOURCE line verification for OracleJDK out of OpenJDK

2023-12-12 Thread Erik Joelsson
On Thu, 7 Dec 2023 23:29:48 GMT, Erik Joelsson wrote: > The main goal of this patch is to remove the OracleJDK specific verification > of the SOURCE field in the release file from the OpenJDK test. While at it, I > decided to do some cleanup as well to make the code a bit more modern and >

Integrated: JDK-8321621: Update JCov version to 3.0.16

2023-12-12 Thread Alexandre Iline
On Fri, 8 Dec 2023 22:42:42 GMT, Alexandre Iline wrote: > JCov support for byte code version 67. This pull request has now been integrated. Changeset: d5a96e3f Author:Alexandre Iline URL: https://git.openjdk.org/jdk/commit/d5a96e3f490ba9591f61b23dc2b06e65b0098140 Stats: 1 line

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

2023-12-12 Thread Srinivas Vamsi Parasa
On Tue, 12 Dec 2023 15:42:09 GMT, Magnus Ihse Bursie wrote: >> Thank you Magnus! > > @vamsi-parasa You said: >> Made sure that OpenJDK builds without errors using both GCC 7.5 and GCC 6.4. > > but now we have https://bugs.openjdk.org/browse/JDK-8321688. Did you > introduce any changes after

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

2023-12-12 Thread Magnus Ihse Bursie
On Wed, 6 Dec 2023 17:20:10 GMT, Srinivas Vamsi Parasa wrote: >> Okay, then I guess I am fine with this. > > Thank you Magnus! @vamsi-parasa You said: > Made sure that OpenJDK builds without errors using both GCC 7.5 and GCC 6.4. but now we have https://bugs.openjdk.org/browse/JDK-8321688. Did

Withdrawn: 8321533: Clang build for Windows

2023-12-12 Thread Daniel Jeliński
On Thu, 7 Dec 2023 15:52:46 GMT, Daniel Jeliński wrote: > I'd like to propose a new toolchain for Windows using the clang-cl compiler > frontend. > > Clang-cl is available as an optional feature in all Visual Studio editions, > including the free-for-OSS-development community edition. > >

Re: RFR: 8321533: Clang build for Windows

2023-12-12 Thread Daniel Jeliński
On Thu, 7 Dec 2023 15:52:46 GMT, Daniel Jeliński wrote: > I'd like to propose a new toolchain for Windows using the clang-cl compiler > frontend. > > Clang-cl is available as an optional feature in all Visual Studio editions, > including the free-for-OSS-development community edition. > >

Re: RFR: 8321533: Clang build for Windows

2023-12-12 Thread Magnus Ihse Bursie
On Thu, 7 Dec 2023 15:52:46 GMT, Daniel Jeliński wrote: > I'd like to propose a new toolchain for Windows using the clang-cl compiler > frontend. > > Clang-cl is available as an optional feature in all Visual Studio editions, > including the free-for-OSS-development community edition. > >

Re: RFR: 8321533: Clang build for Windows

2023-12-12 Thread Daniel Jeliński
On Mon, 11 Dec 2023 14:37:35 GMT, Magnus Ihse Bursie wrote: >> I'd like to propose a new toolchain for Windows using the clang-cl compiler >> frontend. >> >> Clang-cl is available as an optional feature in all Visual Studio editions, >> including the free-for-OSS-development community