RFR: 8349638: Build libjdwp with SIZE optimization

Chris Plummer cjplummer at openjdk.org
Wed Apr 9 20:28:33 UTC 2025


On Wed, 9 Apr 2025 14:17:25 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Making hotspot `-Os` would certainly never make any sense, for example.)

When the minimalVM was first created, there was a quite of bit of benchmarking done to decide which hotspot files to build with -Os and which to build with -O3. I'm not sure if this split survived the new build system, but for those wanting a truly minimal footprint with reasonable performance sacrifices, it still makes sense to build all or most of hotspot with -Os.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/23563#issuecomment-2790923666


More information about the serviceability-dev mailing list