RFR: 8338768: Introduce runtime lookup to check for static builds [v2]

Magnus Ihse Bursie ihse at openjdk.org
Mon Aug 26 09:42:04 UTC 2024


On Mon, 26 Aug 2024 02:07:39 GMT, David Holmes <dholmes at openjdk.org> wrote:

> but it still impacts every single Java run just to save some time/resources for the handful of builders of statically linked VMs.

Seriously? I challenge you do prove there is any effect at all. :-/

Also, there is not a "handful" of builders of static libraries. Our internal CI system builds static libraries all the time, and I for one would be glad to use these resources on more productive stuff than building all object files twice. 

Also, the intention is to enable static builds by default on GHA, once the entire process of making static builds "dirt cheap" is finished, to avoid regressions.

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

PR Comment: https://git.openjdk.org/jdk/pull/20666#issuecomment-2309786734


More information about the serviceability-dev mailing list