On Mon, 27 Jan 2025 12:52:25 GMT, Matthias Baesken <mbaes...@openjdk.org> 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. This pull request has now been integrated. Changeset: fe6d9ab9 Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/fe6d9ab951cb84d1161aee781af2d93edaac3595 Stats: 15 lines in 1 file changed: 6 ins; 6 del; 3 mod 8348582: Set -fstack-protector when building with clang Reviewed-by: jkern, erikj ------------- PR: https://git.openjdk.org/jdk/pull/23316