[jdk11u-dev] RFR: 8269668: [aarch64] java.library.path not including /usr/lib64
Andrew John Hughes
andrew at openjdk.java.net
Wed Jul 28 18:27:32 UTC 2021
On Wed, 14 Jul 2021 16:35:01 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> Here is a conservative backport of JDK-8269668. The JDK 17 patch was not uses as this would mean a change in behaviour for existing JDK 11u users. Instead, a more conservative patch has been chosen to only add 64-bit paths later in the lookup-chain. I believe this is the best we can do in terms of compatibility with also fixing the bug. Thoughts?
>
> Testing: Builds on aarch64 and inspecting `java -XshowSettings:properties -version` output. Manual test with a reproducer I had. tier1 on Linux x86_64.
>
> Thoughts?
Marked as reviewed by andrew (Reviewer).
Looks fine to me, FWIW.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/133
More information about the jdk-updates-dev
mailing list