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
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
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
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