8387702: Linux/clang: enable linktime-gc on libjvm.so too, when it is configured

Reviewed-by: mdoerr, lucy, clanger
This commit is contained in:
Matthias Baesken 2026-07-13 07:08:31 +00:00
parent b3d98954d1
commit f6d897614d

View File

@ -81,6 +81,7 @@ AC_DEFUN([FLAGS_SETUP_LDFLAGS_HELPER],
fi
if test "x$ENABLE_LINKTIME_GC" = xtrue; then
BASIC_LDFLAGS_JVM_ONLY="$BASIC_LDFLAGS_JVM_ONLY -Wl,--gc-sections -Wl,--undefined=_ZTV8Metadata"
BASIC_LDFLAGS_JDK_ONLY="$BASIC_LDFLAGS_JDK_ONLY -Wl,--gc-sections"
fi
fi