RFR: 8342974: Inconsistent building of static JDK libraries

Magnus Ihse Bursie ihse at openjdk.org
Thu Oct 24 20:40:09 UTC 2024


On Thu, 24 Oct 2024 16:47:52 GMT, Aleksandar Pejovic <apejovic at openjdk.org> wrote:

> This PR addresses an inconsistency in the building of static JDK libraries on Linux when using Clang.

This PR disabled partial linking. Partial linking is not a bug. It is currently only enabled on clang/linux, but the long term goal is to enable it on all platforms.

You need to explain in the JBS issue why you consider this to be a bug.

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

Changes requested by ihse (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21689#pullrequestreview-2393663210


More information about the build-dev mailing list