Re: RFR: 8342974: Inconsistent building of static JDK libraries

2024-10-24 Thread Magnus Ihse Bursie
On Thu, 24 Oct 2024 16:47:52 GMT, Aleksandar Pejovic 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

RFR: 8342974: Inconsistent building of static JDK libraries

2024-10-24 Thread Aleksandar Pejovic
This PR addresses an inconsistency in the building of static JDK libraries on Linux when using Clang. - Commit messages: - Fix inconsistent building of static JDK libraries Changes: https://git.openjdk.org/jdk/pull/21689/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=2168