RFR: 8349638: Build libjdwp with SIZE optimization
Matthias Baesken
mbaesken at openjdk.org
Wed Apr 9 14:20:40 UTC 2025
On Wed, 9 Apr 2025 12:33:26 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> Making hotspot -Os would certainly never make any sense, for example
We even have this (jvm feature opt-size)
https://github.com/openjdk/jdk/blob/master/make/hotspot/lib/JvmFeatures.gmk#L197
but it is not widely used afaik.
I think in the past it was used for certain small deployments (and a few very performance sensitive files , see the list from the link, still use 'speed optimization' ).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23563#issuecomment-2789899406
More information about the build-dev
mailing list