[jdk15u-dev] RFR: 8275703: System.loadLibrary fails on Big Sur for libraries hidden from filesystem

Olga Mikhaltsova omikhaltcova at openjdk.org
Thu Jun 16 22:02:59 UTC 2022


On Mon, 13 Jun 2022 14:38:51 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:

> I'd like to backport JDK-8275703 to jdk15u in order to fix the same issue.
> The patch applies almost cleanly except NativeLibraries.java due to the copyright year and the import section differences.
> The issue was reproduced and verified locally on macOS Monterey 12.0.1 according to the guideline described in the bug. After applying this patch the issue was eliminated.
> Tested with tier1 (macOS x64, Linux x64, Windows x64).

exactly, the fix is for macOS 11+, for libraries loaded from the dynamic linker cache.

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

PR: https://git.openjdk.org/jdk15u-dev/pull/222


More information about the jdk-updates-dev mailing list