On Tue, 26 Mar 2024 19:30:01 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

> On AIX, we need a static libjli, since the linker cannot find other libraries 
> (like libjvm.so and libjava.so) using a relative path, as on other platforms.
> 
> However, for reasons unclear, we still build a dynamic libjli.so on AIX, even 
> though this is never used. Instead, we also build a static libjli_static.a 
> library (which is then forced to have a different name as to not collide with 
> the dynamic library).
> 
> This should be fixed. We should build exactly one libjli on all platforms, be 
> it static or dynamic.

This pull request has now been integrated.

Changeset: 9d052e93
Author:    Magnus Ihse Bursie <i...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/9d052e93314f7fa50b356e368faa5ea723d3df54
Stats:     52 lines in 8 files changed: 13 ins; 30 del; 9 mod

8329131: Fold libjli_static back into libjli on AIX

Reviewed-by: erikj, clanger

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

PR: https://git.openjdk.org/jdk/pull/18497

Reply via email to