On Fri, 24 Oct 2025 12:58:15 GMT, Matthias Baesken <[email protected]> wrote:
> We currently have support for LTO (link time optimization) for > Hotspot/libjvm, that can be enabled as a JVM feature. > But for other JDK native libs, we do not have support for this feature. > LTO and sometimes lead to faster and also in some cases smaller binaries, so > support for this might be interesting also for other libs and not only libjvm. This pull request has now been integrated. Changeset: 5ef2c9aa Author: Matthias Baesken <[email protected]> URL: https://git.openjdk.org/jdk/commit/5ef2c9aa09247f9853bf04db0df962fcff764499 Stats: 48 lines in 8 files changed: 34 ins; 11 del; 3 mod 8370438: Offer link time optimization support on library level Reviewed-by: erikj, serb, azvegint ------------- PR: https://git.openjdk.org/jdk/pull/27976
