[jdk21u-dev] RFR: 8357194: [21u] lible cannot find the path of libjava [v2]
Paul Hohensee
phh at openjdk.org
Thu May 29 14:39:58 UTC 2025
On Mon, 19 May 2025 01:20:43 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.
>
> Daishi Tabata has updated the pull request incrementally with one additional commit since the last revision:
>
> run jcheck
Marked as reviewed by phh (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk21u-dev/pull/1803#pullrequestreview-2878538799
More information about the jdk-updates-dev
mailing list