Re: RFR: 8337536: AArch64: Enable BTI branch protection for runtime part [v2]

2024-08-14 Thread Eric Liu
On Fri, 9 Aug 2024 13:37:54 GMT, Fei Gao wrote: >> This patch enables BTI branch protection for runtime part on Linux/aarch64 >> platform. >> >> Motivation >> >> 1. Since Fedora 33, glibc+kernel are PAC/BTI enabled by default. User-level >> packages can gain additional hardening by compiling

Withdrawn: 8314488: Compile the JDK as C++17

2024-08-14 Thread duke
On Mon, 24 Jul 2023 01:41:16 GMT, Julian Waters wrote: > Compile the JDK as C++17, enabling the use of all C++17 language features This pull request has been closed without being integrated. - PR: https://git.openjdk.org/jdk/pull/14988

Integrated: 8338402: GHA: some of bundles may not get removed

2024-08-14 Thread Zdenek Zambersky
On Wed, 14 Aug 2024 14:30:28 GMT, Zdenek Zambersky wrote: > Some of bundles may not get removed. This is follows > [JDK-8336928](https://bugs.openjdk.org/browse/JDK-8336928). Problem does not > always show up, so I have not seen it in my test runs, but since then I have > seen some GHA runs af

Re: RFR: 8338402: GHA: some of bundles may not get removed

2024-08-14 Thread Aleksey Shipilev
On Wed, 14 Aug 2024 14:30:28 GMT, Zdenek Zambersky wrote: > Some of bundles may not get removed. This is follows > [JDK-8336928](https://bugs.openjdk.org/browse/JDK-8336928). Problem does not > always show up, so I have not seen it in my test runs, but since then I have > seen some GHA runs af

Re: RFR: 8338402: GHA: some of bundles may not get removed

2024-08-14 Thread Zdenek Zambersky
On Wed, 14 Aug 2024 14:46:42 GMT, Magnus Ihse Bursie wrote: >> Some of bundles may not get removed. This is follows >> [JDK-8336928](https://bugs.openjdk.org/browse/JDK-8336928). Problem does not >> always show up, so I have not seen it in my test runs, but since then I have >> seen some GHA r

Re: RFR: 8338402: GHA: some of bundles may not get removed

2024-08-14 Thread duke
On Wed, 14 Aug 2024 14:30:28 GMT, Zdenek Zambersky wrote: > Some of bundles may not get removed. This is follows > [JDK-8336928](https://bugs.openjdk.org/browse/JDK-8336928). Problem does not > always show up, so I have not seen it in my test runs, but since then I have > seen some GHA runs af

Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v7]

2024-08-14 Thread Magnus Ihse Bursie
On Wed, 14 Aug 2024 09:59:07 GMT, George Adams wrote: >> Adds Alpine build CI job to the GitHub actions matrix. Currently this only >> builds hotspot. I can add tests too if people think that would be useful but >> for now I've left it as just build. > > George Adams has updated the pull reques

Re: RFR: 8338402: GHA: some of bundles may not get removed

2024-08-14 Thread Magnus Ihse Bursie
On Wed, 14 Aug 2024 14:30:28 GMT, Zdenek Zambersky wrote: > Some of bundles may not get removed. This is follows > [JDK-8336928](https://bugs.openjdk.org/browse/JDK-8336928). Problem does not > always show up, so I have not seen it in my test runs, but since then I have > seen some GHA runs af

RFR: 8338402: GHA: some of bundles may not get removed

2024-08-14 Thread Zdenek Zambersky
Some of bundles may not get removed. This is follows [JDK-8336928](https://bugs.openjdk.org/browse/JDK-8336928). Problem does not always show up, so I have not seen it in my test runs, but since then I have seen some GHA runs affected by this. **Details:** Turns out, that call to list artifacts

Re: RFR: 8338304: clang on Linux - check for lld presence after JDK-8333189 [v2]

2024-08-14 Thread Magnus Ihse Bursie
On Wed, 14 Aug 2024 13:01:09 GMT, Matthias Baesken wrote: >> After [JDK-8333189](https://bugs.openjdk.org/browse/JDK-8333189) I get now >> this build error (when using clang on Linux) : >> `clang: error: invalid linker name in argument '-fuse-ld=lld'` >> We should better check for lld in the co

Re: RFR: 8338304: clang on Linux - check for lld presence after JDK-8333189 [v2]

2024-08-14 Thread Erik Joelsson
On Wed, 14 Aug 2024 13:01:09 GMT, Matthias Baesken wrote: >> After [JDK-8333189](https://bugs.openjdk.org/browse/JDK-8333189) I get now >> this build error (when using clang on Linux) : >> `clang: error: invalid linker name in argument '-fuse-ld=lld'` >> We should better check for lld in the co

Re: RFR: 8338304: clang on Linux - check for lld presence after JDK-8333189

2024-08-14 Thread Matthias Baesken
On Wed, 14 Aug 2024 10:49:27 GMT, Matthias Baesken wrote: > After [JDK-8333189](https://bugs.openjdk.org/browse/JDK-8333189) I get now > this build error (when using clang on Linux) : > `clang: error: invalid linker name in argument '-fuse-ld=lld'` > We should better check for lld in the config

Re: RFR: 8338304: clang on Linux - check for lld presence after JDK-8333189 [v2]

2024-08-14 Thread Matthias Baesken
> After [JDK-8333189](https://bugs.openjdk.org/browse/JDK-8333189) I get now > this build error (when using clang on Linux) : > `clang: error: invalid linker name in argument '-fuse-ld=lld'` > We should better check for lld in the configure process if it is required > with clang . Matthias Baes

Re: RFR: 8338286: GHA: Demote x86_32 to hotspot build only

2024-08-14 Thread Aleksey Shipilev
On Tue, 13 Aug 2024 09:35:41 GMT, Aleksey Shipilev wrote: > As planned in [JDK-8338285](https://bugs.openjdk.org/browse/JDK-8338285), we > are about to deprecate the port for removal. It makes little sense to > continue testing the port, and thus block development and integration of new > feat

Re: RFR: 8338304: clang on Linux - check for lld presence after JDK-8333189

2024-08-14 Thread Erik Joelsson
On Wed, 14 Aug 2024 10:49:27 GMT, Matthias Baesken wrote: > After [JDK-8333189](https://bugs.openjdk.org/browse/JDK-8333189) I get now > this build error (when using clang on Linux) : > `clang: error: invalid linker name in argument '-fuse-ld=lld'` > We should better check for lld in the config

RFR: 8338304: clang on Linux - check for lld presence after JDK-8333189

2024-08-14 Thread Matthias Baesken
After [JDK-8333189](https://bugs.openjdk.org/browse/JDK-8333189) I get now this build error (when using clang on Linux) : `clang: error: invalid linker name in argument '-fuse-ld=lld'` We should better check for lld in the configure process if it is required with clang . - Commit m

Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v3]

2024-08-14 Thread George Adams
On Thu, 10 Mar 2022 22:51:44 GMT, Magnus Ihse Bursie wrote: > I was not very fond of adding x86 testing to GHA either. :-) I will not enter > the fight if that should be removed. (But my personal opinion is that it > makes a whole lot more sense to test on a 32-bit architecture than just a > d

Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v7]

2024-08-14 Thread George Adams
> Adds Alpine build CI job to the GitHub actions matrix. Currently this only > builds hotspot. I can add tests too if people think that would be useful but > for now I've left it as just build. George Adams has updated the pull request incrementally with one additional commit since the last rev

Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v6]

2024-08-14 Thread George Adams
> Adds Alpine build CI job to the GitHub actions matrix. Currently this only > builds hotspot. I can add tests too if people think that would be useful but > for now I've left it as just build. George Adams has updated the pull request incrementally with one additional commit since the last rev

Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v5]

2024-08-14 Thread George Adams
> Adds Alpine build CI job to the GitHub actions matrix. Currently this only > builds hotspot. I can add tests too if people think that would be useful but > for now I've left it as just build. George Adams has updated the pull request incrementally with one additional commit since the last rev

Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v4]

2024-08-14 Thread George Adams
> Adds Alpine build CI job to the GitHub actions matrix. Currently this only > builds hotspot. I can add tests too if people think that would be useful but > for now I've left it as just build. George Adams has updated the pull request incrementally with one additional commit since the last rev

Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v3]

2024-08-14 Thread George Adams
> Adds Alpine build CI job to the GitHub actions matrix. Currently this only > builds hotspot. I can add tests too if people think that would be useful but > for now I've left it as just build. George Adams has updated the pull request incrementally with one additional commit since the last rev

Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v2]

2024-08-14 Thread George Adams
> Adds Alpine build CI job to the GitHub actions matrix. Currently this only > builds hotspot. I can add tests too if people think that would be useful but > for now I've left it as just build. George Adams has updated the pull request incrementally with one additional commit since the last rev

RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check

2024-08-14 Thread George Adams
Adds Alpine build CI job to the GitHub actions matrix. Currently this only builds hotspot. I can add tests too if people think that would be useful but for now I've left it as just build. - Commit messages: - fix test bundle - add make-target: 'hotspot' - 8282944: GHA: Add Alpine

Re: RFR: 8338286: GHA: Demote x86_32 to hotspot build only

2024-08-14 Thread George Adams
On Tue, 13 Aug 2024 09:35:41 GMT, Aleksey Shipilev wrote: > As planned in [JDK-8338285](https://bugs.openjdk.org/browse/JDK-8338285), we > are about to deprecate the port for removal. It makes little sense to > continue testing the port, and thus block development and integration of new > feat