RFR: 8370438: Offer link time optimization support on library level
Matthias Baesken
mbaesken at openjdk.org
Thu Oct 30 08:34:55 UTC 2025
On Wed, 29 Oct 2025 16:48:34 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> > @mrserb is this what you had in mind ?
>
> Yes, this looks fine. It might be useful to update the documentation to mention which toolchains are supported (or at least have been tested once). Do we already have this documented somewhere for hotspot?
We have support for all important toolchains (gcc, clang, MSVC). (when testing the PR on libfontmanager and freetype I had this enabled on all our SAP supported platforms).
However it might not work for all versions of these compilers.
And when building HS with lto support I remember a few jtreg tests failed (so it might need some more work to look into all details).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27976#issuecomment-3466650220
More information about the client-libs-dev
mailing list