RFR: 8352015: LIBVERIFY_OPTIMIZATION remove special optimization settings
Matthias Baesken
mbaesken at openjdk.org
Fri Mar 14 11:20:52 UTC 2025
On Fri, 14 Mar 2025 11:15:26 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> On Linux there are some special settings for LIBVERIFY_OPTIMIZATION that are most likely not needed any more and could be removed.
> The removal (on Linux) brings the lib optimization level de facto from LOW to HIGH.
Example lib sizes in jdk head opt build on Linux x86_64 with gcc 13.2.0 are 68K without the patch and 72K with the patch, so fortunately no large size increase is seen.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24054#issuecomment-2724370568
More information about the core-libs-dev
mailing list