Re: RFR: 8348582: Set -fstack-protector when building with clang

2025-01-29 Thread Matthias Baesken
On Mon, 27 Jan 2025 12:52:25 GMT, Matthias Baesken wrote: > We noticed -fstack-protector is set when building on Linux with gcc but we > miss it in the Hotspot compile calls when building on Linux with clang. > AIX/clang has already the -fstack-protector setting. > MacOS/clang misses it. Thanks

Re: RFR: 8348582: Set -fstack-protector when building with clang

2025-01-28 Thread Erik Joelsson
On Mon, 27 Jan 2025 12:52:25 GMT, Matthias Baesken wrote: > We noticed -fstack-protector is set when building on Linux with gcc but we > miss it in the Hotspot compile calls when building on Linux with clang. > AIX/clang has already the -fstack-protector setting. > MacOS/clang misses it. Marked

Re: RFR: 8348582: Set -fstack-protector when building with clang

2025-01-28 Thread Joachim Kern
On Mon, 27 Jan 2025 12:52:25 GMT, Matthias Baesken wrote: > We noticed -fstack-protector is set when building on Linux with gcc but we > miss it in the Hotspot compile calls when building on Linux with clang. > AIX/clang has already the -fstack-protector setting. > MacOS/clang misses it. LGTM

RFR: 8348582: Set -fstack-protector when building with clang

2025-01-27 Thread Matthias Baesken
We noticed -fstack-protector is set when building on Linux with gcc but we miss it in the Hotspot compile calls when building on Linux with clang. AIX/clang has already the -fstack-protector setting. MacOS/clang misses it. - Commit messages: - JDK-8348582 Changes: https://git.openj