[jdk21u-dev] Integrated: 8357194: [21u] lible cannot find the path of libjava

Daishi Tabata dtabata at openjdk.org
Thu Jun 5 14:19:59 UTC 2025


On Mon, 19 May 2025 01:02:07 GMT, Daishi Tabata <dtabata at openjdk.org> wrote:

> This change adds the `ORIGIN` flag to the `lible` build, enabling it to find `libjava` like other libraries.
> 
> It is believed that the ORIGIN flag was accidentally omitted in JDK-8306983, which aimed to provide `le library` (originally only available on Windows) for Linux and macOS as well.
> 
> After applying this fix, I have verified that `lible` can successfully find `libjava` on Linux. For reference, Windows is not affected because the SET_SHARED_LIBRARY_ORIGIN for Windows is empty.
> 
> Testing:
> I have confirmed that all tests in `:langtools_jshell` test group pass after this fix.

This pull request has now been integrated.

Changeset: 19f95c20
Author:    Daishi Tabata <dtabata at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk21u-dev/commit/19f95c20b14fe1f6852f789bf22066218ae19f3a
Stats:     3 lines in 1 file changed: 1 ins; 0 del; 2 mod

8357194: [21u] lible cannot find the path of libjava

Reviewed-by: phh

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

PR: https://git.openjdk.org/jdk21u-dev/pull/1803


More information about the jdk-updates-dev mailing list